@Generated(value="software.amazon.awssdk:codegen") public final class AwsCloudFormationStackDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsCloudFormationStackDetails.Builder,AwsCloudFormationStackDetails>
Nests a stack as a resource in a top-level template. Nested stacks are stacks created as resources for another stack.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsCloudFormationStackDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsCloudFormationStackDetails.Builder |
builder() |
List<String> |
capabilities()
The capabilities allowed in the stack.
|
String |
creationTime()
The time at which the stack was created.
|
String |
description()
A user-defined description associated with the stack.
|
Boolean |
disableRollback()
Boolean to enable or disable rollback on stack creation failures.
|
AwsCloudFormationStackDriftInformationDetails |
driftInformation()
Information about whether a stack's actual configuration differs, or has drifted, from its expected
configuration, as defined in the stack template and any values specified as template parameters.
|
Boolean |
enableTerminationProtection()
Whether termination protection is enabled for the stack.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCapabilities()
For responses, this returns true if the service returned a value for the Capabilities property.
|
int |
hashCode() |
boolean |
hasNotificationArns()
For responses, this returns true if the service returned a value for the NotificationArns property.
|
boolean |
hasOutputs()
For responses, this returns true if the service returned a value for the Outputs property.
|
String |
lastUpdatedTime()
The time the nested stack was last updated.
|
List<String> |
notificationArns()
The Amazon Resource Names (ARNs) of the Amazon SNS topic to which stack-related events are published.
|
List<AwsCloudFormationStackOutputsDetails> |
outputs()
A list of output structures.
|
String |
roleArn()
The ARN of an IAM role that's associated with the stack.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsCloudFormationStackDetails.Builder> |
serializableBuilderClass() |
String |
stackId()
Unique identifier of the stack.
|
String |
stackName()
The name associated with the stack.
|
String |
stackStatus()
Current status of the stack.
|
String |
stackStatusReason()
Success or failure message associated with the stack status.
|
Integer |
timeoutInMinutes()
The length of time, in minutes, that CloudFormation waits for the nested stack to reach the
CREATE_COMPLETE state. |
AwsCloudFormationStackDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasCapabilities()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> capabilities()
The capabilities allowed in the stack.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCapabilities() method.
public final String creationTime()
The time at which the stack was created.
public final String description()
A user-defined description associated with the stack.
public final Boolean disableRollback()
Boolean to enable or disable rollback on stack creation failures.
public final AwsCloudFormationStackDriftInformationDetails driftInformation()
Information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
public final Boolean enableTerminationProtection()
Whether termination protection is enabled for the stack.
public final String lastUpdatedTime()
The time the nested stack was last updated. This field will only be returned if the stack has been updated at least once.
public final boolean hasNotificationArns()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> notificationArns()
The Amazon Resource Names (ARNs) of the Amazon SNS topic to which stack-related events are published.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasNotificationArns() method.
public final boolean hasOutputs()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<AwsCloudFormationStackOutputsDetails> outputs()
A list of output structures.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasOutputs() method.
public final String roleArn()
The ARN of an IAM role that's associated with the stack.
public final String stackId()
Unique identifier of the stack.
public final String stackName()
The name associated with the stack.
public final String stackStatus()
Current status of the stack.
public final String stackStatusReason()
Success or failure message associated with the stack status.
public final Integer timeoutInMinutes()
The length of time, in minutes, that CloudFormation waits for the nested stack to reach the
CREATE_COMPLETE state.
CREATE_COMPLETE state.public AwsCloudFormationStackDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsCloudFormationStackDetails.Builder,AwsCloudFormationStackDetails>public static AwsCloudFormationStackDetails.Builder builder()
public static Class<? extends AwsCloudFormationStackDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.