C# Class Amazon.ECS.Model.Language

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

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

IsSetAudioFormat() public method

Checks if AudioFormat property is set
public IsSetAudioFormat ( ) : System.Boolean
return System.Boolean

IsSetName() public method

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

IsSetType() public method

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

WithAudioFormat() public method

Sets the AudioFormat property
public WithAudioFormat ( String audioFormat ) : Language
audioFormat String AudioFormat property
return Language

WithName() public method

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

WithType() public method

Sets the Type property
public WithType ( String type ) : Language
type String Type property
return Language