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

A complex type that contains the information for each change in a change batch request.

Declaration Syntax
C#
public class Change
Members
All MembersConstructorsMethodsProperties



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

Action
The action to perform. Valid values: CREATE | DELETE | UPSERT

Constraints:

Allowed Values
CREATE, DELETE, UPSERT


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.)
ResourceRecordSet
Information about the resource record set to create or delete.

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

WithResourceRecordSet(ResourceRecordSet) Obsolete.
Sets the ResourceRecordSet property

Inheritance Hierarchy
Object
Change

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