C# 클래스 Amazon.ECS.Model.Bin

파일 보기 프로젝트 열기: nexus49/grado

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