C# Class Amazon.ECS.Model.CartClearRequest

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

IsSetMergeCart ( ) : System.Boolean

Checks if MergeCart property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

WithCartId ( String cartId ) : CartClearRequest

Sets the CartId property

WithHMAC ( String HMAC ) : CartClearRequest

Sets the HMAC property

WithMergeCart ( String mergeCart ) : CartClearRequest

Sets the MergeCart property

WithResponseGroup ( ) : CartClearRequest

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

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

WithHMAC() public method

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

WithMergeCart() public method

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

WithResponseGroup() public method

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