C# 클래스 Amazon.ECS.Model.SimilarityLookupRequest

파일 보기 프로젝트 열기: nexus49/grado

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