C# Class Amazon.ECS.Model.Items

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetCorrectedQuery ( ) : System.Boolean

Checks if CorrectedQuery property is set

IsSetEngineQuery ( ) : System.Boolean

Checks if EngineQuery property is set

IsSetItem ( ) : System.Boolean

Checks if Item property is set

IsSetQid ( ) : System.Boolean

Checks if Qid property is set

IsSetSearchResultsMap ( ) : System.Boolean

Checks if SearchResultsMap property is set

IsSetTotalPages ( ) : System.Boolean

Checks if TotalPages property is set

IsSetTotalResults ( ) : System.Boolean

Checks if TotalResults property is set

WithCorrectedQuery ( CorrectedQuery correctedQuery ) : Items

Sets the CorrectedQuery property

WithEngineQuery ( String engineQuery ) : Items

Sets the EngineQuery property

WithItem ( ) : Items

Sets the Item property

WithQid ( String qid ) : Items

Sets the Qid property

WithSearchResultsMap ( SearchResultsMap searchResultsMap ) : Items

Sets the SearchResultsMap property

WithTotalPages ( Decimal totalPages ) : Items

Sets the TotalPages property

WithTotalResults ( Decimal totalResults ) : Items

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

IsSetCorrectedQuery() public méthode

Checks if CorrectedQuery property is set
public IsSetCorrectedQuery ( ) : System.Boolean
Résultat System.Boolean

IsSetEngineQuery() public méthode

Checks if EngineQuery property is set
public IsSetEngineQuery ( ) : System.Boolean
Résultat System.Boolean

IsSetItem() public méthode

Checks if Item property is set
public IsSetItem ( ) : System.Boolean
Résultat System.Boolean

IsSetQid() public méthode

Checks if Qid property is set
public IsSetQid ( ) : System.Boolean
Résultat System.Boolean

IsSetSearchResultsMap() public méthode

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

WithCorrectedQuery() public méthode

Sets the CorrectedQuery property
public WithCorrectedQuery ( CorrectedQuery correctedQuery ) : Items
correctedQuery CorrectedQuery CorrectedQuery property
Résultat Items

WithEngineQuery() public méthode

Sets the EngineQuery property
public WithEngineQuery ( String engineQuery ) : Items
engineQuery String EngineQuery property
Résultat Items

WithItem() public méthode

Sets the Item property
public WithItem ( ) : Items
Résultat Items

WithQid() public méthode

Sets the Qid property
public WithQid ( String qid ) : Items
qid String Qid property
Résultat Items

WithSearchResultsMap() public méthode

Sets the SearchResultsMap property
public WithSearchResultsMap ( SearchResultsMap searchResultsMap ) : Items
searchResultsMap SearchResultsMap SearchResultsMap property
Résultat Items

WithTotalPages() public méthode

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

WithTotalResults() public méthode

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