@Generated(value="software.amazon.awssdk:codegen") public final class StackSetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StackSetSummary.Builder,StackSetSummary>
The structures that contain summary information about the specified stack set.
Modifier and Type | Class and Description |
---|---|
static interface |
StackSetSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static StackSetSummary.Builder |
builder() |
String |
description()
A description of the stack set that you specify when the stack set is created or updated.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StackSetSummary.Builder> |
serializableBuilderClass() |
String |
stackSetId()
The ID of the stack set.
|
String |
stackSetName()
The name of the stack set.
|
StackSetStatus |
status()
The status of the stack set.
|
String |
statusAsString()
The status of the stack set.
|
StackSetSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String stackSetName()
The name of the stack set.
public String stackSetId()
The ID of the stack set.
public String description()
A description of the stack set that you specify when the stack set is created or updated.
public StackSetStatus status()
The status of the stack set.
If the service returns an enum value that is not available in the current SDK version, status
will
return StackSetStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
StackSetStatus
public String statusAsString()
The status of the stack set.
If the service returns an enum value that is not available in the current SDK version, status
will
return StackSetStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
StackSetStatus
public StackSetSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StackSetSummary.Builder,StackSetSummary>
public static StackSetSummary.Builder builder()
public static Class<? extends StackSetSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.