public class CreateChangeSetResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The output for the CreateChangeSet action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
id
The Amazon Resource Name (ARN) of the change set.
|
Constructor and Description |
---|
CreateChangeSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateChangeSetResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getId()
The Amazon Resource Name (ARN) of the change set.
|
int |
hashCode() |
void |
setId(java.lang.String id)
The Amazon Resource Name (ARN) of the change set.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateChangeSetResult |
withId(java.lang.String id)
The Amazon Resource Name (ARN) of the change set.
|
public void setId(java.lang.String id)
The Amazon Resource Name (ARN) of the change set.
id
- The Amazon Resource Name (ARN) of the change set.public java.lang.String getId()
The Amazon Resource Name (ARN) of the change set.
public CreateChangeSetResult withId(java.lang.String id)
The Amazon Resource Name (ARN) of the change set.
id
- The Amazon Resource Name (ARN) of the change set.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateChangeSetResult clone()
clone
in class java.lang.Object