C# Класс Amazon.ECS.Model.CartAddItem

Показать файл Открыть проект

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