@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetChangeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for a GetChange request.
NOOP
Constructor and Description |
---|
GetChangeRequest()
Default constructor for GetChangeRequest object.
|
GetChangeRequest(String id)
Constructs a new GetChangeRequest object.
|
Modifier and Type | Method and Description |
---|---|
GetChangeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
GetChangeRequest |
withId(String id)
The ID of the change batch request.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public GetChangeRequest()
public GetChangeRequest(String id)
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 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 GetChangeRequest 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 GetChangeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.