C# Класс Amazon.ECS.Model.SimilarityLookupRequest

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
EscapeXML ( String str ) : String

Описание методов

IsSetCondition() публичный Метод

Checks if Condition property is set
public IsSetCondition ( ) : System.Boolean
Результат System.Boolean

IsSetDeliveryMethod() публичный Метод

Checks if DeliveryMethod property is set
public IsSetDeliveryMethod ( ) : System.Boolean
Результат System.Boolean

IsSetISPUPostalCode() публичный Метод

Checks if ISPUPostalCode property is set
public IsSetISPUPostalCode ( ) : System.Boolean
Результат System.Boolean

IsSetItemId() публичный Метод

Checks of ItemId property is set
public IsSetItemId ( ) : System.Boolean
Результат System.Boolean

IsSetMerchantId() публичный Метод

Checks if MerchantId property is set
public IsSetMerchantId ( ) : System.Boolean
Результат System.Boolean

IsSetResponseGroup() публичный Метод

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : System.Boolean
Результат System.Boolean

IsSetReviewSort() публичный Метод

Checks if ReviewSort property is set
public IsSetReviewSort ( ) : System.Boolean
Результат System.Boolean

IsSetSimilarityType() публичный Метод

Checks if SimilarityType property is set
public IsSetSimilarityType ( ) : System.Boolean
Результат System.Boolean

ToXMLFragment() защищенный Метод

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
Результат String

WithCondition() публичный Метод

Sets the Condition property
public WithCondition ( System.Condition condition ) : SimilarityLookupRequest
condition System.Condition Condition property
Результат SimilarityLookupRequest

WithDeliveryMethod() публичный Метод

Sets the DeliveryMethod property
public WithDeliveryMethod ( DeliveryMethod deliveryMethod ) : SimilarityLookupRequest
deliveryMethod DeliveryMethod DeliveryMethod property
Результат SimilarityLookupRequest

WithISPUPostalCode() публичный Метод

Sets the ISPUPostalCode property
public WithISPUPostalCode ( String ISPUPostalCode ) : SimilarityLookupRequest
ISPUPostalCode String ISPUPostalCode property
Результат SimilarityLookupRequest

WithItemId() публичный Метод

Sets the ItemId property
public WithItemId ( ) : SimilarityLookupRequest
Результат SimilarityLookupRequest

WithMerchantId() публичный Метод

Sets the MerchantId property
public WithMerchantId ( String merchantId ) : SimilarityLookupRequest
merchantId String MerchantId property
Результат SimilarityLookupRequest

WithResponseGroup() публичный Метод

Sets the ResponseGroup property
public WithResponseGroup ( ) : SimilarityLookupRequest
Результат SimilarityLookupRequest

WithReviewSort() публичный Метод

Sets the ReviewSort property
public WithReviewSort ( String reviewSort ) : SimilarityLookupRequest
reviewSort String ReviewSort property
Результат SimilarityLookupRequest

WithSimilarityType() публичный Метод

Sets the SimilarityType property
public WithSimilarityType ( String similarityType ) : SimilarityLookupRequest
similarityType String SimilarityType property
Результат SimilarityLookupRequest