@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelChangeSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CancelChangeSetResult() |
Modifier and Type | Method and Description |
---|---|
CancelChangeSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getChangeSetArn()
The ARN associated with the change set referenced in this request.
|
String |
getChangeSetId()
The unique identifier for the change set referenced in this request.
|
int |
hashCode() |
void |
setChangeSetArn(String changeSetArn)
The ARN associated with the change set referenced in this request.
|
void |
setChangeSetId(String changeSetId)
The unique identifier for the change set referenced in this request.
|
String |
toString()
Returns a string representation of this object.
|
CancelChangeSetResult |
withChangeSetArn(String changeSetArn)
The ARN associated with the change set referenced in this request.
|
CancelChangeSetResult |
withChangeSetId(String changeSetId)
The unique identifier for the change set referenced in this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChangeSetId(String changeSetId)
The unique identifier for the change set referenced in this request.
changeSetId
- The unique identifier for the change set referenced in this request.public String getChangeSetId()
The unique identifier for the change set referenced in this request.
public CancelChangeSetResult withChangeSetId(String changeSetId)
The unique identifier for the change set referenced in this request.
changeSetId
- The unique identifier for the change set referenced in this request.public void setChangeSetArn(String changeSetArn)
The ARN associated with the change set referenced in this request.
changeSetArn
- The ARN associated with the change set referenced in this request.public String getChangeSetArn()
The ARN associated with the change set referenced in this request.
public CancelChangeSetResult withChangeSetArn(String changeSetArn)
The ARN associated with the change set referenced in this request.
changeSetArn
- The ARN associated with the change set referenced in this request.public String toString()
toString
in class Object
Object.toString()
public CancelChangeSetResult clone()