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:
  • Method Details

    • typeArn

      public final String 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

      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 ARN for the configuration, in this account and Region.

      Returns:
      The 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, type will return ThirdPartyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

      Returns:
      The type of extension.
      See Also:
    • 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, type will return ThirdPartyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

      Returns:
      The type of extension.
      See Also:
    • 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

      Specified by:
      toBuilder in interface ToCopyableBuilder<TypeConfigurationIdentifier.Builder,TypeConfigurationIdentifier>
    • builder

      public static TypeConfigurationIdentifier.Builder builder()
    • serializableBuilderClass

      public static Class<? extends TypeConfigurationIdentifier.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo