C# Class Amazon.ECS.Model.SimilarityLookupRequest

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

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

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

IsSetItemId() public méthode

Checks of ItemId property is set
public IsSetItemId ( ) : System.Boolean
Résultat System.Boolean

IsSetMerchantId() public méthode

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

IsSetSimilarityType() public méthode

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

WithDeliveryMethod() public méthode

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

WithISPUPostalCode() public méthode

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

WithItemId() public méthode

Sets the ItemId property
public WithItemId ( ) : SimilarityLookupRequest
Résultat SimilarityLookupRequest

WithMerchantId() public méthode

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

WithResponseGroup() public méthode

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

WithReviewSort() public méthode

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

WithSimilarityType() public méthode

Sets the SimilarityType property
public WithSimilarityType ( String similarityType ) : SimilarityLookupRequest
similarityType String SimilarityType property
Résultat SimilarityLookupRequest