C# Class Amazon.ECS.Model.SearchResultsMapSearchIndex

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetASIN ( ) : System.Boolean

Checks of ASIN property is set

IsSetCorrectedQuery ( ) : System.Boolean

Checks if CorrectedQuery property is set

IsSetIndexName ( ) : System.Boolean

Checks if IndexName property is set

IsSetPages ( ) : System.Boolean

Checks if Pages property is set

IsSetRelevanceRank ( ) : System.Boolean

Checks if RelevanceRank property is set

IsSetResults ( ) : System.Boolean

Checks if Results property is set

WithASIN ( ) : SearchResultsMapSearchIndex

Sets the ASIN property

WithCorrectedQuery ( CorrectedQuery correctedQuery ) : SearchResultsMapSearchIndex

Sets the CorrectedQuery property

WithIndexName ( String indexName ) : SearchResultsMapSearchIndex

Sets the IndexName property

WithPages ( Decimal pages ) : SearchResultsMapSearchIndex

Sets the Pages property

WithRelevanceRank ( Decimal relevanceRank ) : SearchResultsMapSearchIndex

Sets the RelevanceRank property

WithResults ( Decimal results ) : SearchResultsMapSearchIndex

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

IsSetASIN() public méthode

Checks of ASIN property is set
public IsSetASIN ( ) : System.Boolean
Résultat System.Boolean

IsSetCorrectedQuery() public méthode

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

IsSetIndexName() public méthode

Checks if IndexName property is set
public IsSetIndexName ( ) : System.Boolean
Résultat System.Boolean

IsSetPages() public méthode

Checks if Pages property is set
public IsSetPages ( ) : System.Boolean
Résultat System.Boolean

IsSetRelevanceRank() public méthode

Checks if RelevanceRank property is set
public IsSetRelevanceRank ( ) : System.Boolean
Résultat System.Boolean

IsSetResults() public méthode

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

WithASIN() public méthode

Sets the ASIN property
public WithASIN ( ) : SearchResultsMapSearchIndex
Résultat SearchResultsMapSearchIndex

WithCorrectedQuery() public méthode

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

WithIndexName() public méthode

Sets the IndexName property
public WithIndexName ( String indexName ) : SearchResultsMapSearchIndex
indexName String IndexName property
Résultat SearchResultsMapSearchIndex

WithPages() public méthode

Sets the Pages property
public WithPages ( Decimal pages ) : SearchResultsMapSearchIndex
pages Decimal Pages property
Résultat SearchResultsMapSearchIndex

WithRelevanceRank() public méthode

Sets the RelevanceRank property
public WithRelevanceRank ( Decimal relevanceRank ) : SearchResultsMapSearchIndex
relevanceRank Decimal RelevanceRank property
Résultat SearchResultsMapSearchIndex

WithResults() public méthode

Sets the Results property
public WithResults ( Decimal results ) : SearchResultsMapSearchIndex
results Decimal Results property
Résultat SearchResultsMapSearchIndex