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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

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

Checks if DistinctItems 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

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetTagType ( ) : System.Boolean

Checks if TagType property is set

IsSetTaggedItems ( ) : System.Boolean

Checks if TaggedItems property is set

IsSetTaggedListmaniaLists ( ) : System.Boolean

Checks if TaggedListmaniaLists property is set

IsSetTotalUsages ( ) : System.Boolean

Checks if TotalUsages property is set

WithDistinctItems ( String distinctItems ) : Tag

Sets the DistinctItems property

WithDistinctUsers ( String distinctUsers ) : Tag

Sets the DistinctUsers property

WithFirstTagging ( Tagging firstTagging ) : Tag

Sets the FirstTagging property

WithLastTagging ( Tagging lastTagging ) : Tag

Sets the LastTagging property

WithName ( String name ) : Tag

Sets the Name property

WithTagType ( String tagType ) : Tag

Sets the TagType property

WithTaggedItems ( ) : Tag

Sets the TaggedItems property

WithTaggedListmaniaLists ( ) : Tag

Sets the TaggedListmaniaLists property

WithTotalUsages ( String totalUsages ) : Tag

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

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

IsSetName() 공개 메소드

Checks if Name property is set
public IsSetName ( ) : System.Boolean
리턴 System.Boolean

IsSetTagType() 공개 메소드

Checks if TagType property is set
public IsSetTagType ( ) : System.Boolean
리턴 System.Boolean

IsSetTaggedItems() 공개 메소드

Checks if TaggedItems property is set
public IsSetTaggedItems ( ) : System.Boolean
리턴 System.Boolean

IsSetTaggedListmaniaLists() 공개 메소드

Checks if TaggedListmaniaLists property is set
public IsSetTaggedListmaniaLists ( ) : 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 ) : Tag
distinctItems String DistinctItems property
리턴 Tag

WithDistinctUsers() 공개 메소드

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

WithFirstTagging() 공개 메소드

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

WithLastTagging() 공개 메소드

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

WithName() 공개 메소드

Sets the Name property
public WithName ( String name ) : Tag
name String Name property
리턴 Tag

WithTagType() 공개 메소드

Sets the TagType property
public WithTagType ( String tagType ) : Tag
tagType String TagType property
리턴 Tag

WithTaggedItems() 공개 메소드

Sets the TaggedItems property
public WithTaggedItems ( ) : Tag
리턴 Tag

WithTaggedListmaniaLists() 공개 메소드

Sets the TaggedListmaniaLists property
public WithTaggedListmaniaLists ( ) : Tag
리턴 Tag

WithTotalUsages() 공개 메소드

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