Class TypeConfigurationIdentifier
- java.lang.Object
-
- software.amazon.awssdk.services.cloudformation.model.TypeConfigurationIdentifier
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TypeConfigurationIdentifier.Builder,TypeConfigurationIdentifier>
@Generated("software.amazon.awssdk:codegen") public final class TypeConfigurationIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TypeConfigurationIdentifier.Builder,TypeConfigurationIdentifier>
Identifying information for the configuration of a CloudFormation extension.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTypeConfigurationIdentifier.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TypeConfigurationIdentifier.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TypeConfigurationIdentifier.Builder>serializableBuilderClass()TypeConfigurationIdentifier.BuildertoBuilder()StringtoString()Returns a string representation of this object.ThirdPartyTypetype()The type of extension.StringtypeArn()The Amazon Resource Name (ARN) for the extension, in this account and Region.StringtypeAsString()The type of extension.StringtypeConfigurationAlias()The alias specified for this configuration, if one was specified when the configuration was set.StringtypeConfigurationArn()The Amazon Resource Name (ARN) for the configuration, in this account and Region.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, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
typeArn
public final String typeArn()
The Amazon Resource Name (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 Amazon Resource Name (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
public final String 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
public final String typeConfigurationArn()
The Amazon Resource Name (ARN) for the configuration, in this account and Region.
- Returns:
- The Amazon Resource Name (ARN) for the configuration, in this account and Region.
-
type
public final ThirdPartyType 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:
ThirdPartyType
-
typeAsString
public final String 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:
ThirdPartyType
-
typeName
public final String 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
public TypeConfigurationIdentifier.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TypeConfigurationIdentifier.Builder,TypeConfigurationIdentifier>
-
builder
public static TypeConfigurationIdentifier.Builder builder()
-
serializableBuilderClass
public static Class<? extends TypeConfigurationIdentifier.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-