C# Class Amazon.ECS.Model.SimilarityLookupRequest

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

IsSetItemId ( ) : System.Boolean

Checks of ItemId property is set

IsSetMerchantId ( ) : System.Boolean

Checks if MerchantId property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

IsSetReviewSort ( ) : System.Boolean

Checks if ReviewSort property is set

IsSetSimilarityType ( ) : System.Boolean

Checks if SimilarityType property is set

WithCondition ( System.Condition condition ) : SimilarityLookupRequest

Sets the Condition property

WithDeliveryMethod ( DeliveryMethod deliveryMethod ) : SimilarityLookupRequest

Sets the DeliveryMethod property

WithISPUPostalCode ( String ISPUPostalCode ) : SimilarityLookupRequest

Sets the ISPUPostalCode property

WithItemId ( ) : SimilarityLookupRequest

Sets the ItemId property

WithMerchantId ( String merchantId ) : SimilarityLookupRequest

Sets the MerchantId property

WithResponseGroup ( ) : SimilarityLookupRequest

Sets the ResponseGroup property

WithReviewSort ( String reviewSort ) : SimilarityLookupRequest

Sets the ReviewSort property

WithSimilarityType ( String similarityType ) : SimilarityLookupRequest

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

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

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

IsSetSimilarityType() public method

Checks if SimilarityType property is set
public IsSetSimilarityType ( ) : 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 ) : SimilarityLookupRequest
condition System.Condition Condition property
return SimilarityLookupRequest

WithDeliveryMethod() public method

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

WithISPUPostalCode() public method

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

WithItemId() public method

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

WithMerchantId() public method

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

WithResponseGroup() public method

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

WithReviewSort() public method

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

WithSimilarityType() public method

Sets the SimilarityType property
public WithSimilarityType ( String similarityType ) : SimilarityLookupRequest
similarityType String SimilarityType property
return SimilarityLookupRequest