C# Class Amazon.ECS.Model.TaggedItems

Afficher le fichier Open project: nexus49/grado

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetDistinctUsers() public méthode

Checks if DistinctUsers property is set
public IsSetDistinctUsers ( ) : System.Boolean
Résultat System.Boolean

IsSetFirstTagging() public méthode

Checks if FirstTagging property is set
public IsSetFirstTagging ( ) : System.Boolean
Résultat System.Boolean

IsSetItem() public méthode

Checks if Item property is set
public IsSetItem ( ) : System.Boolean
Résultat System.Boolean

IsSetLastTagging() public méthode

Checks if LastTagging property is set
public IsSetLastTagging ( ) : System.Boolean
Résultat System.Boolean

IsSetTotalUsages() public méthode

Checks if TotalUsages property is set
public IsSetTotalUsages ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithDistinctUsers() public méthode

Sets the DistinctUsers property
public WithDistinctUsers ( String distinctUsers ) : TaggedItems
distinctUsers String DistinctUsers property
Résultat TaggedItems

WithFirstTagging() public méthode

Sets the FirstTagging property
public WithFirstTagging ( Tagging firstTagging ) : TaggedItems
firstTagging Tagging FirstTagging property
Résultat TaggedItems

WithItem() public méthode

Sets the Item property
public WithItem ( Item item ) : TaggedItems
item Item Item property
Résultat TaggedItems

WithLastTagging() public méthode

Sets the LastTagging property
public WithLastTagging ( Tagging lastTagging ) : TaggedItems
lastTagging Tagging LastTagging property
Résultat TaggedItems

WithTotalUsages() public méthode

Sets the TotalUsages property
public WithTotalUsages ( String totalUsages ) : TaggedItems
totalUsages String TotalUsages property
Résultat TaggedItems