C# Class Amazon.ECS.Model.CustomerContentSearchRequest

Afficher le fichier Open project: nexus49/grado

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetCustomerPage() public méthode

Checks if CustomerPage property is set
public IsSetCustomerPage ( ) : System.Boolean
Résultat System.Boolean

IsSetEmail() public méthode

Checks if Email property is set
public IsSetEmail ( ) : System.Boolean
Résultat System.Boolean

IsSetName() public méthode

Checks if Name property is set
public IsSetName ( ) : System.Boolean
Résultat System.Boolean

IsSetResponseGroup() public méthode

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithCustomerPage() public méthode

Sets the CustomerPage property
public WithCustomerPage ( Decimal customerPage ) : CustomerContentSearchRequest
customerPage Decimal CustomerPage property
Résultat CustomerContentSearchRequest

WithEmail() public méthode

Sets the Email property
public WithEmail ( String email ) : CustomerContentSearchRequest
email String Email property
Résultat CustomerContentSearchRequest

WithName() public méthode

Sets the Name property
public WithName ( String name ) : CustomerContentSearchRequest
name String Name property
Résultat CustomerContentSearchRequest

WithResponseGroup() public méthode

Sets the ResponseGroup property
public WithResponseGroup ( ) : CustomerContentSearchRequest
Résultat CustomerContentSearchRequest