StructuredPojo
, ToCopyableBuilder<Stack.Builder,Stack>
@Generated("software.amazon.awssdk:codegen") public class Stack extends Object implements StructuredPojo, ToCopyableBuilder<Stack.Builder,Stack>
Details about a stack.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Stack.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
arn() |
The ARN of the stack.
|
static Stack.Builder |
builder() |
|
Date |
createdTime() |
The timestamp when the stack was created.
|
String |
description() |
A meaningful description for the stack.
|
String |
displayName() |
A display name for the stack.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The unique identifier of the stack.
|
static Class<? extends Stack.Builder> |
serializableBuilderClass() |
|
List<StackError> |
stackErrors() |
The list of errors associated with the stack.
|
List<StorageConnector> |
storageConnectors() |
The storage connectors to be enabled for the stack.
|
Stack.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String arn()
The ARN of the stack.
public String name()
The unique identifier of the stack.
public String description()
A meaningful description for the stack.
public String displayName()
A display name for the stack.
public Date createdTime()
The timestamp when the stack was created.
public List<StorageConnector> storageConnectors()
The storage connectors to be enabled for the stack.
public List<StackError> stackErrors()
The list of errors associated with the stack.
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.