public class GetChangeRequest extends AmazonWebServiceRequest implements Serializable
GetChange operation
.
This action returns the current status of a change batch request. The status is one of the following values:
- PENDING
indicates that the changes in this request have
not replicated to all Route 53 DNS servers. This is the initial status
of all change batch requests.
- INSYNC
indicates that the changes have replicated to
all Amazon Route 53 DNS servers.
NOOP
Constructor and Description |
---|
GetChangeRequest()
Default constructor for a new GetChangeRequest object.
|
GetChangeRequest(String id)
Constructs a new GetChangeRequest object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
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 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 GetChangeRequest 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 Object
Object.toString()
Copyright © 2014. All rights reserved.