public class CreateChangeSetResult extends Object 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.
|
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 String toString()
toString
in class Object
Object.toString()
public CreateChangeSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.