C# Class Amazon.ECS.Model.ListLookupRequest

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

Protected Methods

Method 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

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetCondition() public method

Checks if Condition property is set
public IsSetCondition ( ) : System.Boolean
return System.Boolean

IsSetDeliveryMethod() public method

Checks if DeliveryMethod property is set
public IsSetDeliveryMethod ( ) : System.Boolean
return System.Boolean

IsSetISPUPostalCode() public method

Checks if ISPUPostalCode property is set
public IsSetISPUPostalCode ( ) : System.Boolean
return System.Boolean

IsSetListId() public method

Checks if ListId property is set
public IsSetListId ( ) : System.Boolean
return System.Boolean

IsSetListType() public method

Checks if ListType property is set
public IsSetListType ( ) : System.Boolean
return System.Boolean

IsSetMerchantId() public method

Checks if MerchantId property is set
public IsSetMerchantId ( ) : System.Boolean
return System.Boolean

IsSetProductGroup() public method

Checks if ProductGroup property is set
public IsSetProductGroup ( ) : System.Boolean
return System.Boolean

IsSetProductPage() public method

Checks if ProductPage property is set
public IsSetProductPage ( ) : System.Boolean
return System.Boolean

IsSetResponseGroup() public method

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : System.Boolean
return System.Boolean

IsSetReviewSort() public method

Checks if ReviewSort property is set
public IsSetReviewSort ( ) : System.Boolean
return System.Boolean

IsSetSort() public method

Checks if Sort property is set
public IsSetSort ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

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
return String

WithCondition() public method

Sets the Condition property
public WithCondition ( System.Condition condition ) : ListLookupRequest
condition System.Condition Condition property
return ListLookupRequest

WithDeliveryMethod() public method

Sets the DeliveryMethod property
public WithDeliveryMethod ( DeliveryMethod deliveryMethod ) : ListLookupRequest
deliveryMethod DeliveryMethod DeliveryMethod property
return ListLookupRequest

WithISPUPostalCode() public method

Sets the ISPUPostalCode property
public WithISPUPostalCode ( String ISPUPostalCode ) : ListLookupRequest
ISPUPostalCode String ISPUPostalCode property
return ListLookupRequest

WithListId() public method

Sets the ListId property
public WithListId ( String listId ) : ListLookupRequest
listId String ListId property
return ListLookupRequest

WithListType() public method

Sets the ListType property
public WithListType ( String listType ) : ListLookupRequest
listType String ListType property
return ListLookupRequest

WithMerchantId() public method

Sets the MerchantId property
public WithMerchantId ( String merchantId ) : ListLookupRequest
merchantId String MerchantId property
return ListLookupRequest

WithProductGroup() public method

Sets the ProductGroup property
public WithProductGroup ( String productGroup ) : ListLookupRequest
productGroup String ProductGroup property
return ListLookupRequest

WithProductPage() public method

Sets the ProductPage property
public WithProductPage ( Decimal productPage ) : ListLookupRequest
productPage Decimal ProductPage property
return ListLookupRequest

WithResponseGroup() public method

Sets the ResponseGroup property
public WithResponseGroup ( ) : ListLookupRequest
return ListLookupRequest

WithReviewSort() public method

Sets the ReviewSort property
public WithReviewSort ( String reviewSort ) : ListLookupRequest
reviewSort String ReviewSort property
return ListLookupRequest

WithSort() public method

Sets the Sort property
public WithSort ( String sort ) : ListLookupRequest
sort String Sort property
return ListLookupRequest