C# Class Amazon.ECS.Model.ItemSearchRequest

Afficher le fichier Open project: nexus49/grado Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
IsSetActor ( ) : System.Boolean

Checks if Actor property is set

IsSetArtist ( ) : System.Boolean

Checks if Artist property is set

IsSetAudienceRating ( ) : System.Boolean

Checks of AudienceRating property is set

IsSetAuthor ( ) : System.Boolean

Checks if Author property is set

IsSetAvailability ( ) : System.Boolean

Checks if Availability property is set

IsSetBrand ( ) : System.Boolean

Checks if Brand property is set

IsSetBrowseNode ( ) : System.Boolean

Checks if BrowseNode property is set

IsSetCity ( ) : System.Boolean

Checks if City property is set

IsSetComposer ( ) : Boolean

Checks if Composer property is set

IsSetCondition ( ) : Boolean

Checks if Condition property is set

IsSetConductor ( ) : Boolean

Checks if Conductor property is set

IsSetCount ( ) : Boolean

Checks if Count property is set

IsSetCuisine ( ) : Boolean

Checks if Cuisine property is set

IsSetDeliveryMethod ( ) : Boolean

Checks if DeliveryMethod property is set

IsSetDirector ( ) : Boolean

Checks if Director property is set

IsSetFutureLaunchDate ( ) : Boolean

Checks if FutureLaunchDate property is set

IsSetISPUPostalCode ( ) : Boolean

Checks if ISPUPostalCode property is set

IsSetItemPage ( ) : Boolean

Checks if ItemPage property is set

IsSetKeywords ( ) : Boolean

Checks if Keywords property is set

IsSetManufacturer ( ) : Boolean

Checks if Manufacturer property is set

IsSetMaximumPrice ( ) : Boolean

Checks if MaximumPrice property is set

IsSetMerchantId ( ) : Boolean

Checks if MerchantId property is set

IsSetMinimumPrice ( ) : Boolean

Checks if MinimumPrice property is set

IsSetMusicLabel ( ) : Boolean

Checks if MusicLabel property is set

IsSetNeighborhood ( ) : Boolean

Checks if Neighborhood property is set

IsSetOrchestra ( ) : Boolean

Checks if Orchestra property is set

IsSetPostalCode ( ) : Boolean

Checks if PostalCode property is set

IsSetPower ( ) : Boolean

Checks if Power property is set

IsSetPublisher ( ) : Boolean

Checks if Publisher property is set

IsSetReleaseDate ( ) : Boolean

Checks if ReleaseDate property is set

IsSetResponseGroup ( ) : Boolean

Checks of ResponseGroup property is set

IsSetReviewSort ( ) : Boolean

Checks if ReviewSort property is set

IsSetSearchIndex ( ) : Boolean

Checks if SearchIndex property is set

IsSetSort ( ) : Boolean

Checks if Sort property is set

IsSetState ( ) : Boolean

Checks if State property is set

IsSetTagPage ( ) : Boolean

Checks if TagPage property is set

IsSetTagSort ( ) : Boolean

Checks if TagSort property is set

IsSetTagsPerPage ( ) : Boolean

Checks if TagsPerPage property is set

IsSetTextStream ( ) : Boolean

Checks if TextStream property is set

IsSetTitle ( ) : Boolean

Checks if Title property is set

WithActor ( String actor ) : ItemSearchRequest

Sets the Actor property

WithArtist ( String artist ) : ItemSearchRequest

Sets the Artist property

WithAudienceRating ( ) : ItemSearchRequest

Sets the AudienceRating property

WithAuthor ( String author ) : ItemSearchRequest

Sets the Author property

WithAvailability ( String availability ) : ItemSearchRequest

Sets the Availability property

WithBrand ( String brand ) : ItemSearchRequest

Sets the Brand property

WithBrowseNode ( String browseNode ) : ItemSearchRequest

Sets the BrowseNode property

WithCity ( String city ) : ItemSearchRequest

Sets the City property

WithComposer ( String composer ) : ItemSearchRequest

Sets the Composer property

