Struct aws_sdk_elasticsearch::operation::describe_domain_change_progress::DescribeDomainChangeProgressInput
source · #[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 fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The domain you want to get the progress information about.
source§impl DescribeDomainChangeProgressInput
impl DescribeDomainChangeProgressInput
sourcepub fn builder() -> DescribeDomainChangeProgressInputBuilder
pub fn builder() -> DescribeDomainChangeProgressInputBuilder
Creates a new builder-style object to manufacture DescribeDomainChangeProgressInput
.
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
>
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 ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more