public class GetChangeRequest extends AmazonWebServiceRequest implements java.io.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.
| コンストラクタと説明 |
|---|
GetChangeRequest()
Default constructor for a new GetChangeRequest object.
|
GetChangeRequest(java.lang.String id)
Constructs a new GetChangeRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getId()
The ID of the change batch request.
|
java.lang.String |
getVersion()
Specify the api version.
|
int |
hashCode() |
void |
setId(java.lang.String id)
The ID of the change batch request.
|
void |
setVersion(java.lang.String version)
Specify the api version.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetChangeRequest |
withId(java.lang.String id)
The ID of the change batch request.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic GetChangeRequest()
public GetChangeRequest(java.lang.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 java.lang.String getVersion()
public void setVersion(java.lang.String version)
public java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object