C# Класс Amazon.ECS.Model.Items

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
EscapeXML ( String str ) : String

Описание методов

IsSetCorrectedQuery() публичный Метод

Checks if CorrectedQuery property is set
public IsSetCorrectedQuery ( ) : System.Boolean
Результат System.Boolean

IsSetEngineQuery() публичный Метод

Checks if EngineQuery property is set
public IsSetEngineQuery ( ) : System.Boolean
Результат System.Boolean

IsSetItem() публичный Метод

Checks if Item property is set
public IsSetItem ( ) : System.Boolean
Результат System.Boolean

IsSetQid() публичный Метод

Checks if Qid property is set
public IsSetQid ( ) : System.Boolean
Результат System.Boolean

IsSetSearchResultsMap() публичный Метод

Checks if SearchResultsMap property is set
public IsSetSearchResultsMap ( ) : System.Boolean
Результат System.Boolean

IsSetTotalPages() публичный Метод

Checks if TotalPages property is set
public IsSetTotalPages ( ) : System.Boolean
Результат System.Boolean

IsSetTotalResults() публичный Метод

Checks if TotalResults property is set
public IsSetTotalResults ( ) : System.Boolean
Результат System.Boolean

ToXMLFragment() защищенный Метод

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
Результат String

WithCorrectedQuery() публичный Метод

Sets the CorrectedQuery property
public WithCorrectedQuery ( CorrectedQuery correctedQuery ) : Items
correctedQuery CorrectedQuery CorrectedQuery property
Результат Items

WithEngineQuery() публичный Метод

Sets the EngineQuery property
public WithEngineQuery ( String engineQuery ) : Items
engineQuery String EngineQuery property
Результат Items

WithItem() публичный Метод

Sets the Item property
public WithItem ( ) : Items
Результат Items

WithQid() публичный Метод

Sets the Qid property
public WithQid ( String qid ) : Items
qid String Qid property
Результат Items

WithSearchResultsMap() публичный Метод

Sets the SearchResultsMap property
public WithSearchResultsMap ( SearchResultsMap searchResultsMap ) : Items
searchResultsMap SearchResultsMap SearchResultsMap property
Результат Items

WithTotalPages() публичный Метод

Sets the TotalPages property
public WithTotalPages ( Decimal totalPages ) : Items
totalPages Decimal TotalPages property
Результат Items

WithTotalResults() публичный Метод

Sets the TotalResults property
public WithTotalResults ( Decimal totalResults ) : Items
totalResults Decimal TotalResults property
Результат Items