Struct rusoto_cloudsearchdomain::SuggestRequest [] [src]

pub struct SuggestRequest {
    pub query: String,
    pub size: Option<i64>,
    pub suggester: String,
}

Container for the parameters to the Suggest request.

Fields

Specifies the string for which you want to get suggestions.

Specifies the maximum number of suggestions to return.

Specifies the name of the suggester to use to find suggested matches.

Trait Implementations

impl Default for SuggestRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for SuggestRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for SuggestRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more