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