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

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

Private Properties

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

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

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

Checks if Count property is set

IsSetCustomerId ( ) : System.Boolean

Checks if CustomerId property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

IsSetTagName ( ) : System.Boolean

Checks of TagName property is set

IsSetTagPage ( ) : System.Boolean

Checks if TagPage property is set

IsSetTagSort ( ) : System.Boolean

Checks if TagSort property is set

WithCount ( Decimal count ) : TagLookupRequest

Sets the Count property

WithCustomerId ( String customerId ) : TagLookupRequest

Sets the CustomerId property

WithResponseGroup ( ) : TagLookupRequest

Sets the ResponseGroup property

WithTagName ( ) : TagLookupRequest

Sets the TagName property

WithTagPage ( Decimal tagPage ) : TagLookupRequest

Sets the TagPage property

WithTagSort ( String tagSort ) : TagLookupRequest

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

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

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

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

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

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

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

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : System.Boolean
Результат System.Boolean

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

Checks of TagName property is set
public IsSetTagName ( ) : System.Boolean
Результат System.Boolean

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

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

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

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

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

Sets the Count property
public WithCount ( Decimal count ) : TagLookupRequest
count Decimal Count property
Результат TagLookupRequest

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

Sets the CustomerId property
public WithCustomerId ( String customerId ) : TagLookupRequest
customerId String CustomerId property
Результат TagLookupRequest

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

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

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

Sets the TagName property
public WithTagName ( ) : TagLookupRequest
Результат TagLookupRequest

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

Sets the TagPage property
public WithTagPage ( Decimal tagPage ) : TagLookupRequest
tagPage Decimal TagPage property
Результат TagLookupRequest

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

Sets the TagSort property
public WithTagSort ( String tagSort ) : TagLookupRequest
tagSort String TagSort property
Результат TagLookupRequest