WithCondition ( Condition condition ) : ItemSearchRequest

Sets the Condition property

WithConductor ( String conductor ) : ItemSearchRequest

Sets the Conductor property

WithCount ( Decimal count ) : ItemSearchRequest

Sets the Count property

WithCuisine ( String cuisine ) : ItemSearchRequest

Sets the Cuisine property

WithDeliveryMethod ( DeliveryMethod deliveryMethod ) : ItemSearchRequest

Sets the DeliveryMethod property

WithDirector ( String director ) : ItemSearchRequest

Sets the Director property

WithFutureLaunchDate ( String futureLaunchDate ) : ItemSearchRequest

Sets the FutureLaunchDate property

WithISPUPostalCode ( String ISPUPostalCode ) : ItemSearchRequest

Sets the ISPUPostalCode property

WithItemPage ( Decimal itemPage ) : ItemSearchRequest

Sets the ItemPage property

WithKeywords ( String keywords ) : ItemSearchRequest

Sets the Keywords property

WithManufacturer ( String manufacturer ) : ItemSearchRequest

Sets the Manufacturer property

WithMaximumPrice ( Decimal maximumPrice ) : ItemSearchRequest

Sets the MaximumPrice property

WithMerchantId ( String merchantId ) : ItemSearchRequest

Sets the MerchantId property

WithMinimumPrice ( Decimal minimumPrice ) : ItemSearchRequest

Sets the MinimumPrice property

WithMusicLabel ( String musicLabel ) : ItemSearchRequest

Sets the MusicLabel property

WithNeighborhood ( String neighborhood ) : ItemSearchRequest

Sets the Neighborhood property

WithOrchestra ( String orchestra ) : ItemSearchRequest

Sets the Orchestra property

WithPostalCode ( String postalCode ) : ItemSearchRequest

Sets the PostalCode property

WithPower ( String power ) : ItemSearchRequest

Sets the Power property

WithPublisher ( String publisher ) : ItemSearchRequest

Sets the Publisher property

WithReleaseDate ( String releaseDate ) : ItemSearchRequest

Sets the ReleaseDate property

WithResponseGroup ( ) : ItemSearchRequest

Sets the ResponseGroup property

WithReviewSort ( String reviewSort ) : ItemSearchRequest

Sets the ReviewSort property

WithSearchIndex ( String searchIndex ) : ItemSearchRequest

Sets the SearchIndex property

WithSort ( String sort ) : ItemSearchRequest

Sets the Sort property

WithState ( String state ) : ItemSearchRequest

Sets the State property

WithTagPage ( Decimal tagPage ) : ItemSearchRequest

Sets the TagPage property

WithTagSort ( String tagSort ) : ItemSearchRequest

Sets the TagSort property

WithTagsPerPage ( Decimal tagsPerPage ) : ItemSearchRequest

Sets the TagsPerPage property

WithTextStream ( String textStream ) : ItemSearchRequest

Sets the TextStream property

WithTitle ( String title ) : ItemSearchRequest

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

IsSetActor() public méthode

Checks if Actor property is set
public IsSetActor ( ) : System.Boolean
Résultat System.Boolean

IsSetArtist() public méthode

Checks if Artist property is set
public IsSetArtist ( ) : System.Boolean
Résultat System.Boolean

IsSetAudienceRating() public méthode

Checks of AudienceRating property is set
public IsSetAudienceRating ( ) : System.Boolean
Résultat System.Boolean

IsSetAuthor() public méthode

Checks if Author property is set
public IsSetAuthor ( ) : System.Boolean
Résultat System.Boolean

IsSetAvailability() public méthode

Checks if Availability property is set
public IsSetAvailability ( ) : System.Boolean
Résultat System.Boolean

IsSetBrand() public méthode

Checks if Brand property is set
public IsSetBrand ( ) : System.Boolean
Résultat System.Boolean

IsSetBrowseNode() public méthode

Checks if BrowseNode property is set
public IsSetBrowseNode ( ) : System.Boolean
Résultat System.Boolean

IsSetCity() public méthode

