C# Class Amazon.ECS.Model.ListLookupRequest

Afficher le fichier Open project: nexus49/grado

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetCondition() public méthode

Checks if Condition property is set
public IsSetCondition ( ) : System.Boolean
Résultat System.Boolean

IsSetDeliveryMethod() public méthode

Checks if DeliveryMethod property is set
public IsSetDeliveryMethod ( ) : System.Boolean
Résultat System.Boolean

IsSetISPUPostalCode() public méthode

Checks if ISPUPostalCode property is set
public IsSetISPUPostalCode ( ) : System.Boolean
Résultat System.Boolean

IsSetListId() public méthode

Checks if ListId property is set
public IsSetListId ( ) : System.Boolean
Résultat System.Boolean

IsSetListType() public méthode

Checks if ListType property is set
public IsSetListType ( ) : System.Boolean
Résultat System.Boolean

IsSetMerchantId() public méthode

Checks if MerchantId property is set
public IsSetMerchantId ( ) : System.Boolean
Résultat System.Boolean

IsSetProductGroup() public méthode

Checks if ProductGroup property is set
public IsSetProductGroup ( ) : System.Boolean
Résultat System.Boolean

IsSetProductPage() public méthode

Checks if ProductPage property is set
public IsSetProductPage ( ) : System.Boolean
Résultat System.Boolean

IsSetResponseGroup() public méthode

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : System.Boolean
Résultat System.Boolean

IsSetReviewSort() public méthode

Checks if ReviewSort property is set
public IsSetReviewSort ( ) : System.Boolean
Résultat System.Boolean

IsSetSort() public méthode

Checks if Sort property is set
public IsSetSort ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithCondition() public méthode

Sets the Condition property
public WithCondition ( System.Condition condition ) : ListLookupRequest
condition System.Condition Condition property
Résultat ListLookupRequest

WithDeliveryMethod() public méthode

Sets the DeliveryMethod property
public WithDeliveryMethod ( DeliveryMethod deliveryMethod ) : ListLookupRequest
deliveryMethod DeliveryMethod DeliveryMethod property
Résultat ListLookupRequest

WithISPUPostalCode() public méthode

Sets the ISPUPostalCode property
public WithISPUPostalCode ( String ISPUPostalCode ) : ListLookupRequest
ISPUPostalCode String ISPUPostalCode property
Résultat ListLookupRequest

WithListId() public méthode

Sets the ListId property
public WithListId ( String listId ) : ListLookupRequest
listId String ListId property
Résultat ListLookupRequest

WithListType() public méthode

Sets the ListType property
public WithListType ( String listType ) : ListLookupRequest
listType String ListType property
Résultat ListLookupRequest

WithMerchantId() public méthode

Sets the MerchantId property
public WithMerchantId ( String merchantId ) : ListLookupRequest
merchantId String MerchantId property
Résultat ListLookupRequest

WithProductGroup() public méthode

Sets the ProductGroup property
public WithProductGroup ( String productGroup ) : ListLookupRequest
productGroup String ProductGroup property
Résultat ListLookupRequest

WithProductPage() public méthode

Sets the ProductPage property
public WithProductPage ( Decimal productPage ) : ListLookupRequest
productPage Decimal ProductPage property
Résultat ListLookupRequest

WithResponseGroup() public méthode

Sets the ResponseGroup property
public WithResponseGroup ( ) : ListLookupRequest
Résultat ListLookupRequest

WithReviewSort() public méthode

Sets the ReviewSort property
public WithReviewSort ( String reviewSort ) : ListLookupRequest
reviewSort String ReviewSort property
Résultat ListLookupRequest

WithSort() public méthode

Sets the Sort property
public WithSort ( String sort ) : ListLookupRequest
sort String Sort property
Résultat ListLookupRequest