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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

메소드 설명
IsSetDistinctUsers ( ) : System.Boolean

Checks if DistinctUsers property is set

IsSetFirstTagging ( ) : System.Boolean

Checks if FirstTagging property is set

IsSetItem ( ) : System.Boolean

Checks if Item property is set

IsSetLastTagging ( ) : System.Boolean

Checks if LastTagging property is set

IsSetTotalUsages ( ) : System.Boolean

Checks if TotalUsages property is set

WithDistinctUsers ( String distinctUsers ) : TaggedItems

Sets the DistinctUsers property

WithFirstTagging ( Tagging firstTagging ) : TaggedItems

Sets the FirstTagging property

WithItem ( Item item ) : TaggedItems

Sets the Item property

WithLastTagging ( Tagging lastTagging ) : TaggedItems

Sets the LastTagging property

WithTotalUsages ( String totalUsages ) : TaggedItems

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

메소드 상세

IsSetDistinctUsers() 공개 메소드

Checks if DistinctUsers property is set
public IsSetDistinctUsers ( ) : System.Boolean
리턴 System.Boolean

IsSetFirstTagging() 공개 메소드

Checks if FirstTagging property is set
public IsSetFirstTagging ( ) : System.Boolean
리턴 System.Boolean

IsSetItem() 공개 메소드

Checks if Item property is set
public IsSetItem ( ) : System.Boolean
리턴 System.Boolean

IsSetLastTagging() 공개 메소드

Checks if LastTagging property is set
public IsSetLastTagging ( ) : System.Boolean
리턴 System.Boolean

IsSetTotalUsages() 공개 메소드

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

WithDistinctUsers() 공개 메소드

Sets the DistinctUsers property
public WithDistinctUsers ( String distinctUsers ) : TaggedItems
distinctUsers String DistinctUsers property
리턴 TaggedItems

WithFirstTagging() 공개 메소드

Sets the FirstTagging property
public WithFirstTagging ( Tagging firstTagging ) : TaggedItems
firstTagging Tagging FirstTagging property
리턴 TaggedItems

WithItem() 공개 메소드

Sets the Item property
public WithItem ( Item item ) : TaggedItems
item Item Item property
리턴 TaggedItems

WithLastTagging() 공개 메소드

Sets the LastTagging property
public WithLastTagging ( Tagging lastTagging ) : TaggedItems
lastTagging Tagging LastTagging property
리턴 TaggedItems

WithTotalUsages() 공개 메소드

Sets the TotalUsages property
public WithTotalUsages ( String totalUsages ) : TaggedItems
totalUsages String TotalUsages property
리턴 TaggedItems