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

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

Private Properties

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

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

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

Checks if DistinctUsers property is set

IsSetFirstTagging ( ) : System.Boolean

Checks if FirstTagging property is set

IsSetItem ( ) : System.Boolean

Checks if Item property is set

IsSetLastTagging ( ) : System.Boolean

Checks if LastTagging property is set

IsSetTotalUsages ( ) : System.Boolean

Checks if TotalUsages property is set

WithDistinctUsers ( String distinctUsers ) : TaggedItems

Sets the DistinctUsers property

WithFirstTagging ( Tagging firstTagging ) : TaggedItems

Sets the FirstTagging property

WithItem ( Item item ) : TaggedItems

Sets the Item property

WithLastTagging ( Tagging lastTagging ) : TaggedItems

Sets the LastTagging property

WithTotalUsages ( String totalUsages ) : TaggedItems

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

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

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

IsSetItem() публичный метод

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

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

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

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

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

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

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

WithItem() публичный метод

Sets the Item property
public WithItem ( Item item ) : TaggedItems
item Item Item property
Результат TaggedItems

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

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

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

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