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

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

Sets the ASIN property

WithAssociateTag ( String associateTag ) : CartAddItem

Sets the AssociateTag property

WithListItemId ( String listItemId ) : CartAddItem

Sets the ListItemId property

WithMetaData ( ) : CartAddItem

Sets the MetaData property

WithOfferListingId ( String offerListingId ) : CartAddItem

Sets the OfferListingId property

WithQuantity ( Decimal quantity ) : CartAddItem

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 ) : CartAddItem
ASIN String ASIN property
리턴 CartAddItem

WithAssociateTag() 공개 메소드

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

WithListItemId() 공개 메소드

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

WithMetaData() 공개 메소드

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

WithOfferListingId() 공개 메소드

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

WithQuantity() 공개 메소드

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