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

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

Private Properties

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

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

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

Checks if BinItemCount property is set

IsSetBinName ( ) : System.Boolean

Checks if BinName property is set

IsSetBinParameter ( ) : System.Boolean

Checks if BinParameter property is set

WithBinItemCount ( Decimal binItemCount ) : Bin

Sets the BinItemCount property

WithBinName ( String binName ) : Bin

Sets the BinName property

WithBinParameter ( ) : Bin

Sets the BinParameter 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

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

IsSetBinItemCount() публичный Метод

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

IsSetBinName() публичный Метод

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

IsSetBinParameter() публичный Метод

Checks if BinParameter property is set
public IsSetBinParameter ( ) : 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

WithBinItemCount() публичный Метод

Sets the BinItemCount property
public WithBinItemCount ( Decimal binItemCount ) : Bin
binItemCount Decimal BinItemCount property
Результат Bin

WithBinName() публичный Метод

Sets the BinName property
public WithBinName ( String binName ) : Bin
binName String BinName property
Результат Bin

WithBinParameter() публичный Метод

Sets the BinParameter property
public WithBinParameter ( ) : Bin
Результат Bin