Checks if City property is set
public IsSetCity ( ) : System.Boolean
Résultat System.Boolean

IsSetComposer() public méthode

Checks if Composer property is set
public IsSetComposer ( ) : Boolean
Résultat Boolean

IsSetCondition() public méthode

Checks if Condition property is set
public IsSetCondition ( ) : Boolean
Résultat Boolean

IsSetConductor() public méthode

Checks if Conductor property is set
public IsSetConductor ( ) : Boolean
Résultat Boolean

IsSetCount() public méthode

Checks if Count property is set
public IsSetCount ( ) : Boolean
Résultat Boolean

IsSetCuisine() public méthode

Checks if Cuisine property is set
public IsSetCuisine ( ) : Boolean
Résultat Boolean

IsSetDeliveryMethod() public méthode

Checks if DeliveryMethod property is set
public IsSetDeliveryMethod ( ) : Boolean
Résultat Boolean

IsSetDirector() public méthode

Checks if Director property is set
public IsSetDirector ( ) : Boolean
Résultat Boolean

IsSetFutureLaunchDate() public méthode

Checks if FutureLaunchDate property is set
public IsSetFutureLaunchDate ( ) : Boolean
Résultat Boolean

IsSetISPUPostalCode() public méthode

Checks if ISPUPostalCode property is set
public IsSetISPUPostalCode ( ) : Boolean
Résultat Boolean

IsSetItemPage() public méthode

Checks if ItemPage property is set
public IsSetItemPage ( ) : Boolean
Résultat Boolean

IsSetKeywords() public méthode

Checks if Keywords property is set
public IsSetKeywords ( ) : Boolean
Résultat Boolean

IsSetManufacturer() public méthode

Checks if Manufacturer property is set
public IsSetManufacturer ( ) : Boolean
Résultat Boolean

IsSetMaximumPrice() public méthode

Checks if MaximumPrice property is set
public IsSetMaximumPrice ( ) : Boolean
Résultat Boolean

IsSetMerchantId() public méthode

Checks if MerchantId property is set
public IsSetMerchantId ( ) : Boolean
Résultat Boolean

IsSetMinimumPrice() public méthode

Checks if MinimumPrice property is set
public IsSetMinimumPrice ( ) : Boolean
Résultat Boolean

IsSetMusicLabel() public méthode

Checks if MusicLabel property is set
public IsSetMusicLabel ( ) : Boolean
Résultat Boolean

IsSetNeighborhood() public méthode

Checks if Neighborhood property is set
public IsSetNeighborhood ( ) : Boolean
Résultat Boolean

IsSetOrchestra() public méthode

Checks if Orchestra property is set
public IsSetOrchestra ( ) : Boolean
Résultat Boolean

IsSetPostalCode() public méthode

Checks if PostalCode property is set
public IsSetPostalCode ( ) : Boolean
Résultat Boolean

IsSetPower() public méthode

Checks if Power property is set
public IsSetPower ( ) : Boolean
Résultat Boolean

IsSetPublisher() public méthode

Checks if Publisher property is set
public IsSetPublisher ( ) : Boolean
Résultat Boolean

IsSetReleaseDate() public méthode

Checks if ReleaseDate property is set
public IsSetReleaseDate ( ) : Boolean
Résultat Boolean

IsSetResponseGroup() public méthode

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : Boolean
Résultat Boolean

IsSetReviewSort() public méthode

Checks if ReviewSort property is set
public IsSetReviewSort ( ) : Boolean
Résultat Boolean

IsSetSearchIndex() public méthode

Checks if SearchIndex property is set
public IsSetSearchIndex ( ) : Boolean
Résultat Boolean

IsSetSort() public méthode

Checks if Sort property is set
public IsSetSort ( ) : Boolean
Résultat Boolean

IsSetState() public méthode

Checks if State property is set
public IsSetState ( ) : Boolean
Résultat Boolean

IsSetTagPage() public méthode

Checks if TagPage property is set
public IsSetTagPage ( ) : Boolean
Résultat Boolean

IsSetTagSort() public méthode

Checks if TagSort property is set
public IsSetTagSort ( ) : Boolean
Résultat Boolean

