C# Класс Amazon.ECS.Model.ResponseGroupInformation

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
EscapeXML String

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

Метод Описание
IsSetCreationDate ( ) : System.Boolean

Checks if CreationDate property is set

IsSetElements ( ) : System.Boolean

Checks if Elements property is set

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetValidOperations ( ) : System.Boolean

Checks if ValidOperations property is set

WithCreationDate ( String creationDate ) : ResponseGroupInformation

Sets the CreationDate property

WithElements ( ResponseGroupElements elements ) : ResponseGroupInformation

Sets the Elements property

WithName ( String name ) : ResponseGroupInformation

Sets the Name property

WithValidOperations ( ResponseGroupValidOperations validOperations ) : ResponseGroupInformation

Sets the ValidOperations property

Защищенные методы

Метод Описание
ToXMLFragment ( ) : String

XML fragment representation of this object

Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only

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

Метод Описание
EscapeXML ( String str ) : String

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

IsSetCreationDate() публичный Метод

Checks if CreationDate property is set
public IsSetCreationDate ( ) : System.Boolean
Результат System.Boolean

IsSetElements() публичный Метод

Checks if Elements property is set
public IsSetElements ( ) : System.Boolean
Результат System.Boolean

IsSetName() публичный Метод

Checks if Name property is set
public IsSetName ( ) : System.Boolean
Результат System.Boolean

IsSetValidOperations() публичный Метод

Checks if ValidOperations property is set
public IsSetValidOperations ( ) : System.Boolean
Результат System.Boolean

ToXMLFragment() защищенный Метод

XML fragment representation of this object
Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only
protected ToXMLFragment ( ) : String
Результат String

WithCreationDate() публичный Метод

Sets the CreationDate property
public WithCreationDate ( String creationDate ) : ResponseGroupInformation
creationDate String CreationDate property
Результат ResponseGroupInformation

WithElements() публичный Метод

Sets the Elements property
public WithElements ( ResponseGroupElements elements ) : ResponseGroupInformation
elements ResponseGroupElements Elements property
Результат ResponseGroupInformation

WithName() публичный Метод

Sets the Name property
public WithName ( String name ) : ResponseGroupInformation
name String Name property
Результат ResponseGroupInformation

WithValidOperations() публичный Метод

Sets the ValidOperations property
public WithValidOperations ( ResponseGroupValidOperations validOperations ) : ResponseGroupInformation
validOperations ResponseGroupValidOperations ValidOperations property
Результат ResponseGroupInformation