C# Class Amazon.ECS.Model.Language

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetAudioFormat ( ) : System.Boolean

Checks if AudioFormat property is set

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetType ( ) : System.Boolean

Checks if Type property is set

WithAudioFormat ( String audioFormat ) : Language

Sets the AudioFormat property

WithName ( String name ) : Language

Sets the Name property

WithType ( String type ) : Language

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

IsSetAudioFormat() public méthode

Checks if AudioFormat property is set
public IsSetAudioFormat ( ) : System.Boolean
Résultat System.Boolean

IsSetName() public méthode

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

IsSetType() public méthode

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

WithAudioFormat() public méthode

Sets the AudioFormat property
public WithAudioFormat ( String audioFormat ) : Language
audioFormat String AudioFormat property
Résultat Language

WithName() public méthode

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

WithType() public méthode

Sets the Type property
public WithType ( String type ) : Language
type String Type property
Résultat Language