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

파일 보기 프로젝트 열기: nexus49/grado 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

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

Checks if DistinctItems property is set

IsSetDistinctTags ( ) : System.Boolean

Checks if DistinctTags property is set

IsSetDistinctUsers ( ) : System.Boolean

Checks if DistinctUsers property is set

IsSetFirstTagging ( ) : System.Boolean

Checks if FirstTagging property is set

IsSetLastTagging ( ) : System.Boolean

Checks if LastTagging property is set

IsSetTag ( ) : System.Boolean

Checks if Tag property is set

IsSetTotalUsages ( ) : System.Boolean

Checks if TotalUsages property is set

WithDistinctItems ( String distinctItems ) : Tags

Sets the DistinctItems property

WithDistinctTags ( String distinctTags ) : Tags

Sets the DistinctTags property

WithDistinctUsers ( String distinctUsers ) : Tags

Sets the DistinctUsers property

WithFirstTagging ( Tagging firstTagging ) : Tags

Sets the FirstTagging property

WithLastTagging ( Tagging lastTagging ) : Tags

Sets the LastTagging property

WithTag ( ) : Tags

Sets the Tag property

WithTotalUsages ( String totalUsages ) : Tags

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

메소드 상세

IsSetDistinctItems() 공개 메소드

Checks if DistinctItems property is set
public IsSetDistinctItems ( ) : System.Boolean
리턴 System.Boolean

IsSetDistinctTags() 공개 메소드

Checks if DistinctTags property is set
public IsSetDistinctTags ( ) : System.Boolean
리턴 System.Boolean

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

IsSetLastTagging() 공개 메소드

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

IsSetTag() 공개 메소드

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

WithDistinctItems() 공개 메소드

Sets the DistinctItems property
public WithDistinctItems ( String distinctItems ) : Tags
distinctItems String DistinctItems property
리턴 Tags

WithDistinctTags() 공개 메소드

Sets the DistinctTags property
public WithDistinctTags ( String distinctTags ) : Tags
distinctTags String DistinctTags property
리턴 Tags

WithDistinctUsers() 공개 메소드

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

WithFirstTagging() 공개 메소드

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

WithLastTagging() 공개 메소드

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

WithTag() 공개 메소드

Sets the Tag property
public WithTag ( ) : Tags
리턴 Tags

WithTotalUsages() 공개 메소드

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