C# Class Amazon.ECS.Model.CartModifyRequest

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

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

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

IsSetCartId() public méthode

Checks if CartId property is set
public IsSetCartId ( ) : System.Boolean
Résultat System.Boolean

IsSetHMAC() public méthode

Checks if HMAC property is set
public IsSetHMAC ( ) : System.Boolean
Résultat System.Boolean

IsSetItems() public méthode

Checks if Items property is set
public IsSetItems ( ) : System.Boolean
Résultat System.Boolean

IsSetMergeCart() public méthode

Checks if MergeCart property is set
public IsSetMergeCart ( ) : System.Boolean
Résultat System.Boolean

IsSetResponseGroup() public méthode

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

WithCartId() public méthode

Sets the CartId property
public WithCartId ( String cartId ) : CartModifyRequest
cartId String CartId property
Résultat CartModifyRequest

WithHMAC() public méthode

Sets the HMAC property
public WithHMAC ( String HMAC ) : CartModifyRequest
HMAC String HMAC property
Résultat CartModifyRequest

WithItems() public méthode

Sets the Items property
public WithItems ( CartModifyItems items ) : CartModifyRequest
items CartModifyItems Items property
Résultat CartModifyRequest

WithMergeCart() public méthode

Sets the MergeCart property
public WithMergeCart ( String mergeCart ) : CartModifyRequest
mergeCart String MergeCart property
Résultat CartModifyRequest

WithResponseGroup() public méthode

Sets the ResponseGroup property
public WithResponseGroup ( ) : CartModifyRequest
Résultat CartModifyRequest