@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStackSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeStackSetResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStackSetResult |
clone() |
boolean |
equals(Object obj) |
StackSet |
getStackSet()
The specified stack set.
|
int |
hashCode() |
void |
setStackSet(StackSet stackSet)
The specified stack set.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeStackSetResult |
withStackSet(StackSet stackSet)
The specified stack set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStackSet(StackSet stackSet)
The specified stack set.
stackSet
- The specified stack set.public StackSet getStackSet()
The specified stack set.
public DescribeStackSetResult withStackSet(StackSet stackSet)
The specified stack set.
stackSet
- The specified stack set.public String toString()
toString
in class Object
Object.toString()
public DescribeStackSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.