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

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

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

Защищенные методы

Метод Описание
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 ) : CartCreateItem
ASIN String ASIN property
Результат CartCreateItem

WithAssociateTag() публичный Метод

Sets the AssociateTag property
public WithAssociateTag ( String associateTag ) : CartCreateItem
associateTag String AssociateTag property
Результат CartCreateItem

WithListItemId() публичный Метод

Sets the ListItemId property
public WithListItemId ( String listItemId ) : CartCreateItem
listItemId String ListItemId property
Результат CartCreateItem

WithMetaData() публичный Метод

Sets the MetaData property
public WithMetaData ( ) : CartCreateItem
Результат CartCreateItem

WithOfferListingId() публичный Метод

Sets the OfferListingId property
public WithOfferListingId ( String offerListingId ) : CartCreateItem
offerListingId String OfferListingId property
Результат CartCreateItem

WithQuantity() публичный Метод

Sets the Quantity property
public WithQuantity ( Decimal quantity ) : CartCreateItem
quantity Decimal Quantity property
Результат CartCreateItem