Container for the parameters to the DescribeSuggesters operation.
Gets the suggesters configured for a domain. A suggester enables you to display possible matches before users finish typing their queries. Can be limited to specific suggesters by name. By default, shows all suggesters and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide .

C# |
public class DescribeSuggestersRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DescribeSuggestersRequest()()()() | Initializes a new instance of the DescribeSuggestersRequest class |
![]() | Deployed |
Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.
|
![]() | DomainName |
The name of the domain you want to describe.
Constraints: |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | SuggesterNames |
The suggesters you want to describe.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithDeployed(Boolean) | Obsolete.
Sets the Deployed property
|
![]() | WithDomainName(String) | Obsolete.
Sets the DomainName property
|
![]() | WithSuggesterNames(array<String>[]()[][]) | Obsolete.
Adds elements to the SuggesterNames collection
|
![]() | WithSuggesterNames(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Adds elements to the SuggesterNames collection
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | DescribeSuggestersRequest |