AWS SDK for .NET Documentation
ChangeInfo Class
AmazonAmazon.Route53.ModelChangeInfo Did this page help you?   Yes   No    Tell us about it...

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
C#
public class ChangeInfo
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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:

Length
0 - 256


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 request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

Constraints:

Length
0 - 32


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:

Allowed Values
PENDING, INSYNC


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
Object
ChangeInfo

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