#[non_exhaustive]pub struct DescribeDomainAutoTunesInput { /* private fields */ }
Expand description
Container for the parameters to the DescribeDomainAutoTunes
operation.
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDomainAutoTunesInput
.
source§impl DescribeDomainAutoTunesInput
impl DescribeDomainAutoTunesInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
Name of the domain that you want Auto-Tune details about.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If your initial DescribeDomainAutoTunes
operation returns a nextToken
, you can include the returned nextToken
in subsequent DescribeDomainAutoTunes
operations, which returns results in the next page.
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 ==
.