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