IsSetTagsPerPage() public méthode

Checks if TagsPerPage property is set
public IsSetTagsPerPage ( ) : Boolean
Résultat Boolean

IsSetTextStream() public méthode

Checks if TextStream property is set
public IsSetTextStream ( ) : Boolean
Résultat Boolean

IsSetTitle() public méthode

Checks if Title property is set
public IsSetTitle ( ) : Boolean
Résultat 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

WithActor() public méthode

Sets the Actor property
public WithActor ( String actor ) : ItemSearchRequest
actor String Actor property
Résultat ItemSearchRequest

WithArtist() public méthode

Sets the Artist property
public WithArtist ( String artist ) : ItemSearchRequest
artist String Artist property
Résultat ItemSearchRequest

WithAudienceRating() public méthode

Sets the AudienceRating property
public WithAudienceRating ( ) : ItemSearchRequest
Résultat ItemSearchRequest

WithAuthor() public méthode

Sets the Author property
public WithAuthor ( String author ) : ItemSearchRequest
author String Author property
Résultat ItemSearchRequest

WithAvailability() public méthode

Sets the Availability property
public WithAvailability ( String availability ) : ItemSearchRequest
availability String Availability property
Résultat ItemSearchRequest

WithBrand() public méthode

Sets the Brand property
public WithBrand ( String brand ) : ItemSearchRequest
brand String Brand property
Résultat ItemSearchRequest

WithBrowseNode() public méthode

Sets the BrowseNode property
public WithBrowseNode ( String browseNode ) : ItemSearchRequest
browseNode String BrowseNode property
Résultat ItemSearchRequest

WithCity() public méthode

Sets the City property
public WithCity ( String city ) : ItemSearchRequest
city String City property
Résultat ItemSearchRequest

WithComposer() public méthode

Sets the Composer property
public WithComposer ( String composer ) : ItemSearchRequest
composer String Composer property
Résultat ItemSearchRequest

WithCondition() public méthode

Sets the Condition property
public WithCondition ( Condition condition ) : ItemSearchRequest
condition Condition Condition property
Résultat ItemSearchRequest

WithConductor() public méthode

Sets the Conductor property
public WithConductor ( String conductor ) : ItemSearchRequest
conductor String Conductor property
Résultat ItemSearchRequest

WithCount() public méthode

Sets the Count property
public WithCount ( Decimal count ) : ItemSearchRequest
count Decimal Count property
Résultat ItemSearchRequest

WithCuisine() public méthode

Sets the Cuisine property
public WithCuisine ( String cuisine ) : ItemSearchRequest
cuisine String Cuisine property
Résultat ItemSearchRequest

WithDeliveryMethod() public méthode

Sets the DeliveryMethod property
public WithDeliveryMethod ( DeliveryMethod deliveryMethod ) : ItemSearchRequest
deliveryMethod DeliveryMethod DeliveryMethod property
Résultat ItemSearchRequest

WithDirector() public méthode

Sets the Director property
public WithDirector ( String director ) : ItemSearchRequest
director String Director property
Résultat ItemSearchRequest

WithFutureLaunchDate() public méthode

Sets the FutureLaunchDate property
public WithFutureLaunchDate ( String futureLaunchDate ) : ItemSearchRequest
futureLaunchDate String FutureLaunchDate property
Résultat ItemSearchRequest

WithISPUPostalCode() public méthode

Sets the ISPUPostalCode property
public WithISPUPostalCode ( String ISPUPostalCode ) : ItemSearchRequest
ISPUPostalCode String ISPUPostalCode property
Résultat ItemSearchRequest

WithItemPage() public méthode

Sets the ItemPage property
public WithItemPage ( Decimal itemPage ) : ItemSearchRequest
itemPage Decimal ItemPage property
Résultat ItemSearchRequest

WithKeywords() public méthode

Sets the Keywords property
public WithKeywords ( String keywords ) : ItemSearchRequest
keywords String Keywords property
Résultat ItemSearchRequest

WithManufacturer() public méthode

