C# Class Amazon.ECS.Model.SearchResultsMapSearchIndex

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

Protected Methods

Method 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

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetASIN() public method

Checks of ASIN property is set
public IsSetASIN ( ) : System.Boolean
return System.Boolean

IsSetCorrectedQuery() public method

Checks if CorrectedQuery property is set
public IsSetCorrectedQuery ( ) : System.Boolean
return System.Boolean

IsSetIndexName() public method

Checks if IndexName property is set
public IsSetIndexName ( ) : System.Boolean
return System.Boolean

IsSetPages() public method

Checks if Pages property is set
public IsSetPages ( ) : System.Boolean
return System.Boolean

IsSetRelevanceRank() public method

Checks if RelevanceRank property is set
public IsSetRelevanceRank ( ) : System.Boolean
return System.Boolean

IsSetResults() public method

Checks if Results property is set
public IsSetResults ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

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
return String

WithASIN() public method

Sets the ASIN property
public WithASIN ( ) : SearchResultsMapSearchIndex
return SearchResultsMapSearchIndex

WithCorrectedQuery() public method

Sets the CorrectedQuery property
public WithCorrectedQuery ( CorrectedQuery correctedQuery ) : SearchResultsMapSearchIndex
correctedQuery CorrectedQuery CorrectedQuery property
return SearchResultsMapSearchIndex

WithIndexName() public method

Sets the IndexName property
public WithIndexName ( String indexName ) : SearchResultsMapSearchIndex
indexName String IndexName property
return SearchResultsMapSearchIndex

WithPages() public method

Sets the Pages property
public WithPages ( Decimal pages ) : SearchResultsMapSearchIndex
pages Decimal Pages property
return SearchResultsMapSearchIndex

WithRelevanceRank() public method

Sets the RelevanceRank property
public WithRelevanceRank ( Decimal relevanceRank ) : SearchResultsMapSearchIndex
relevanceRank Decimal RelevanceRank property
return SearchResultsMapSearchIndex

WithResults() public method

Sets the Results property
public WithResults ( Decimal results ) : SearchResultsMapSearchIndex
results Decimal Results property
return SearchResultsMapSearchIndex