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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

메소드 설명
IsSetASIN ( ) : System.Boolean

Checks if ASIN property is set

IsSetAssociateTag ( ) : System.Boolean

Checks if AssociateTag property is set

IsSetListItemId ( ) : System.Boolean

Checks if ListItemId property is set

IsSetMetaData ( ) : System.Boolean

Checks if MetaData property is set

IsSetOfferListingId ( ) : System.Boolean

Checks if OfferListingId property is set

IsSetQuantity ( ) : System.Boolean

Checks if Quantity property is set

WithASIN ( String ASIN ) : CartCreateItem

Sets the ASIN property

WithAssociateTag ( String associateTag ) : CartCreateItem

Sets the AssociateTag property

WithListItemId ( String listItemId ) : CartCreateItem

Sets the ListItemId property

WithMetaData ( ) : CartCreateItem

Sets the MetaData property

WithOfferListingId ( String offerListingId ) : CartCreateItem

Sets the OfferListingId property

WithQuantity ( Decimal quantity ) : CartCreateItem

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

메소드 상세

IsSetASIN() 공개 메소드

Checks if ASIN property is set
public IsSetASIN ( ) : System.Boolean
리턴 System.Boolean

IsSetAssociateTag() 공개 메소드

Checks if AssociateTag property is set
public IsSetAssociateTag ( ) : System.Boolean
리턴 System.Boolean

IsSetListItemId() 공개 메소드

Checks if ListItemId property is set
public IsSetListItemId ( ) : System.Boolean
리턴 System.Boolean

IsSetMetaData() 공개 메소드

Checks if MetaData property is set
public IsSetMetaData ( ) : System.Boolean
리턴 System.Boolean

IsSetOfferListingId() 공개 메소드

Checks if OfferListingId property is set
public IsSetOfferListingId ( ) : System.Boolean
리턴 System.Boolean

IsSetQuantity() 공개 메소드

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

WithASIN() 공개 메소드

Sets the ASIN property
public WithASIN ( String ASIN ) : CartCreateItem
ASIN String ASIN property
리턴 CartCreateItem

WithAssociateTag() 공개 메소드

Sets the AssociateTag property
public WithAssociateTag ( String associateTag ) : CartCreateItem
associateTag String AssociateTag property
리턴 CartCreateItem

WithListItemId() 공개 메소드

Sets the ListItemId property
public WithListItemId ( String listItemId ) : CartCreateItem
listItemId String ListItemId property
리턴 CartCreateItem

WithMetaData() 공개 메소드

Sets the MetaData property
public WithMetaData ( ) : CartCreateItem
리턴 CartCreateItem

WithOfferListingId() 공개 메소드

Sets the OfferListingId property
public WithOfferListingId ( String offerListingId ) : CartCreateItem
offerListingId String OfferListingId property
리턴 CartCreateItem

WithQuantity() 공개 메소드

Sets the Quantity property
public WithQuantity ( Decimal quantity ) : CartCreateItem
quantity Decimal Quantity property
리턴 CartCreateItem