C# Class Amazon.ECS.Model.TaggedItems

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

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

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

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

IsSetItem() public method

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

IsSetLastTagging() public method

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

WithDistinctUsers() public method

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

WithFirstTagging() public method

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

WithItem() public method

Sets the Item property
public WithItem ( Item item ) : TaggedItems
item Item Item property
return TaggedItems

WithLastTagging() public method

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

WithTotalUsages() public method

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