C# Class Amazon.ECS.Model.ItemLookupRequest

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

IsSetFutureLaunchDate ( ) : System.Boolean

Checks if FutureLaunchDate property is set

IsSetISPUPostalCode ( ) : System.Boolean

Checks if ISPUPostalCode property is set

IsSetIdType ( ) : System.Boolean

Checks if IdType property is set

IsSetItemId ( ) : System.Boolean

Checks of ItemId property is set

IsSetMerchantId ( ) : System.Boolean

Checks if MerchantId property is set

IsSetOfferPage ( ) : System.Boolean

Checks if OfferPage property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

IsSetReviewPage ( ) : System.Boolean

Checks if ReviewPage property is set

IsSetReviewSort ( ) : System.Boolean

Checks if ReviewSort property is set

IsSetSearchIndex ( ) : System.Boolean

Checks if SearchIndex property is set

IsSetSearchInsideKeywords ( ) : System.Boolean

Checks if SearchInsideKeywords 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

IsSetVariationPage ( ) : System.Boolean

Checks if VariationPage property is set

WithCondition ( System.Condition condition ) : ItemLookupRequest

Sets the Condition property

WithDeliveryMethod ( DeliveryMethod deliveryMethod ) : ItemLookupRequest

Sets the DeliveryMethod property

WithFutureLaunchDate ( String futureLaunchDate ) : ItemLookupRequest

Sets the FutureLaunchDate property

WithISPUPostalCode ( String ISPUPostalCode ) : ItemLookupRequest

Sets the ISPUPostalCode property

WithIdType ( String idType ) : ItemLookupRequest

Sets the IdType property

WithItemId ( ) : ItemLookupRequest

Sets the ItemId property

WithMerchantId ( String merchantId ) : ItemLookupRequest

Sets the MerchantId property

WithOfferPage ( Decimal offerPage ) : ItemLookupRequest

Sets the OfferPage property

WithResponseGroup ( ) : ItemLookupRequest

Sets the ResponseGroup property

WithReviewPage ( Decimal reviewPage ) : ItemLookupRequest

Sets the ReviewPage property

WithReviewSort ( String reviewSort ) : ItemLookupRequest

Sets the ReviewSort property

WithSearchIndex ( String searchIndex ) : ItemLookupRequest

Sets the SearchIndex property

WithSearchInsideKeywords ( String searchInsideKeywords ) : ItemLookupRequest

Sets the SearchInsideKeywords property

WithTagPage ( Decimal tagPage ) : ItemLookupRequest

Sets the TagPage property

WithTagSort ( String tagSort ) : ItemLookupRequest

Sets the TagSort property

WithTagsPerPage ( Decimal tagsPerPage ) : ItemLookupRequest

Sets the TagsPerPage property

WithVariationPage ( String variationPage ) : ItemLookupRequest

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

IsSetFutureLaunchDate() public method

Checks if FutureLaunchDate property is set
public IsSetFutureLaunchDate ( ) : System.Boolean
return System.Boolean

IsSetISPUPostalCode() public method

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

IsSetIdType() public method

Checks if IdType property is set
public IsSetIdType ( ) : System.Boolean
return System.Boolean

IsSetItemId() public method

Checks of ItemId property is set
public IsSetItemId ( ) : System.Boolean
return System.Boolean

IsSetMerchantId() public method

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

IsSetOfferPage() public method

Checks if OfferPage property is set
public IsSetOfferPage ( ) : System.Boolean
return System.Boolean

IsSetResponseGroup() public method

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

IsSetReviewPage() public method

Checks if ReviewPage property is set
public IsSetReviewPage ( ) : System.Boolean
return System.Boolean

IsSetReviewSort() public method

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

IsSetSearchIndex() public method

Checks if SearchIndex property is set
public IsSetSearchIndex ( ) : System.Boolean
return System.Boolean

IsSetSearchInsideKeywords() public method

Checks if SearchInsideKeywords property is set
public IsSetSearchInsideKeywords ( ) : System.Boolean
return System.Boolean

IsSetTagPage() public method

Checks if TagPage property is set
public IsSetTagPage ( ) : System.Boolean
return System.Boolean

IsSetTagSort() public method

Checks if TagSort property is set
public IsSetTagSort ( ) : System.Boolean
return System.Boolean

IsSetTagsPerPage() public method

Checks if TagsPerPage property is set
public IsSetTagsPerPage ( ) : System.Boolean
return System.Boolean

IsSetVariationPage() public method

Checks if VariationPage property is set
public IsSetVariationPage ( ) : 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 ) : ItemLookupRequest
condition System.Condition Condition property
return ItemLookupRequest

WithDeliveryMethod() public method

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

WithFutureLaunchDate() public method

Sets the FutureLaunchDate property
public WithFutureLaunchDate ( String futureLaunchDate ) : ItemLookupRequest
futureLaunchDate String FutureLaunchDate property
return ItemLookupRequest

WithISPUPostalCode() public method

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

WithIdType() public method

Sets the IdType property
public WithIdType ( String idType ) : ItemLookupRequest
idType String IdType property
return ItemLookupRequest

WithItemId() public method

Sets the ItemId property
public WithItemId ( ) : ItemLookupRequest
return ItemLookupRequest

WithMerchantId() public method

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

WithOfferPage() public method

Sets the OfferPage property
public WithOfferPage ( Decimal offerPage ) : ItemLookupRequest
offerPage Decimal OfferPage property
return ItemLookupRequest

WithResponseGroup() public method

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

WithReviewPage() public method

Sets the ReviewPage property
public WithReviewPage ( Decimal reviewPage ) : ItemLookupRequest
reviewPage Decimal ReviewPage property
return ItemLookupRequest

WithReviewSort() public method

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

WithSearchIndex() public method

Sets the SearchIndex property
public WithSearchIndex ( String searchIndex ) : ItemLookupRequest
searchIndex String SearchIndex property
return ItemLookupRequest

WithSearchInsideKeywords() public method

Sets the SearchInsideKeywords property
public WithSearchInsideKeywords ( String searchInsideKeywords ) : ItemLookupRequest
searchInsideKeywords String SearchInsideKeywords property
return ItemLookupRequest

WithTagPage() public method

Sets the TagPage property
public WithTagPage ( Decimal tagPage ) : ItemLookupRequest
tagPage Decimal TagPage property
return ItemLookupRequest

WithTagSort() public method

Sets the TagSort property
public WithTagSort ( String tagSort ) : ItemLookupRequest
tagSort String TagSort property
return ItemLookupRequest

WithTagsPerPage() public method

Sets the TagsPerPage property
public WithTagsPerPage ( Decimal tagsPerPage ) : ItemLookupRequest
tagsPerPage Decimal TagsPerPage property
return ItemLookupRequest

WithVariationPage() public method

Sets the VariationPage property
public WithVariationPage ( String variationPage ) : ItemLookupRequest
variationPage String VariationPage property
return ItemLookupRequest