#[non_exhaustive]pub struct DescribeDomainChangeProgressInput { /* private fields */ }
Expand description
Container for the parameters to the DescribeDomainChangeProgress
operation. Specifies the domain name and optional change specific identity for which you want progress information.
Implementations§
source§impl DescribeDomainChangeProgressInput
impl DescribeDomainChangeProgressInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDomainChangeProgress, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDomainChangeProgress, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDomainChangeProgress
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDomainChangeProgressInput
.
source§impl DescribeDomainChangeProgressInput
impl DescribeDomainChangeProgressInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The domain you want to get the progress information about.
Trait Implementations§
source§impl Clone for DescribeDomainChangeProgressInput
impl Clone for DescribeDomainChangeProgressInput
source§fn clone(&self) -> DescribeDomainChangeProgressInput
fn clone(&self) -> DescribeDomainChangeProgressInput
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 PartialEq<DescribeDomainChangeProgressInput> for DescribeDomainChangeProgressInput
impl PartialEq<DescribeDomainChangeProgressInput> for DescribeDomainChangeProgressInput
source§fn eq(&self, other: &DescribeDomainChangeProgressInput) -> bool
fn eq(&self, other: &DescribeDomainChangeProgressInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.