C# Класс Amazon.ECS.Model.CartModifyRequest

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
EscapeXML ( String str ) : String

Описание методов

IsSetCartId() публичный метод

Checks if CartId property is set
public IsSetCartId ( ) : System.Boolean
Результат System.Boolean

IsSetHMAC() публичный метод

Checks if HMAC property is set
public IsSetHMAC ( ) : System.Boolean
Результат System.Boolean

IsSetItems() публичный метод

Checks if Items property is set
public IsSetItems ( ) : System.Boolean
Результат System.Boolean

IsSetMergeCart() публичный метод

Checks if MergeCart property is set
public IsSetMergeCart ( ) : System.Boolean
Результат System.Boolean

IsSetResponseGroup() публичный метод

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : System.Boolean
Результат System.Boolean

ToXMLFragment() защищенный метод

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
Результат String

WithCartId() публичный метод

Sets the CartId property
public WithCartId ( String cartId ) : CartModifyRequest
cartId String CartId property
Результат CartModifyRequest

WithHMAC() публичный метод

Sets the HMAC property
public WithHMAC ( String HMAC ) : CartModifyRequest
HMAC String HMAC property
Результат CartModifyRequest

WithItems() публичный метод

Sets the Items property
public WithItems ( CartModifyItems items ) : CartModifyRequest
items CartModifyItems Items property
Результат CartModifyRequest

WithMergeCart() публичный метод

Sets the MergeCart property
public WithMergeCart ( String mergeCart ) : CartModifyRequest
mergeCart String MergeCart property
Результат CartModifyRequest

WithResponseGroup() публичный метод

Sets the ResponseGroup property
public WithResponseGroup ( ) : CartModifyRequest
Результат CartModifyRequest