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

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

Private Properties

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

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

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

Checks if EntityId property is set

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetTime ( ) : System.Boolean

Checks if Time property is set

IsSetUserId ( ) : System.Boolean

Checks if UserId property is set

WithEntityId ( String entityId ) : Tagging

Sets the EntityId property

WithName ( String name ) : Tagging

Sets the Name property

WithTime ( String time ) : Tagging

Sets the Time property

WithUserId ( String userId ) : Tagging

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

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

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

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

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

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

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

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

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

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

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

Sets the EntityId property
public WithEntityId ( String entityId ) : Tagging
entityId String EntityId property
Результат Tagging

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

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

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

Sets the Time property
public WithTime ( String time ) : Tagging
time String Time property
Результат Tagging

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

Sets the UserId property
public WithUserId ( String userId ) : Tagging
userId String UserId property
Результат Tagging