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