C# Class Amazon.ECS.Model.Bin

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

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

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

IsSetBinItemCount() public méthode

Checks if BinItemCount property is set
public IsSetBinItemCount ( ) : System.Boolean
Résultat System.Boolean

IsSetBinName() public méthode

Checks if BinName property is set
public IsSetBinName ( ) : System.Boolean
Résultat System.Boolean

IsSetBinParameter() public méthode

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

WithBinItemCount() public méthode

Sets the BinItemCount property
public WithBinItemCount ( Decimal binItemCount ) : Bin
binItemCount Decimal BinItemCount property
Résultat Bin

WithBinName() public méthode

Sets the BinName property
public WithBinName ( String binName ) : Bin
binName String BinName property
Résultat Bin

WithBinParameter() public méthode

Sets the BinParameter property
public WithBinParameter ( ) : Bin
Résultat Bin