C# Class Amazon.ECS.Model.Bin

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
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

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

IsSetBinItemCount() public method

Checks if BinItemCount property is set
public IsSetBinItemCount ( ) : System.Boolean
return System.Boolean

IsSetBinName() public method

Checks if BinName property is set
public IsSetBinName ( ) : System.Boolean
return System.Boolean

IsSetBinParameter() public method

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

WithBinItemCount() public method

Sets the BinItemCount property
public WithBinItemCount ( Decimal binItemCount ) : Bin
binItemCount Decimal BinItemCount property
return Bin

WithBinName() public method

Sets the BinName property
public WithBinName ( String binName ) : Bin
binName String BinName property
return Bin

WithBinParameter() public method

Sets the BinParameter property
public WithBinParameter ( ) : Bin
return Bin