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

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

Private Properties

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

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

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

Checks if Customer property is set

IsSetTotalPages ( ) : System.Boolean

Checks if TotalPages property is set

IsSetTotalResults ( ) : System.Boolean

Checks if TotalResults property is set

WithCustomer ( ) : Customers

Sets the Customer property

WithTotalPages ( Decimal totalPages ) : Customers

Sets the TotalPages property

WithTotalResults ( Decimal totalResults ) : Customers

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

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

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

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

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

Sets the Customer property
public WithCustomer ( ) : Customers
Результат Customers

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

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

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

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