@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Stack extends Object implements Serializable, Cloneable, StructuredPojo
Describes a stack.
Constructor and Description |
---|
Stack() |
Modifier and Type | Method and Description |
---|---|
Stack |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the stack.
|
Date |
getCreatedTime()
The time the stack was created.
|
String |
getDescription()
The description displayed to end users.
|
String |
getDisplayName()
The stack name displayed to end users.
|
String |
getName()
The name of the stack.
|
List<StackError> |
getStackErrors()
The errors for the stack.
|
List<StorageConnector> |
getStorageConnectors()
The storage connectors to enable.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the stack.
|
void |
setCreatedTime(Date createdTime)
The time the stack was created.
|
void |
setDescription(String description)
The description displayed to end users.
|
void |
setDisplayName(String displayName)
The stack name displayed to end users.
|
void |
setName(String name)
The name of the stack.
|
void |
setStackErrors(Collection<StackError> stackErrors)
The errors for the stack.
|
void |
setStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Stack |
withArn(String arn)
The ARN of the stack.
|
Stack |
withCreatedTime(Date createdTime)
The time the stack was created.
|
Stack |
withDescription(String description)
The description displayed to end users.
|
Stack |
withDisplayName(String displayName)
The stack name displayed to end users.
|
Stack |
withName(String name)
The name of the stack.
|
Stack |
withStackErrors(Collection<StackError> stackErrors)
The errors for the stack.
|
Stack |
withStackErrors(StackError... stackErrors)
The errors for the stack.
|
Stack |
withStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
|
Stack |
withStorageConnectors(StorageConnector... storageConnectors)
The storage connectors to enable.
|
public void setArn(String arn)
The ARN of the stack.
arn
- The ARN of the stack.public String getArn()
The ARN of the stack.
public Stack withArn(String arn)
The ARN of the stack.
arn
- The ARN of the stack.public void setName(String name)
The name of the stack.
name
- The name of the stack.public String getName()
The name of the stack.
public Stack withName(String name)
The name of the stack.
name
- The name of the stack.public void setDescription(String description)
The description displayed to end users.
description
- The description displayed to end users.public String getDescription()
The description displayed to end users.
public Stack withDescription(String description)
The description displayed to end users.
description
- The description displayed to end users.public void setDisplayName(String displayName)
The stack name displayed to end users.
displayName
- The stack name displayed to end users.public String getDisplayName()
The stack name displayed to end users.
public Stack withDisplayName(String displayName)
The stack name displayed to end users.
displayName
- The stack name displayed to end users.public void setCreatedTime(Date createdTime)
The time the stack was created.
createdTime
- The time the stack was created.public Date getCreatedTime()
The time the stack was created.
public Stack withCreatedTime(Date createdTime)
The time the stack was created.
createdTime
- The time the stack was created.public List<StorageConnector> getStorageConnectors()
The storage connectors to enable.
public void setStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
storageConnectors
- The storage connectors to enable.public Stack withStorageConnectors(StorageConnector... storageConnectors)
The storage connectors to enable.
NOTE: This method appends the values to the existing list (if any). Use
setStorageConnectors(java.util.Collection)
or withStorageConnectors(java.util.Collection)
if
you want to override the existing values.
storageConnectors
- The storage connectors to enable.public Stack withStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
storageConnectors
- The storage connectors to enable.public List<StackError> getStackErrors()
The errors for the stack.
public void setStackErrors(Collection<StackError> stackErrors)
The errors for the stack.
stackErrors
- The errors for the stack.public Stack withStackErrors(StackError... stackErrors)
The errors for the stack.
NOTE: This method appends the values to the existing list (if any). Use
setStackErrors(java.util.Collection)
or withStackErrors(java.util.Collection)
if you want to
override the existing values.
stackErrors
- The errors for the stack.public Stack withStackErrors(Collection<StackError> stackErrors)
The errors for the stack.
stackErrors
- The errors for the stack.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.