Container for the parameters to the GetChange operation.
Namespace: Amazon.Route53.ModelThis 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.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class GetChangeRequest : AmazonWebServiceRequest
Public Class GetChangeRequest _ Inherits AmazonWebServiceRequest
public ref class GetChangeRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| GetChangeRequest()()()() | Initializes a new instance of the GetChangeRequest class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| 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: | |
| ToString()()()() | (Inherited from Object.) | |
| WithId(String) |
Sets the Id property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.Route53.Model..::..GetChangeRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.Route53.Model..::..GetChangeRequest