public class GetChangeDetailsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for a GetChangeDetails 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.
|
int |
hashCode() |
void |
setId(String id)
The ID of the change batch.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetChangeDetailsRequest |
withId(String id)
The ID of the change batch.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setId(String id)
The ID of the change batch. This is the value that you specified in the change ID parameter when you
submitted the request.
id - The ID of the change batch. This is the value that you specified in the change ID parameter
when you submitted the request.public String getId()
The ID of the change batch. This is the value that you specified in the change ID parameter when you
submitted the request.
change ID parameter
when you submitted the request.public GetChangeDetailsRequest withId(String id)
The ID of the change batch. This is the value that you specified in the change ID parameter when you
submitted the request.
id - The ID of the change batch. This is the value that you specified in the change ID parameter
when you submitted the request.public String toString()
toString in class ObjectObject.toString()public GetChangeDetailsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.