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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

IsSetFutureLaunchDate() 공개 메소드

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

IsSetISPUPostalCode() 공개 메소드

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

IsSetIdType() 공개 메소드

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

IsSetOfferPage() 공개 메소드

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

IsSetResponseGroup() 공개 메소드

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

IsSetReviewPage() 공개 메소드

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

IsSetReviewSort() 공개 메소드

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

IsSetSearchIndex() 공개 메소드

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

IsSetSearchInsideKeywords() 공개 메소드

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

IsSetTagPage() 공개 메소드

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

IsSetTagSort() 공개 메소드

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

IsSetTagsPerPage() 공개 메소드

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

IsSetVariationPage() 공개 메소드

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

WithDeliveryMethod() 공개 메소드

Sets the DeliveryMethod property
public WithDeliveryMethod ( DeliveryMethod deliveryMethod ) : ItemLookupRequest
deliveryMethod DeliveryMethod DeliveryMethod property
리턴 ItemLookupRequest

WithFutureLaunchDate() 공개 메소드

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

WithISPUPostalCode() 공개 메소드

Sets the ISPUPostalCode property
public WithISPUPostalCode ( String ISPUPostalCode ) : ItemLookupRequest
ISPUPostalCode String ISPUPostalCode property
리턴 ItemLookupRequest

WithIdType() 공개 메소드

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

WithItemId() 공개 메소드

Sets the ItemId property
public WithItemId ( ) : ItemLookupRequest
리턴 ItemLookupRequest

WithMerchantId() 공개 메소드

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

WithOfferPage() 공개 메소드

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

WithResponseGroup() 공개 메소드

Sets the ResponseGroup property
public WithResponseGroup ( ) : ItemLookupRequest
리턴 ItemLookupRequest

WithReviewPage() 공개 메소드

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

WithReviewSort() 공개 메소드

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

WithSearchIndex() 공개 메소드

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

WithSearchInsideKeywords() 공개 메소드

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

WithTagPage() 공개 메소드

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

WithTagSort() 공개 메소드

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

WithTagsPerPage() 공개 메소드

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

WithVariationPage() 공개 메소드

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