@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStackInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeStackInstanceResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeStackInstanceResult |
clone() |
boolean |
equals(Object obj) |
StackInstance |
getStackInstance()
The stack instance that matches the specified request parameters.
|
int |
hashCode() |
void |
setStackInstance(StackInstance stackInstance)
The stack instance that matches the specified request parameters.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeStackInstanceResult |
withStackInstance(StackInstance stackInstance)
The stack instance that matches the specified request parameters.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStackInstance(StackInstance stackInstance)
The stack instance that matches the specified request parameters.
stackInstance - The stack instance that matches the specified request parameters.public StackInstance getStackInstance()
The stack instance that matches the specified request parameters.
public DescribeStackInstanceResult withStackInstance(StackInstance stackInstance)
The stack instance that matches the specified request parameters.
stackInstance - The stack instance that matches the specified request parameters.public String toString()
toString in class ObjectObject.toString()public DescribeStackInstanceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.