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

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

Private Properties

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

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

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

Checks if Role property is set

IsSetValue ( ) : System.Boolean

Checks if Value property is set

WithRole ( String role ) : Creator

Sets the Role property

WithValue ( String value ) : Creator

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

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

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

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

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

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

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

Sets the Role property
public WithRole ( String role ) : Creator
role String Role property
Результат Creator

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

Sets the Value property
public WithValue ( String value ) : Creator
value String Value property
Результат Creator