|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.route53.model.GetChangeRequest
public class GetChangeRequest
Container for the parameters to the 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.
AmazonRoute53.getChange(GetChangeRequest)| Constructor Summary | |
|---|---|
GetChangeRequest()
Default constructor for a new GetChangeRequest object. |
|
GetChangeRequest(String id)
Constructs a new GetChangeRequest object. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
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 ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||