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

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

Private Properties

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

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

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

Checks if City property is set

IsSetEmail ( ) : System.Boolean

Checks if Email property is set

IsSetFirstName ( ) : System.Boolean

Checks if FirstName property is set

IsSetLastName ( ) : System.Boolean

Checks if LastName property is set

IsSetListPage ( ) : System.Boolean

Checks if ListPage property is set

IsSetListType ( ) : System.Boolean

Checks if ListType property is set

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

IsSetState ( ) : System.Boolean

Checks if State property is set

WithCity ( String city ) : ListSearchRequest

Sets the City property

WithEmail ( String email ) : ListSearchRequest

Sets the Email property

WithFirstName ( String firstName ) : ListSearchRequest

Sets the FirstName property

WithLastName ( String lastName ) : ListSearchRequest

Sets the LastName property

WithListPage ( Decimal listPage ) : ListSearchRequest

Sets the ListPage property

WithListType ( String listType ) : ListSearchRequest

Sets the ListType property

WithName ( String name ) : ListSearchRequest

Sets the Name property

WithResponseGroup ( ) : ListSearchRequest

Sets the ResponseGroup property

WithState ( String state ) : ListSearchRequest

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Sets the City property
public WithCity ( String city ) : ListSearchRequest
city String City property
Результат ListSearchRequest

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

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

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

Sets the FirstName property
public WithFirstName ( String firstName ) : ListSearchRequest
firstName String FirstName property
Результат ListSearchRequest

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

Sets the LastName property
public WithLastName ( String lastName ) : ListSearchRequest
lastName String LastName property
Результат ListSearchRequest

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

Sets the ListPage property
public WithListPage ( Decimal listPage ) : ListSearchRequest
listPage Decimal ListPage property
Результат ListSearchRequest

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

Sets the ListType property
public WithListType ( String listType ) : ListSearchRequest
listType String ListType property
Результат ListSearchRequest

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

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

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

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

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

Sets the State property
public WithState ( String state ) : ListSearchRequest
state String State property
Результат ListSearchRequest