C# Class Amazon.ECS.Model.Tags

Afficher le fichier Open project: nexus49/grado Class Usage Examples

Private Properties

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

Méthodes publiques

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

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

IsSetDistinctItems() public méthode

Checks if DistinctItems property is set
public IsSetDistinctItems ( ) : System.Boolean
Résultat System.Boolean

IsSetDistinctTags() public méthode

Checks if DistinctTags property is set
public IsSetDistinctTags ( ) : System.Boolean
Résultat System.Boolean

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

IsSetLastTagging() public méthode

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

IsSetTag() public méthode

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

WithDistinctItems() public méthode

Sets the DistinctItems property
public WithDistinctItems ( String distinctItems ) : Tags
distinctItems String DistinctItems property
Résultat Tags

WithDistinctTags() public méthode

Sets the DistinctTags property
public WithDistinctTags ( String distinctTags ) : Tags
distinctTags String DistinctTags property
Résultat Tags

WithDistinctUsers() public méthode

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

WithFirstTagging() public méthode

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

WithLastTagging() public méthode

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

WithTag() public méthode

Sets the Tag property
public WithTag ( ) : Tags
Résultat Tags

WithTotalUsages() public méthode

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