Class TypeConfigurationDetails
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TypeConfigurationDetails.Builder,TypeConfigurationDetails>
Detailed information concerning the specification of a CloudFormation extension in a given account and Region.
For more information, see Edit configuration data for extensions in your account in the CloudFormation User Guide.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringalias()The alias specified for this configuration, if one was specified when the configuration was set.final Stringarn()The ARN for the configuration data, in this account and Region.builder()final StringA JSON string specifying the configuration data for the extension, in this account and Region.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanWhether this configuration data is the default configuration for the extension.final InstantWhen the configuration data was last updated for this extension.static Class<? extends TypeConfigurationDetails.Builder>final StringtoString()Returns a string representation of this object.final StringtypeArn()The ARN for the extension, in this account and Region.final StringtypeName()The name of the extension.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
-
arn
The ARN for the configuration data, in this account and Region.
- Returns:
- The ARN for the configuration data, in this account and Region.
-
alias
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.
-
configuration
A JSON string specifying the configuration data for the extension, in this account and Region.
If a configuration hasn't been set for a specified extension, CloudFormation returns
{}.- Returns:
- A JSON string specifying the configuration data for the extension, in this account and Region.
If a configuration hasn't been set for a specified extension, CloudFormation returns
{}.
-
lastUpdated
When the configuration data was last updated for this extension.
If a configuration hasn't been set for a specified extension, CloudFormation returns
null.- Returns:
- When the configuration data was last updated for this extension.
If a configuration hasn't been set for a specified extension, CloudFormation returns
null.
-
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.
-
typeName
The name of the extension.
- Returns:
- The name of the extension.
-
isDefaultConfiguration
Whether this configuration data is the default configuration for the extension.
- Returns:
- Whether this configuration data is the default configuration for the extension.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TypeConfigurationDetails.Builder,TypeConfigurationDetails>
-
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
-