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

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

Private Properties

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

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

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

Checks if CustomerPage property is set

IsSetEmail ( ) : System.Boolean

Checks if Email property is set

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

WithCustomerPage ( Decimal customerPage ) : CustomerContentSearchRequest

Sets the CustomerPage property

WithEmail ( String email ) : CustomerContentSearchRequest

Sets the Email property

WithName ( String name ) : CustomerContentSearchRequest

Sets the Name property

WithResponseGroup ( ) : CustomerContentSearchRequest

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

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

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

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

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

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

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

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

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

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : 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

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

Sets the CustomerPage property
public WithCustomerPage ( Decimal customerPage ) : CustomerContentSearchRequest
customerPage Decimal CustomerPage property
Результат CustomerContentSearchRequest

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

Sets the Email property
public WithEmail ( String email ) : CustomerContentSearchRequest
email String Email property
Результат CustomerContentSearchRequest

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

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

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

Sets the ResponseGroup property
public WithResponseGroup ( ) : CustomerContentSearchRequest
Результат CustomerContentSearchRequest