public class GetChangeDetailsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetChangeDetails operation.
This action returns the status and changes of a change batch request.
NOOP| Constructor and Description |
|---|
GetChangeDetailsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetChangeDetailsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the change batch request.
|
int |
hashCode() |
void |
setId(String id)
The ID of the change batch request.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetChangeDetailsRequest |
withId(String id)
The ID of the change batch request.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getId()
ChangeResourceRecordSets returned in the
Id element when you submitted the request.
Constraints:
Length: 0 - 32
ChangeResourceRecordSets returned in the
Id element when you submitted the request.public void setId(String id)
ChangeResourceRecordSets returned in the
Id element when you submitted the request.
Constraints:
Length: 0 - 32
id - The ID of the change batch request. The value that you specify here is
the value that ChangeResourceRecordSets returned in the
Id element when you submitted the request.public GetChangeDetailsRequest withId(String id)
ChangeResourceRecordSets returned in the
Id element when you submitted the request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32
id - The ID of the change batch request. The value that you specify here is
the value that ChangeResourceRecordSets returned in the
Id element when you submitted the request.public String toString()
toString in class ObjectObject.toString()public GetChangeDetailsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.