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

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

Private Properties

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

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

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

Checks if DistinctItems property is set

IsSetDistinctTags ( ) : System.Boolean

Checks if DistinctTags property is set

IsSetDistinctUsers ( ) : System.Boolean

Checks if DistinctUsers property is set

IsSetFirstTagging ( ) : System.Boolean

Checks if FirstTagging property is set

IsSetLastTagging ( ) : System.Boolean

Checks if LastTagging property is set

IsSetTag ( ) : System.Boolean

Checks if Tag property is set

IsSetTotalUsages ( ) : System.Boolean

Checks if TotalUsages property is set

WithDistinctItems ( String distinctItems ) : Tags

Sets the DistinctItems property

WithDistinctTags ( String distinctTags ) : Tags

Sets the DistinctTags property

WithDistinctUsers ( String distinctUsers ) : Tags

Sets the DistinctUsers property

WithFirstTagging ( Tagging firstTagging ) : Tags

Sets the FirstTagging property

WithLastTagging ( Tagging lastTagging ) : Tags

Sets the LastTagging property

WithTag ( ) : Tags

Sets the Tag property

WithTotalUsages ( String totalUsages ) : Tags

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Sets the DistinctItems property
public WithDistinctItems ( String distinctItems ) : Tags
distinctItems String DistinctItems property
Результат Tags

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

Sets the DistinctTags property
public WithDistinctTags ( String distinctTags ) : Tags
distinctTags String DistinctTags property
Результат Tags

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

Sets the DistinctUsers property
public WithDistinctUsers ( String distinctUsers ) : Tags
distinctUsers String DistinctUsers property
Результат Tags

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

Sets the FirstTagging property
public WithFirstTagging ( Tagging firstTagging ) : Tags
firstTagging Tagging FirstTagging property
Результат Tags

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

Sets the LastTagging property
public WithLastTagging ( Tagging lastTagging ) : Tags
lastTagging Tagging LastTagging property
Результат Tags

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

Sets the Tag property
public WithTag ( ) : Tags
Результат Tags

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

Sets the TotalUsages property
public WithTotalUsages ( String totalUsages ) : Tags
totalUsages String TotalUsages property
Результат Tags