@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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().
StackSetStatuspublic 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().
StackSetStatuspublic StackSetSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StackSetSummary.Builder,StackSetSummary>public static StackSetSummary.Builder builder()
public static Class<? extends StackSetSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.