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 ==.