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

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

Private Properties

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

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

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

Checks if About property is set

IsSetHelpType ( ) : System.Boolean

Checks if HelpType property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

WithAbout ( String about ) : HelpRequest

Sets the About property

WithHelpType ( String helpType ) : HelpRequest

Sets the HelpType property

WithResponseGroup ( ) : HelpRequest

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

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

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

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

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

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

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

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : 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

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

Sets the About property
public WithAbout ( String about ) : HelpRequest
about String About property
Результат HelpRequest

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

Sets the HelpType property
public WithHelpType ( String helpType ) : HelpRequest
helpType String HelpType property
Результат HelpRequest

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

Sets the ResponseGroup property
public WithResponseGroup ( ) : HelpRequest
Результат HelpRequest