C# Класс Amazon.ECS.Model.Language

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
EscapeXML ( String str ) : String

Описание методов

IsSetAudioFormat() публичный Метод

Checks if AudioFormat property is set
public IsSetAudioFormat ( ) : System.Boolean
Результат System.Boolean

IsSetName() публичный Метод

Checks if Name property is set
public IsSetName ( ) : System.Boolean
Результат System.Boolean

IsSetType() публичный Метод

Checks if Type property is set
public IsSetType ( ) : System.Boolean
Результат System.Boolean

ToXMLFragment() защищенный Метод

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
Результат String

WithAudioFormat() публичный Метод

Sets the AudioFormat property
public WithAudioFormat ( String audioFormat ) : Language
audioFormat String AudioFormat property
Результат Language

WithName() публичный Метод

Sets the Name property
public WithName ( String name ) : Language
name String Name property
Результат Language

WithType() публичный Метод

Sets the Type property
public WithType ( String type ) : Language
type String Type property
Результат Language