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

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

Private Properties

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

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

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

Checks if List property is set

IsSetTotalPages ( ) : System.Boolean

Checks if TotalPages property is set

IsSetTotalResults ( ) : System.Boolean

Checks if TotalResults property is set

WithList ( ) : Lists

Sets the List property

WithTotalPages ( Decimal totalPages ) : Lists

Sets the TotalPages property

WithTotalResults ( Decimal totalResults ) : Lists

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

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

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

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

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

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

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

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

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

Sets the List property
public WithList ( ) : Lists
Результат Lists

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

Sets the TotalPages property
public WithTotalPages ( Decimal totalPages ) : Lists
totalPages Decimal TotalPages property
Результат Lists

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

Sets the TotalResults property
public WithTotalResults ( Decimal totalResults ) : Lists
totalResults Decimal TotalResults property
Результат Lists