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

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

Private Properties

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

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

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

Checks if Information property is set

IsSetOperationRequest ( ) : System.Boolean

Checks if OperationRequest property is set

ToXML ( ) : String

XML Representation for this object

WithInformation ( ) : HelpResponse

Sets the Information property

WithOperationRequest ( OperationRequest operationRequest ) : HelpResponse

Sets the OperationRequest property

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

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

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

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

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

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

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

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

XML Representation for this object
public ToXML ( ) : String
Результат String

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

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

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

Sets the OperationRequest property
public WithOperationRequest ( OperationRequest operationRequest ) : HelpResponse
operationRequest OperationRequest OperationRequest property
Результат HelpResponse