@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Stack extends Object implements Serializable, Cloneable, StructuredPojo
Details about 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 stamp when the stack was created.
|
String |
getDescription()
A meaningful description for the stack.
|
String |
getDisplayName()
A display name for the stack.
|
String |
getName()
The unique identifier of the stack.
|
List<StackError> |
getStackErrors()
The list of errors associated with the stack.
|
List<StorageConnector> |
getStorageConnectors()
The storage connectors to be enabled for the stack.
|
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 stamp when the stack was created.
|
void |
setDescription(String description)
A meaningful description for the stack.
|
void |
setDisplayName(String displayName)
A display name for the stack.
|
void |
setName(String name)
The unique identifier of the stack.
|
void |
setStackErrors(Collection<StackError> stackErrors)
The list of errors associated with the stack.
|
void |
setStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to be enabled for the stack.
|
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 stamp when the stack was created.
|
Stack |
withDescription(String description)
A meaningful description for the stack.
|
Stack |
withDisplayName(String displayName)
A display name for the stack.
|
Stack |
withName(String name)
The unique identifier of the stack.
|
Stack |
withStackErrors(Collection<StackError> stackErrors)
The list of errors associated with the stack.
|
Stack |
withStackErrors(StackError... stackErrors)
The list of errors associated with the stack.
|
Stack |
withStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to be enabled for the stack.
|
Stack |
withStorageConnectors(StorageConnector... storageConnectors)
The storage connectors to be enabled for the stack.
|
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 unique identifier of the stack.
name
- The unique identifier of the stack.public String getName()
The unique identifier of the stack.
public Stack withName(String name)
The unique identifier of the stack.
name
- The unique identifier of the stack.public void setDescription(String description)
A meaningful description for the stack.
description
- A meaningful description for the stack.public String getDescription()
A meaningful description for the stack.
public Stack withDescription(String description)
A meaningful description for the stack.
description
- A meaningful description for the stack.public void setDisplayName(String displayName)
A display name for the stack.
displayName
- A display name for the stack.public String getDisplayName()
A display name for the stack.
public Stack withDisplayName(String displayName)
A display name for the stack.
displayName
- A display name for the stack.public void setCreatedTime(Date createdTime)
The time stamp when the stack was created.
createdTime
- The time stamp when the stack was created.public Date getCreatedTime()
The time stamp when the stack was created.
public Stack withCreatedTime(Date createdTime)
The time stamp when the stack was created.
createdTime
- The time stamp when the stack was created.public List<StorageConnector> getStorageConnectors()
The storage connectors to be enabled for the stack.
public void setStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to be enabled for the stack.
storageConnectors
- The storage connectors to be enabled for the stack.public Stack withStorageConnectors(StorageConnector... storageConnectors)
The storage connectors to be enabled for the stack.
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 be enabled for the stack.public Stack withStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to be enabled for the stack.
storageConnectors
- The storage connectors to be enabled for the stack.public List<StackError> getStackErrors()
The list of errors associated with the stack.
public void setStackErrors(Collection<StackError> stackErrors)
The list of errors associated with the stack.
stackErrors
- The list of errors associated with the stack.public Stack withStackErrors(StackError... stackErrors)
The list of errors associated with 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 list of errors associated with the stack.public Stack withStackErrors(Collection<StackError> stackErrors)
The list of errors associated with the stack.
stackErrors
- The list of errors associated with 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.