C# Class Amazon.ECS.Model.Customers

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetCustomer ( ) : System.Boolean

Checks if Customer property is set

IsSetTotalPages ( ) : System.Boolean

Checks if TotalPages property is set

IsSetTotalResults ( ) : System.Boolean

Checks if TotalResults property is set

WithCustomer ( ) : Customers

Sets the Customer property

WithTotalPages ( Decimal totalPages ) : Customers

Sets the TotalPages property

WithTotalResults ( Decimal totalResults ) : Customers

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

IsSetCustomer() public méthode

Checks if Customer property is set
public IsSetCustomer ( ) : System.Boolean
Résultat System.Boolean

IsSetTotalPages() public méthode

Checks if TotalPages property is set
public IsSetTotalPages ( ) : System.Boolean
Résultat System.Boolean

IsSetTotalResults() public méthode

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

WithCustomer() public méthode

Sets the Customer property
public WithCustomer ( ) : Customers
Résultat Customers

WithTotalPages() public méthode

Sets the TotalPages property
public WithTotalPages ( Decimal totalPages ) : Customers
totalPages Decimal TotalPages property
Résultat Customers

WithTotalResults() public méthode

Sets the TotalResults property
public WithTotalResults ( Decimal totalResults ) : Customers
totalResults Decimal TotalResults property
Résultat Customers