C# Class Amazon.ECS.Model.Tagging

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

Private Properties

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

Méthodes publiques

Méthode Description
IsSetEntityId ( ) : System.Boolean

Checks if EntityId property is set

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetTime ( ) : System.Boolean

Checks if Time property is set

IsSetUserId ( ) : System.Boolean

Checks if UserId property is set

WithEntityId ( String entityId ) : Tagging

Sets the EntityId property

WithName ( String name ) : Tagging

Sets the Name property

WithTime ( String time ) : Tagging

Sets the Time property

WithUserId ( String userId ) : Tagging

Sets the UserId 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

IsSetEntityId() public méthode

Checks if EntityId property is set
public IsSetEntityId ( ) : System.Boolean
Résultat System.Boolean

IsSetName() public méthode

Checks if Name property is set
public IsSetName ( ) : System.Boolean
Résultat System.Boolean

IsSetTime() public méthode

Checks if Time property is set
public IsSetTime ( ) : System.Boolean
Résultat System.Boolean

IsSetUserId() public méthode

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

WithEntityId() public méthode

Sets the EntityId property
public WithEntityId ( String entityId ) : Tagging
entityId String EntityId property
Résultat Tagging

WithName() public méthode

Sets the Name property
public WithName ( String name ) : Tagging
name String Name property
Résultat Tagging

WithTime() public méthode

Sets the Time property
public WithTime ( String time ) : Tagging
time String Time property
Résultat Tagging

WithUserId() public méthode

Sets the UserId property
public WithUserId ( String userId ) : Tagging
userId String UserId property
Résultat Tagging