#[non_exhaustive]pub struct DescribeDomainAutoTunesInput { /* private fields */ }
Expand description
Container for the parameters to the DescribeDomainAutoTunes
operation.
Implementations
sourceimpl 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
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for DescribeDomainAutoTunesInput
impl Clone for DescribeDomainAutoTunesInput
sourcefn clone(&self) -> DescribeDomainAutoTunesInput
fn clone(&self) -> DescribeDomainAutoTunesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DescribeDomainAutoTunesInput
impl Debug for DescribeDomainAutoTunesInput
sourceimpl PartialEq<DescribeDomainAutoTunesInput> for DescribeDomainAutoTunesInput
impl PartialEq<DescribeDomainAutoTunesInput> for DescribeDomainAutoTunesInput
sourcefn eq(&self, other: &DescribeDomainAutoTunesInput) -> bool
fn eq(&self, other: &DescribeDomainAutoTunesInput) -> bool
impl StructuralPartialEq for DescribeDomainAutoTunesInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDomainAutoTunesInput
impl Send for DescribeDomainAutoTunesInput
impl Sync for DescribeDomainAutoTunesInput
impl Unpin for DescribeDomainAutoTunesInput
impl UnwindSafe for DescribeDomainAutoTunesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more