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

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

Private Properties

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

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

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

Checks if Condition property is set

IsSetDeliveryMethod ( ) : System.Boolean

Checks if DeliveryMethod property is set

IsSetISPUPostalCode ( ) : System.Boolean

Checks if ISPUPostalCode property is set

IsSetListId ( ) : System.Boolean

Checks if ListId property is set

IsSetListType ( ) : System.Boolean

Checks if ListType property is set

IsSetMerchantId ( ) : System.Boolean

Checks if MerchantId property is set

IsSetProductGroup ( ) : System.Boolean

Checks if ProductGroup property is set

IsSetProductPage ( ) : System.Boolean

Checks if ProductPage property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

IsSetReviewSort ( ) : System.Boolean

Checks if ReviewSort property is set

IsSetSort ( ) : System.Boolean

Checks if Sort property is set

WithCondition ( System.Condition condition ) : ListLookupRequest

Sets the Condition property

WithDeliveryMethod ( DeliveryMethod deliveryMethod ) : ListLookupRequest

Sets the DeliveryMethod property

WithISPUPostalCode ( String ISPUPostalCode ) : ListLookupRequest

Sets the ISPUPostalCode property

WithListId ( String listId ) : ListLookupRequest

Sets the ListId property

WithListType ( String listType ) : ListLookupRequest

Sets the ListType property

WithMerchantId ( String merchantId ) : ListLookupRequest

Sets the MerchantId property

WithProductGroup ( String productGroup ) : ListLookupRequest

Sets the ProductGroup property

WithProductPage ( Decimal productPage ) : ListLookupRequest

Sets the ProductPage property

WithResponseGroup ( ) : ListLookupRequest

Sets the ResponseGroup property

WithReviewSort ( String reviewSort ) : ListLookupRequest

Sets the ReviewSort property

WithSort ( String sort ) : ListLookupRequest

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Sets the Condition property
public WithCondition ( System.Condition condition ) : ListLookupRequest
condition System.Condition Condition property
Результат ListLookupRequest

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

Sets the DeliveryMethod property
public WithDeliveryMethod ( DeliveryMethod deliveryMethod ) : ListLookupRequest
deliveryMethod DeliveryMethod DeliveryMethod property
Результат ListLookupRequest

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

Sets the ISPUPostalCode property
public WithISPUPostalCode ( String ISPUPostalCode ) : ListLookupRequest
ISPUPostalCode String ISPUPostalCode property
Результат ListLookupRequest

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

Sets the ListId property
public WithListId ( String listId ) : ListLookupRequest
listId String ListId property
Результат ListLookupRequest

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

Sets the ListType property
public WithListType ( String listType ) : ListLookupRequest
listType String ListType property
Результат ListLookupRequest

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

Sets the MerchantId property
public WithMerchantId ( String merchantId ) : ListLookupRequest
merchantId String MerchantId property
Результат ListLookupRequest

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

Sets the ProductGroup property
public WithProductGroup ( String productGroup ) : ListLookupRequest
productGroup String ProductGroup property
Результат ListLookupRequest

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

Sets the ProductPage property
public WithProductPage ( Decimal productPage ) : ListLookupRequest
productPage Decimal ProductPage property
Результат ListLookupRequest

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

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

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

Sets the ReviewSort property
public WithReviewSort ( String reviewSort ) : ListLookupRequest
reviewSort String ReviewSort property
Результат ListLookupRequest

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

Sets the Sort property
public WithSort ( String sort ) : ListLookupRequest
sort String Sort property
Результат ListLookupRequest