C# Class Amazon.Route53.Model.ChangeBatch

A complex type that contains an optional comment and the changes that you want to make with a change batch request.

Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ChangeBatch ( ) : System

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

ChangeBatch ( List changes ) : System

Instantiates ChangeBatch with the parameterized properties

Private Methods

Method Description
IsSetChanges ( ) : bool
IsSetComment ( ) : bool

Method Details

ChangeBatch() public method

Empty constructor used to set properties independently even when a simple constructor is available
public ChangeBatch ( ) : System
return System

ChangeBatch() public method

Instantiates ChangeBatch with the parameterized properties
public ChangeBatch ( List changes ) : System
changes List Information about the changes to make to the record sets.
return System