C# Class Amazon.ECS.Model.Tag

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
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

Protected Methods

Method 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

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetDistinctItems() public method

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

IsSetDistinctUsers() public method

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

IsSetFirstTagging() public method

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

IsSetLastTagging() public method

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

IsSetName() public method

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

IsSetTagType() public method

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

IsSetTaggedItems() public method

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

IsSetTaggedListmaniaLists() public method

Checks if TaggedListmaniaLists property is set
public IsSetTaggedListmaniaLists ( ) : System.Boolean
return System.Boolean

IsSetTotalUsages() public method

Checks if TotalUsages property is set
public IsSetTotalUsages ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

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
return String

WithDistinctItems() public method

Sets the DistinctItems property
public WithDistinctItems ( String distinctItems ) : Tag
distinctItems String DistinctItems property
return Tag

WithDistinctUsers() public method

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

WithFirstTagging() public method

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

WithLastTagging() public method

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

WithName() public method

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

WithTagType() public method

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

WithTaggedItems() public method

Sets the TaggedItems property
public WithTaggedItems ( ) : Tag
return Tag

WithTaggedListmaniaLists() public method

Sets the TaggedListmaniaLists property
public WithTaggedListmaniaLists ( ) : Tag
return Tag

WithTotalUsages() public method

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