Sets the Manufacturer property
public WithManufacturer ( String manufacturer ) : ItemSearchRequest
manufacturer String Manufacturer property
Résultat ItemSearchRequest

WithMaximumPrice() public méthode

Sets the MaximumPrice property
public WithMaximumPrice ( Decimal maximumPrice ) : ItemSearchRequest
maximumPrice Decimal MaximumPrice property
Résultat ItemSearchRequest

WithMerchantId() public méthode

Sets the MerchantId property
public WithMerchantId ( String merchantId ) : ItemSearchRequest
merchantId String MerchantId property
Résultat ItemSearchRequest

WithMinimumPrice() public méthode

Sets the MinimumPrice property
public WithMinimumPrice ( Decimal minimumPrice ) : ItemSearchRequest
minimumPrice Decimal MinimumPrice property
Résultat ItemSearchRequest

WithMusicLabel() public méthode

Sets the MusicLabel property
public WithMusicLabel ( String musicLabel ) : ItemSearchRequest
musicLabel String MusicLabel property
Résultat ItemSearchRequest

WithNeighborhood() public méthode

Sets the Neighborhood property
public WithNeighborhood ( String neighborhood ) : ItemSearchRequest
neighborhood String Neighborhood property
Résultat ItemSearchRequest

WithOrchestra() public méthode

Sets the Orchestra property
public WithOrchestra ( String orchestra ) : ItemSearchRequest
orchestra String Orchestra property
Résultat ItemSearchRequest

WithPostalCode() public méthode

Sets the PostalCode property
public WithPostalCode ( String postalCode ) : ItemSearchRequest
postalCode String PostalCode property
Résultat ItemSearchRequest

WithPower() public méthode

Sets the Power property
public WithPower ( String power ) : ItemSearchRequest
power String Power property
Résultat ItemSearchRequest

WithPublisher() public méthode

Sets the Publisher property
public WithPublisher ( String publisher ) : ItemSearchRequest
publisher String Publisher property
Résultat ItemSearchRequest

WithReleaseDate() public méthode

Sets the ReleaseDate property
public WithReleaseDate ( String releaseDate ) : ItemSearchRequest
releaseDate String ReleaseDate property
Résultat ItemSearchRequest

WithResponseGroup() public méthode

Sets the ResponseGroup property
public WithResponseGroup ( ) : ItemSearchRequest
Résultat ItemSearchRequest

WithReviewSort() public méthode

Sets the ReviewSort property
public WithReviewSort ( String reviewSort ) : ItemSearchRequest
reviewSort String ReviewSort property
Résultat ItemSearchRequest

WithSearchIndex() public méthode

Sets the SearchIndex property
public WithSearchIndex ( String searchIndex ) : ItemSearchRequest
searchIndex String SearchIndex property
Résultat ItemSearchRequest

WithSort() public méthode

Sets the Sort property
public WithSort ( String sort ) : ItemSearchRequest
sort String Sort property
Résultat ItemSearchRequest

WithState() public méthode

Sets the State property
public WithState ( String state ) : ItemSearchRequest
state String State property
Résultat ItemSearchRequest

WithTagPage() public méthode

Sets the TagPage property
public WithTagPage ( Decimal tagPage ) : ItemSearchRequest
tagPage Decimal TagPage property
Résultat ItemSearchRequest

WithTagSort() public méthode

Sets the TagSort property
public WithTagSort ( String tagSort ) : ItemSearchRequest
tagSort String TagSort property
Résultat ItemSearchRequest

WithTagsPerPage() public méthode

Sets the TagsPerPage property
public WithTagsPerPage ( Decimal tagsPerPage ) : ItemSearchRequest
tagsPerPage Decimal TagsPerPage property
Résultat ItemSearchRequest

WithTextStream() public méthode

Sets the TextStream property
public WithTextStream ( String textStream ) : ItemSearchRequest
textStream String TextStream property
Résultat ItemSearchRequest

WithTitle() public méthode

Sets the Title property
public WithTitle ( String title ) : ItemSearchRequest
title String Title property
Résultat ItemSearchRequest