@Generated(value="software.amazon.awssdk:codegen") public final class TypeConfigurationDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TypeConfigurationDetails.Builder,TypeConfigurationDetails>
Detailed information concerning the specification of a CloudFormation extension in a given account and region.
For more information, see Configuring extensions at the account level in the CloudFormation User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TypeConfigurationDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
alias()
The alias specified for this configuration, if one was specified when the configuration was set.
|
String |
arn()
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
|
static TypeConfigurationDetails.Builder |
builder() |
String |
configuration()
A JSON string specifying the configuration data for the extension, in this account and region.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isDefaultConfiguration()
Whether or not this configuration data is the default configuration for the extension.
|
Instant |
lastUpdated()
When the configuration data was last updated for this extension.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TypeConfigurationDetails.Builder> |
serializableBuilderClass() |
TypeConfigurationDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
typeArn()
The Amazon Resource Name (ARN) for the extension, in this account and region.
|
String |
typeName()
The name of the extension.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
public final String alias()
The alias specified for this configuration, if one was specified when the configuration was set.
public final String configuration()
A JSON string specifying the configuration data for the extension, in this account and region.
If a configuration has not been set for a specified extension, CloudFormation returns {}.
If a configuration has not been set for a specified extension, CloudFormation returns {}.
public final Instant lastUpdated()
When the configuration data was last updated for this extension.
If a configuration has not been set for a specified extension, CloudFormation returns null.
If a configuration has not been set for a specified extension, CloudFormation returns null.
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 activate the type in this account and region. For private extensions, this will be the ARN assigned when you register the type in this account and region.
For public extensions, this will be the ARN assigned when you activate the type in this account and region. For private extensions, this will be the ARN assigned when you register the type in this account and region.
public final String typeName()
The name of the extension.
public final Boolean isDefaultConfiguration()
Whether or not this configuration data is the default configuration for the extension.
public TypeConfigurationDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TypeConfigurationDetails.Builder,TypeConfigurationDetails>public static TypeConfigurationDetails.Builder builder()
public static Class<? extends TypeConfigurationDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.