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

Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
IsSetCustomerId ( ) : System.Boolean

Checks if CustomerId property is set

IsSetLocation ( ) : System.Boolean

Checks if Location property is set

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetNickname ( ) : System.Boolean

Checks if Nickname property is set

WithCustomerId ( String customerId ) : Reviewer

Sets the CustomerId property

WithLocation ( String location ) : Reviewer

Sets the Location property

WithName ( String name ) : Reviewer

Sets the Name property

WithNickname ( String nickname ) : Reviewer

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

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

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

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

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

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

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

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

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

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

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

Sets the CustomerId property
public WithCustomerId ( String customerId ) : Reviewer
customerId String CustomerId property
Результат Reviewer

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

Sets the Location property
public WithLocation ( String location ) : Reviewer
location String Location property
Результат Reviewer

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

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

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

Sets the Nickname property
public WithNickname ( String nickname ) : Reviewer
nickname String Nickname property
Результат Reviewer