A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ChangeInfo
Public Class ChangeInfo
public ref class ChangeInfo
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ChangeInfo()()()() | Initializes a new instance of the ChangeInfo class | |
| Comment |
A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when
performing a GetChange action to get detailed information about the change.
Constraints: | |
| 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 request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
Constraints: | |
| Status |
The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING | INSYNC Constraints: | |
| SubmittedAt |
The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example,
2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC), which is
synonymous with Greenwich Mean Time in this context.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithComment(String) |
Sets the Comment property
| |
| WithId(String) |
Sets the Id property
| |
| WithStatus(String) |
Sets the Status property
| |
| WithSubmittedAt(DateTime) |
Sets the SubmittedAt property
|