Class TypeConfigurationIdentifier
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TypeConfigurationIdentifier.Builder,TypeConfigurationIdentifier>
Identifying information for the configuration of a CloudFormation extension.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends TypeConfigurationIdentifier.Builder>final StringtoString()Returns a string representation of this object.final ThirdPartyTypetype()The type of extension.final StringtypeArn()The ARN for the extension, in this account and Region.final StringThe type of extension.final StringThe alias specified for this configuration, if one was specified when the configuration was set.final StringThe ARN for the configuration, in this account and Region.final StringtypeName()The name of the extension type to which this configuration applies.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
typeArn
The ARN for the extension, in this account and Region.
For public extensions, this will be the ARN assigned when you call the ActivateType API operation in this account and Region. For private extensions, this will be the ARN assigned when you call the RegisterType API operation in this account and Region.
- Returns:
- The ARN for the extension, in this account and Region.
For public extensions, this will be the ARN assigned when you call the ActivateType API operation in this account and Region. For private extensions, this will be the ARN assigned when you call the RegisterType API operation in this account and Region.
-
typeConfigurationAlias
The alias specified for this configuration, if one was specified when the configuration was set.
- Returns:
- The alias specified for this configuration, if one was specified when the configuration was set.
-
typeConfigurationArn
The ARN for the configuration, in this account and Region.
- Returns:
- The ARN for the configuration, in this account and Region.
-
type
The type of extension.
If the service returns an enum value that is not available in the current SDK version,
typewill returnThirdPartyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of extension.
- See Also:
-
typeAsString
The type of extension.
If the service returns an enum value that is not available in the current SDK version,
typewill returnThirdPartyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of extension.
- See Also:
-
typeName
The name of the extension type to which this configuration applies.
- Returns:
- The name of the extension type to which this configuration applies.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TypeConfigurationIdentifier.Builder,TypeConfigurationIdentifier>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-