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()
Creates a shallow clone of this request.
|
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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setId(String 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.
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 getId()
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.
ChangeResourceRecordSets
returned in the Id element when you submitted the request.public GetChangeDetailsRequest withId(String 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.
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 Object
Object.toString()
public GetChangeDetailsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2018. All rights reserved.