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

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

Private Properties

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

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

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

Checks if OperationInformation property is set

IsSetResponseGroupInformation ( ) : System.Boolean

Checks if ResponseGroupInformation property is set

WithOperationInformation ( ) : Information

Sets the OperationInformation property

WithResponseGroupInformation ( ) : Information

Sets the ResponseGroupInformation 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

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

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

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

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

Checks if ResponseGroupInformation property is set
public IsSetResponseGroupInformation ( ) : 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

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

Sets the OperationInformation property
public WithOperationInformation ( ) : Information
Результат Information

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

Sets the ResponseGroupInformation property
public WithResponseGroupInformation ( ) : Information
Результат Information