@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateChangeSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output for the CreateChangeSet action.
Constructor and Description |
---|
CreateChangeSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateChangeSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The Amazon Resource Name (ARN) of the change set.
|
String |
getStackId()
The unique ID of the stack.
|
int |
hashCode() |
void |
setId(String id)
The Amazon Resource Name (ARN) of the change set.
|
void |
setStackId(String stackId)
The unique ID of the stack.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateChangeSetResult |
withId(String id)
The Amazon Resource Name (ARN) of the change set.
|
CreateChangeSetResult |
withStackId(String stackId)
The unique ID of the stack.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The Amazon Resource Name (ARN) of the change set.
id
- The Amazon Resource Name (ARN) of the change set.public String getId()
The Amazon Resource Name (ARN) of the change set.
public CreateChangeSetResult withId(String id)
The Amazon Resource Name (ARN) of the change set.
id
- The Amazon Resource Name (ARN) of the change set.public void setStackId(String stackId)
The unique ID of the stack.
stackId
- The unique ID of the stack.public String getStackId()
The unique ID of the stack.
public CreateChangeSetResult withStackId(String stackId)
The unique ID of the stack.
stackId
- The unique ID of the stack.public String toString()
toString
in class Object
Object.toString()
public CreateChangeSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.