C# Class Amazon.Route53.Model.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.

Inheritance: Amazon.Runtime.AmazonWebServiceRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
GetChangeRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

GetChangeRequest ( string id ) : System

Instantiates GetChangeRequest with the parameterized properties

Private Methods

Méthode Description
IsSetId ( ) : bool

Method Details

GetChangeRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public GetChangeRequest ( ) : System
Résultat System

GetChangeRequest() public méthode

Instantiates GetChangeRequest with the parameterized properties
public GetChangeRequest ( string id ) : System
id string 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.
Résultat System