C# Class Amazon.ECS.Model.Lists

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetList ( ) : System.Boolean

Checks if List property is set

IsSetTotalPages ( ) : System.Boolean

Checks if TotalPages property is set

IsSetTotalResults ( ) : System.Boolean

Checks if TotalResults property is set

WithList ( ) : Lists

Sets the List property

WithTotalPages ( Decimal totalPages ) : Lists

Sets the TotalPages property

WithTotalResults ( Decimal totalResults ) : Lists

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

IsSetList() public méthode

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

WithList() public méthode

Sets the List property
public WithList ( ) : Lists
Résultat Lists

WithTotalPages() public méthode

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

WithTotalResults() public méthode

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