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.
|
int |
hashCode() |
void |
setId(String id)
The Amazon Resource Name (ARN) of the change set.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 String toString()
toString in class ObjectObject.toString()public CreateChangeSetResult clone()
Copyright © 2016. All rights reserved.