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

파일 보기 프로젝트 열기: 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

IsSetListId ( ) : System.Boolean

Checks if ListId property is set

IsSetListType ( ) : System.Boolean

Checks if ListType property is set

IsSetMerchantId ( ) : System.Boolean

Checks if MerchantId property is set

IsSetProductGroup ( ) : System.Boolean

Checks if ProductGroup property is set

IsSetProductPage ( ) : System.Boolean

Checks if ProductPage property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

IsSetReviewSort ( ) : System.Boolean

Checks if ReviewSort property is set

IsSetSort ( ) : System.Boolean

Checks if Sort property is set

WithCondition ( System.Condition condition ) : ListLookupRequest

Sets the Condition property

WithDeliveryMethod ( DeliveryMethod deliveryMethod ) : ListLookupRequest

Sets the DeliveryMethod property

WithISPUPostalCode ( String ISPUPostalCode ) : ListLookupRequest

Sets the ISPUPostalCode property

WithListId ( String listId ) : ListLookupRequest

Sets the ListId property

WithListType ( String listType ) : ListLookupRequest

Sets the ListType property

WithMerchantId ( String merchantId ) : ListLookupRequest

Sets the MerchantId property

WithProductGroup ( String productGroup ) : ListLookupRequest

Sets the ProductGroup property

WithProductPage ( Decimal productPage ) : ListLookupRequest

Sets the ProductPage property

WithResponseGroup ( ) : ListLookupRequest

Sets the ResponseGroup property

WithReviewSort ( String reviewSort ) : ListLookupRequest

Sets the ReviewSort property

WithSort ( String sort ) : ListLookupRequest

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

IsSetListId() 공개 메소드

Checks if ListId property is set
public IsSetListId ( ) : System.Boolean
리턴 System.Boolean

IsSetListType() 공개 메소드

Checks if ListType property is set
public IsSetListType ( ) : System.Boolean
리턴 System.Boolean

IsSetMerchantId() 공개 메소드

Checks if MerchantId property is set
public IsSetMerchantId ( ) : System.Boolean
리턴 System.Boolean

IsSetProductGroup() 공개 메소드

Checks if ProductGroup property is set
public IsSetProductGroup ( ) : System.Boolean
리턴 System.Boolean

IsSetProductPage() 공개 메소드

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

IsSetSort() 공개 메소드

Checks if Sort property is set
public IsSetSort ( ) : 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 ) : ListLookupRequest
condition System.Condition Condition property
리턴 ListLookupRequest

WithDeliveryMethod() 공개 메소드

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

WithISPUPostalCode() 공개 메소드

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

WithListId() 공개 메소드

Sets the ListId property
public WithListId ( String listId ) : ListLookupRequest
listId String ListId property
리턴 ListLookupRequest

WithListType() 공개 메소드

Sets the ListType property
public WithListType ( String listType ) : ListLookupRequest
listType String ListType property
리턴 ListLookupRequest

WithMerchantId() 공개 메소드

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

WithProductGroup() 공개 메소드

Sets the ProductGroup property
public WithProductGroup ( String productGroup ) : ListLookupRequest
productGroup String ProductGroup property
리턴 ListLookupRequest

WithProductPage() 공개 메소드

Sets the ProductPage property
public WithProductPage ( Decimal productPage ) : ListLookupRequest
productPage Decimal ProductPage property
리턴 ListLookupRequest

WithResponseGroup() 공개 메소드

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

WithReviewSort() 공개 메소드

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

WithSort() 공개 메소드

Sets the Sort property
public WithSort ( String sort ) : ListLookupRequest
sort String Sort property
리턴 ListLookupRequest