C# Class Amazon.ECS.Model.ListSearchRequest

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
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

Protected Methods

Method Description
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

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetCity() public method

Checks if City property is set
public IsSetCity ( ) : System.Boolean
return System.Boolean

IsSetEmail() public method

Checks if Email property is set
public IsSetEmail ( ) : System.Boolean
return System.Boolean

IsSetFirstName() public method

Checks if FirstName property is set
public IsSetFirstName ( ) : System.Boolean
return System.Boolean

IsSetLastName() public method

Checks if LastName property is set
public IsSetLastName ( ) : System.Boolean
return System.Boolean

IsSetListPage() public method

Checks if ListPage property is set
public IsSetListPage ( ) : System.Boolean
return System.Boolean

IsSetListType() public method

Checks if ListType property is set
public IsSetListType ( ) : System.Boolean
return System.Boolean

IsSetName() public method

Checks if Name property is set
public IsSetName ( ) : System.Boolean
return System.Boolean

IsSetResponseGroup() public method

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : System.Boolean
return System.Boolean

IsSetState() public method

Checks if State property is set
public IsSetState ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

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
return String

WithCity() public method

Sets the City property
public WithCity ( String city ) : ListSearchRequest
city String City property
return ListSearchRequest

WithEmail() public method

Sets the Email property
public WithEmail ( String email ) : ListSearchRequest
email String Email property
return ListSearchRequest

WithFirstName() public method

Sets the FirstName property
public WithFirstName ( String firstName ) : ListSearchRequest
firstName String FirstName property
return ListSearchRequest

WithLastName() public method

Sets the LastName property
public WithLastName ( String lastName ) : ListSearchRequest
lastName String LastName property
return ListSearchRequest

WithListPage() public method

Sets the ListPage property
public WithListPage ( Decimal listPage ) : ListSearchRequest
listPage Decimal ListPage property
return ListSearchRequest

WithListType() public method

Sets the ListType property
public WithListType ( String listType ) : ListSearchRequest
listType String ListType property
return ListSearchRequest

WithName() public method

Sets the Name property
public WithName ( String name ) : ListSearchRequest
name String Name property
return ListSearchRequest

WithResponseGroup() public method

Sets the ResponseGroup property
public WithResponseGroup ( ) : ListSearchRequest
return ListSearchRequest

WithState() public method

Sets the State property
public WithState ( String state ) : ListSearchRequest
state String State property
return ListSearchRequest