C# Класс 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.

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetChanges ( ) : bool
IsSetComment ( ) : bool

Описание методов

ChangeBatch() публичный метод

Empty constructor used to set properties independently even when a simple constructor is available
public ChangeBatch ( ) : System
Результат System

ChangeBatch() публичный метод

Instantiates ChangeBatch with the parameterized properties
public ChangeBatch ( List changes ) : System
changes List Information about the changes to make to the record sets.
Результат System