C# Class Amazon.ECS.Model.CartModifyItem

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
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

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

IsSetAction() public method

Checks if Action property is set
public IsSetAction ( ) : System.Boolean
return System.Boolean

IsSetCartItemId() public method

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

WithAction() public method

Sets the Action property
public WithAction ( String action ) : CartModifyItem
action String Action property
return CartModifyItem

WithCartItemId() public method

Sets the CartItemId property
public WithCartItemId ( String cartItemId ) : CartModifyItem
cartItemId String CartItemId property
return CartModifyItem

WithQuantity() public method

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