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.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ChangeInfo
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | 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()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithComment(String) | Obsolete. 
            Sets the Comment property
             | 
|  | WithId(String) | Obsolete. 
            Sets the Id property
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the Status property
             | 
|  | WithSubmittedAt(DateTime) | Obsolete. 
            Sets the SubmittedAt property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ChangeInfo |