C# Class Amazon.ECS.Model.CartAddItem

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
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

Protected Methods

Method Description
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

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetASIN() public method

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

IsSetAssociateTag() public method

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

IsSetListItemId() public method

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

IsSetMetaData() public method

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

IsSetOfferListingId() public method

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

IsSetQuantity() public method

Checks if Quantity property is set
public IsSetQuantity ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

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
return String

WithASIN() public method

Sets the ASIN property
public WithASIN ( String ASIN ) : CartAddItem
ASIN String ASIN property
return CartAddItem

WithAssociateTag() public method

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

WithListItemId() public method

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

WithMetaData() public method

Sets the MetaData property
public WithMetaData ( ) : CartAddItem
return CartAddItem

WithOfferListingId() public method

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

WithQuantity() public method

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