C# Class Amazon.ECS.Model.Tagging

Show file Open project: nexus49/grado Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

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

IsSetEntityId() public method

Checks if EntityId property is set
public IsSetEntityId ( ) : System.Boolean
return System.Boolean

IsSetName() public method

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

IsSetTime() public method

Checks if Time property is set
public IsSetTime ( ) : System.Boolean
return System.Boolean

IsSetUserId() public method

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

WithEntityId() public method

Sets the EntityId property
public WithEntityId ( String entityId ) : Tagging
entityId String EntityId property
return Tagging

WithName() public method

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

WithTime() public method

Sets the Time property
public WithTime ( String time ) : Tagging
time String Time property
return Tagging

WithUserId() public method

Sets the UserId property
public WithUserId ( String userId ) : Tagging
userId String UserId property
return Tagging