C# Class Amazon.ECS.Model.CustomerContentSearchRequest

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

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

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

IsSetCustomerPage() public method

Checks if CustomerPage property is set
public IsSetCustomerPage ( ) : System.Boolean
return System.Boolean

IsSetEmail() public method

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

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

WithCustomerPage() public method

Sets the CustomerPage property
public WithCustomerPage ( Decimal customerPage ) : CustomerContentSearchRequest
customerPage Decimal CustomerPage property
return CustomerContentSearchRequest

WithEmail() public method

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

WithName() public method

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

WithResponseGroup() public method

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