C# Class Amazon.ECS.Model.Items

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

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

IsSetCorrectedQuery() public method

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

IsSetEngineQuery() public method

Checks if EngineQuery property is set
public IsSetEngineQuery ( ) : System.Boolean
return System.Boolean

IsSetItem() public method

Checks if Item property is set
public IsSetItem ( ) : System.Boolean
return System.Boolean

IsSetQid() public method

Checks if Qid property is set
public IsSetQid ( ) : System.Boolean
return System.Boolean

IsSetSearchResultsMap() public method

Checks if SearchResultsMap property is set
public IsSetSearchResultsMap ( ) : System.Boolean
return System.Boolean

IsSetTotalPages() public method

Checks if TotalPages property is set
public IsSetTotalPages ( ) : System.Boolean
return System.Boolean

IsSetTotalResults() public method

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

WithCorrectedQuery() public method

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

WithEngineQuery() public method

Sets the EngineQuery property
public WithEngineQuery ( String engineQuery ) : Items
engineQuery String EngineQuery property
return Items

WithItem() public method

Sets the Item property
public WithItem ( ) : Items
return Items

WithQid() public method

Sets the Qid property
public WithQid ( String qid ) : Items
qid String Qid property
return Items

WithSearchResultsMap() public method

Sets the SearchResultsMap property
public WithSearchResultsMap ( SearchResultsMap searchResultsMap ) : Items
searchResultsMap SearchResultsMap SearchResultsMap property
return Items

WithTotalPages() public method

Sets the TotalPages property
public WithTotalPages ( Decimal totalPages ) : Items
totalPages Decimal TotalPages property
return Items

WithTotalResults() public method

Sets the TotalResults property
public WithTotalResults ( Decimal totalResults ) : Items
totalResults Decimal TotalResults property
return Items