#[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
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for DescribeDomainChangeProgressInput
impl Clone for DescribeDomainChangeProgressInput
sourcefn clone(&self) -> DescribeDomainChangeProgressInput
fn clone(&self) -> DescribeDomainChangeProgressInput
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 PartialEq<DescribeDomainChangeProgressInput> for DescribeDomainChangeProgressInput
impl PartialEq<DescribeDomainChangeProgressInput> for DescribeDomainChangeProgressInput
sourcefn eq(&self, other: &DescribeDomainChangeProgressInput) -> bool
fn eq(&self, other: &DescribeDomainChangeProgressInput) -> bool
impl StructuralPartialEq for DescribeDomainChangeProgressInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDomainChangeProgressInput
impl Send for DescribeDomainChangeProgressInput
impl Sync for DescribeDomainChangeProgressInput
impl Unpin for DescribeDomainChangeProgressInput
impl UnwindSafe for DescribeDomainChangeProgressInput
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