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

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

Private Properties

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

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

Метод Описание
IsSetCart ( ) : System.Boolean

Checks if Cart property is set

IsSetOperationRequest ( ) : System.Boolean

Checks if OperationRequest property is set

ToXML ( ) : String

XML Representation for this object

WithCart ( ) : CartClearResponse

Sets the Cart property

WithOperationRequest ( OperationRequest operationRequest ) : CartClearResponse

Sets the OperationRequest property

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

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

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

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

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

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

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

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

XML Representation for this object
public ToXML ( ) : String
Результат String

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

Sets the Cart property
public WithCart ( ) : CartClearResponse
Результат CartClearResponse

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

Sets the OperationRequest property
public WithOperationRequest ( OperationRequest operationRequest ) : CartClearResponse
operationRequest OperationRequest OperationRequest property
Результат CartClearResponse