@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StackSetSummary extends Object implements Serializable, Cloneable
The structures that contain summary information about the specified stack set.
Constructor and Description |
---|
StackSetSummary() |
Modifier and Type | Method and Description |
---|---|
StackSetSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description of the stack set that you specify when the stack set is created or updated.
|
String |
getStackSetId()
The ID of the stack set.
|
String |
getStackSetName()
The name of the stack set.
|
String |
getStatus()
The status of the stack set.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the stack set that you specify when the stack set is created or updated.
|
void |
setStackSetId(String stackSetId)
The ID of the stack set.
|
void |
setStackSetName(String stackSetName)
The name of the stack set.
|
void |
setStatus(StackSetStatus status)
The status of the stack set.
|
void |
setStatus(String status)
The status of the stack set.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StackSetSummary |
withDescription(String description)
A description of the stack set that you specify when the stack set is created or updated.
|
StackSetSummary |
withStackSetId(String stackSetId)
The ID of the stack set.
|
StackSetSummary |
withStackSetName(String stackSetName)
The name of the stack set.
|
StackSetSummary |
withStatus(StackSetStatus status)
The status of the stack set.
|
StackSetSummary |
withStatus(String status)
The status of the stack set.
|
public void setStackSetName(String stackSetName)
The name of the stack set.
stackSetName
- The name of the stack set.public String getStackSetName()
The name of the stack set.
public StackSetSummary withStackSetName(String stackSetName)
The name of the stack set.
stackSetName
- The name of the stack set.public void setStackSetId(String stackSetId)
The ID of the stack set.
stackSetId
- The ID of the stack set.public String getStackSetId()
The ID of the stack set.
public StackSetSummary withStackSetId(String stackSetId)
The ID of the stack set.
stackSetId
- The ID of the stack set.public void setDescription(String description)
A description of the stack set that you specify when the stack set is created or updated.
description
- A description of the stack set that you specify when the stack set is created or updated.public String getDescription()
A description of the stack set that you specify when the stack set is created or updated.
public StackSetSummary withDescription(String description)
A description of the stack set that you specify when the stack set is created or updated.
description
- A description of the stack set that you specify when the stack set is created or updated.public void setStatus(String status)
The status of the stack set.
status
- The status of the stack set.StackSetStatus
public String getStatus()
The status of the stack set.
StackSetStatus
public StackSetSummary withStatus(String status)
The status of the stack set.
status
- The status of the stack set.StackSetStatus
public void setStatus(StackSetStatus status)
The status of the stack set.
status
- The status of the stack set.StackSetStatus
public StackSetSummary withStatus(StackSetStatus status)
The status of the stack set.
status
- The status of the stack set.StackSetStatus
public String toString()
toString
in class Object
Object.toString()
public StackSetSummary clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.