C# Class Amazon.ECS.Model.MetaData

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

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

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

IsSetKey() public méthode

Checks if Key property is set
public IsSetKey ( ) : System.Boolean
Résultat System.Boolean

IsSetValue() public méthode

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

WithKey() public méthode

Sets the Key property
public WithKey ( String key ) : MetaData
key String Key property
Résultat MetaData

WithValue() public méthode

Sets the Value property
public WithValue ( String value ) : MetaData
value String Value property
Résultat MetaData