Struct aws_sdk_elasticsearch::operation::cancel_elasticsearch_service_software_update::CancelElasticsearchServiceSoftwareUpdateInput
source · #[non_exhaustive]pub struct CancelElasticsearchServiceSoftwareUpdateInput { /* private fields */ }
Expand description
Container for the parameters to the
operation. Specifies the name of the Elasticsearch domain that you wish to cancel a service software update on.CancelElasticsearchServiceSoftwareUpdate
Implementations§
source§impl CancelElasticsearchServiceSoftwareUpdateInput
impl CancelElasticsearchServiceSoftwareUpdateInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The name of the domain that you want to stop the latest service software update on.
source§impl CancelElasticsearchServiceSoftwareUpdateInput
impl CancelElasticsearchServiceSoftwareUpdateInput
sourcepub fn builder() -> CancelElasticsearchServiceSoftwareUpdateInputBuilder
pub fn builder() -> CancelElasticsearchServiceSoftwareUpdateInputBuilder
Creates a new builder-style object to manufacture CancelElasticsearchServiceSoftwareUpdateInput
.
source§impl CancelElasticsearchServiceSoftwareUpdateInput
impl CancelElasticsearchServiceSoftwareUpdateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelElasticsearchServiceSoftwareUpdate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CancelElasticsearchServiceSoftwareUpdate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CancelElasticsearchServiceSoftwareUpdate
>
Trait Implementations§
source§impl Clone for CancelElasticsearchServiceSoftwareUpdateInput
impl Clone for CancelElasticsearchServiceSoftwareUpdateInput
source§fn clone(&self) -> CancelElasticsearchServiceSoftwareUpdateInput
fn clone(&self) -> CancelElasticsearchServiceSoftwareUpdateInput
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<CancelElasticsearchServiceSoftwareUpdateInput> for CancelElasticsearchServiceSoftwareUpdateInput
impl PartialEq<CancelElasticsearchServiceSoftwareUpdateInput> for CancelElasticsearchServiceSoftwareUpdateInput
source§fn eq(&self, other: &CancelElasticsearchServiceSoftwareUpdateInput) -> bool
fn eq(&self, other: &CancelElasticsearchServiceSoftwareUpdateInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CancelElasticsearchServiceSoftwareUpdateInput
Auto Trait Implementations§
impl RefUnwindSafe for CancelElasticsearchServiceSoftwareUpdateInput
impl Send for CancelElasticsearchServiceSoftwareUpdateInput
impl Sync for CancelElasticsearchServiceSoftwareUpdateInput
impl Unpin for CancelElasticsearchServiceSoftwareUpdateInput
impl UnwindSafe for CancelElasticsearchServiceSoftwareUpdateInput
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