@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.
|
UpdateStackSetResult |
withOperationId(String operationId)
The unique ID for this stack set operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public UpdateStackSetResult clone()