C# Class Amazon.ECS.Model.CartModifyItem

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

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

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

IsSetAction() public méthode

Checks if Action property is set
public IsSetAction ( ) : System.Boolean
Résultat System.Boolean

IsSetCartItemId() public méthode

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

WithAction() public méthode

Sets the Action property
public WithAction ( String action ) : CartModifyItem
action String Action property
Résultat CartModifyItem

WithCartItemId() public méthode

Sets the CartItemId property
public WithCartItemId ( String cartItemId ) : CartModifyItem
cartItemId String CartItemId property
Résultat CartModifyItem

WithQuantity() public méthode

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