#[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 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelElasticsearchServiceSoftwareUpdateInput
.
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.
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 ==
.