Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.route53.model
Class GetChangeRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.route53.model.GetChangeRequest
All Implemented Interfaces:
Serializable

public class GetChangeRequest
extends AmazonWebServiceRequest
implements Serializable

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.

See Also:
AmazonRoute53.getChange(GetChangeRequest), Serialized Form

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

GetChangeRequest

public GetChangeRequest()
Default constructor for a new GetChangeRequest object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.


GetChangeRequest

public GetChangeRequest(String id)
Constructs a new GetChangeRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

Parameters:
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

getId

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.

Constraints:
Length: 0 - 32

Returns:
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.

setId

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.

Constraints:
Length: 0 - 32

Parameters:
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.

withId

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.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 32

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.