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

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

Private Properties

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

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

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

Checks if CustomerId property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

IsSetReviewPage ( ) : System.Boolean

Checks if ReviewPage property is set

IsSetTagPage ( ) : System.Boolean

Checks if TagPage property is set

IsSetTagSort ( ) : System.Boolean

Checks if TagSort property is set

IsSetTagsPerPage ( ) : System.Boolean

Checks if TagsPerPage property is set

WithCustomerId ( String customerId ) : CustomerContentLookupRequest

Sets the CustomerId property

WithResponseGroup ( ) : CustomerContentLookupRequest

Sets the ResponseGroup property

WithReviewPage ( Decimal reviewPage ) : CustomerContentLookupRequest

Sets the ReviewPage property

WithTagPage ( Decimal tagPage ) : CustomerContentLookupRequest

Sets the TagPage property

WithTagSort ( String tagSort ) : CustomerContentLookupRequest

Sets the TagSort property

WithTagsPerPage ( Decimal tagsPerPage ) : CustomerContentLookupRequest

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

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

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

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

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

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

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

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

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

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

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

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

Sets the ReviewPage property
public WithReviewPage ( Decimal reviewPage ) : CustomerContentLookupRequest
reviewPage Decimal ReviewPage property
Результат CustomerContentLookupRequest

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

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

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

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

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

Sets the TagsPerPage property
public WithTagsPerPage ( Decimal tagsPerPage ) : CustomerContentLookupRequest
tagsPerPage Decimal TagsPerPage property
Результат CustomerContentLookupRequest