C# Class Amazon.ECS.Model.CartCreateItem

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 ) : 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

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 ) : CartCreateItem
ASIN String ASIN property
return CartCreateItem

WithAssociateTag() public method

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

WithListItemId() public method

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

WithMetaData() public method

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

WithOfferListingId() public method

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

WithQuantity() public method

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