C# Class Amazon.ECS.Model.MetaData

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetKey ( ) : System.Boolean

Checks if Key property is set

IsSetValue ( ) : System.Boolean

Checks if Value property is set

WithKey ( String key ) : MetaData

Sets the Key property

WithValue ( String value ) : MetaData

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

IsSetKey() public method

Checks if Key property is set
public IsSetKey ( ) : System.Boolean
return System.Boolean

IsSetValue() public method

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

WithKey() public method

Sets the Key property
public WithKey ( String key ) : MetaData
key String Key property
return MetaData

WithValue() public method

Sets the Value property
public WithValue ( String value ) : MetaData
value String Value property
return MetaData