C# Class Amazon.ECS.Model.CartAddItem

Afficher le fichier Open project: nexus49/grado

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetASIN() public méthode

Checks if ASIN property is set
public IsSetASIN ( ) : System.Boolean
Résultat System.Boolean

IsSetAssociateTag() public méthode

Checks if AssociateTag property is set
public IsSetAssociateTag ( ) : System.Boolean
Résultat System.Boolean

IsSetListItemId() public méthode

Checks if ListItemId property is set
public IsSetListItemId ( ) : System.Boolean
Résultat System.Boolean

IsSetMetaData() public méthode

Checks if MetaData property is set
public IsSetMetaData ( ) : System.Boolean
Résultat System.Boolean

IsSetOfferListingId() public méthode

Checks if OfferListingId property is set
public IsSetOfferListingId ( ) : System.Boolean
Résultat System.Boolean

IsSetQuantity() public méthode

Checks if Quantity property is set
public IsSetQuantity ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithASIN() public méthode

Sets the ASIN property
public WithASIN ( String ASIN ) : CartAddItem
ASIN String ASIN property
Résultat CartAddItem

WithAssociateTag() public méthode

Sets the AssociateTag property
public WithAssociateTag ( String associateTag ) : CartAddItem
associateTag String AssociateTag property
Résultat CartAddItem

WithListItemId() public méthode

Sets the ListItemId property
public WithListItemId ( String listItemId ) : CartAddItem
listItemId String ListItemId property
Résultat CartAddItem

WithMetaData() public méthode

Sets the MetaData property
public WithMetaData ( ) : CartAddItem
Résultat CartAddItem

WithOfferListingId() public méthode

Sets the OfferListingId property
public WithOfferListingId ( String offerListingId ) : CartAddItem
offerListingId String OfferListingId property
Résultat CartAddItem

WithQuantity() public méthode

Sets the Quantity property
public WithQuantity ( Decimal quantity ) : CartAddItem
quantity Decimal Quantity property
Résultat CartAddItem