Struct aws_sdk_elasticsearch::operation::describe_domain_auto_tunes::DescribeDomainAutoTunesInput
source · #[non_exhaustive]pub struct DescribeDomainAutoTunesInput { /* private fields */ }Expand description
Container for the parameters to the DescribeDomainAutoTunes operation.
Implementations§
source§impl DescribeDomainAutoTunesInput
impl DescribeDomainAutoTunesInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
Specifies the domain name for which you want Auto-Tune action details.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
Set this value to limit the number of results returned. If not specified, defaults to 100.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
source§impl DescribeDomainAutoTunesInput
impl DescribeDomainAutoTunesInput
sourcepub fn builder() -> DescribeDomainAutoTunesInputBuilder
pub fn builder() -> DescribeDomainAutoTunesInputBuilder
Creates a new builder-style object to manufacture DescribeDomainAutoTunesInput.
source§impl DescribeDomainAutoTunesInput
impl DescribeDomainAutoTunesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDomainAutoTunes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeDomainAutoTunes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDomainAutoTunes>
Trait Implementations§
source§impl Clone for DescribeDomainAutoTunesInput
impl Clone for DescribeDomainAutoTunesInput
source§fn clone(&self) -> DescribeDomainAutoTunesInput
fn clone(&self) -> DescribeDomainAutoTunesInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DescribeDomainAutoTunesInput
impl Debug for DescribeDomainAutoTunesInput
source§impl PartialEq<DescribeDomainAutoTunesInput> for DescribeDomainAutoTunesInput
impl PartialEq<DescribeDomainAutoTunesInput> for DescribeDomainAutoTunesInput
source§fn eq(&self, other: &DescribeDomainAutoTunesInput) -> bool
fn eq(&self, other: &DescribeDomainAutoTunesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.