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