AWS SDK for .NET Documentation
GetChangeRequest Class
AmazonAmazon.Route53.ModelGetChangeRequest Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
public class GetChangeRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
GetChangeRequest()()()()
Initializes a new instance of the GetChangeRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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:

Length
0 - 32


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithId(String) Obsolete.
Sets the Id property

Inheritance Hierarchy
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)