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