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

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

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
IsSetAction ( ) : System.Boolean

Checks if Action property is set

IsSetCartItemId ( ) : System.Boolean

Checks if CartItemId property is set

IsSetQuantity ( ) : System.Boolean

Checks if Quantity property is set

WithAction ( String action ) : CartModifyItem

Sets the Action property

WithCartItemId ( String cartItemId ) : CartModifyItem

Sets the CartItemId property

WithQuantity ( Decimal quantity ) : CartModifyItem

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

Описание методов

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

Checks if Action property is set
public IsSetAction ( ) : System.Boolean
Результат System.Boolean

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

Checks if CartItemId property is set
public IsSetCartItemId ( ) : 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

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

Sets the Action property
public WithAction ( String action ) : CartModifyItem
action String Action property
Результат CartModifyItem

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

Sets the CartItemId property
public WithCartItemId ( String cartItemId ) : CartModifyItem
cartItemId String CartItemId property
Результат CartModifyItem

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

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