C# Class Amazon.ECS.Model.CartModifyRequest

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetCartId ( ) : System.Boolean

Checks if CartId property is set

IsSetHMAC ( ) : System.Boolean

Checks if HMAC property is set

IsSetItems ( ) : System.Boolean

Checks if Items property is set

IsSetMergeCart ( ) : System.Boolean

Checks if MergeCart property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

WithCartId ( String cartId ) : CartModifyRequest

Sets the CartId property

WithHMAC ( String HMAC ) : CartModifyRequest

Sets the HMAC property

WithItems ( CartModifyItems items ) : CartModifyRequest

Sets the Items property

WithMergeCart ( String mergeCart ) : CartModifyRequest

Sets the MergeCart property

WithResponseGroup ( ) : CartModifyRequest

Sets the ResponseGroup 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

IsSetCartId() public method

Checks if CartId property is set
public IsSetCartId ( ) : System.Boolean
return System.Boolean

IsSetHMAC() public method

Checks if HMAC property is set
public IsSetHMAC ( ) : System.Boolean
return System.Boolean

IsSetItems() public method

Checks if Items property is set
public IsSetItems ( ) : System.Boolean
return System.Boolean

IsSetMergeCart() public method

Checks if MergeCart property is set
public IsSetMergeCart ( ) : System.Boolean
return System.Boolean

IsSetResponseGroup() public method

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : 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

WithCartId() public method

Sets the CartId property
public WithCartId ( String cartId ) : CartModifyRequest
cartId String CartId property
return CartModifyRequest

WithHMAC() public method

Sets the HMAC property
public WithHMAC ( String HMAC ) : CartModifyRequest
HMAC String HMAC property
return CartModifyRequest

WithItems() public method

Sets the Items property
public WithItems ( CartModifyItems items ) : CartModifyRequest
items CartModifyItems Items property
return CartModifyRequest

WithMergeCart() public method

Sets the MergeCart property
public WithMergeCart ( String mergeCart ) : CartModifyRequest
mergeCart String MergeCart property
return CartModifyRequest

WithResponseGroup() public method

Sets the ResponseGroup property
public WithResponseGroup ( ) : CartModifyRequest
return CartModifyRequest