@Generated(value="software.amazon.awssdk:codegen") public class Stack extends Object implements StructuredPojo, ToCopyableBuilder<Stack.Builder,Stack>
Describes a stack.
Modifier and Type | Class and Description |
---|---|
static interface |
Stack.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The ARN of the stack.
|
static Stack.Builder |
builder() |
Instant |
createdTime()
The time the stack was created.
|
String |
description()
The description displayed to end users.
|
String |
displayName()
The stack name displayed to end users.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name()
The name of the stack.
|
static Class<? extends Stack.Builder> |
serializableBuilderClass() |
List<StackError> |
stackErrors()
The errors for the stack.
|
List<StorageConnector> |
storageConnectors()
The storage connectors to enable.
|
Stack.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 arn()
The ARN of the stack.
public String name()
The name of the stack.
public String description()
The description displayed to end users.
public String displayName()
The stack name displayed to end users.
public Instant createdTime()
The time the stack was created.
public List<StorageConnector> storageConnectors()
The storage connectors to enable.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<StackError> stackErrors()
The errors for the stack.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Stack.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Stack.Builder,Stack>
public static Stack.Builder builder()
public static Class<? extends Stack.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.