C# Class Amazon.ECS.Model.CartAddRequest

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

Sets the CartId property

WithHMAC ( String HMAC ) : CartAddRequest

Sets the HMAC property

WithItems ( CartAddItems items ) : CartAddRequest

Sets the Items property

WithMergeCart ( String mergeCart ) : CartAddRequest

Sets the MergeCart property

WithResponseGroup ( ) : CartAddRequest

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 ) : CartAddRequest
cartId String CartId property
return CartAddRequest

WithHMAC() public method

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

WithItems() public method

Sets the Items property
public WithItems ( CartAddItems items ) : CartAddRequest
items CartAddItems Items property
return CartAddRequest

WithMergeCart() public method

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

WithResponseGroup() public method

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