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