#[non_exhaustive]pub struct GetCompatibleElasticsearchVersionsInput { /* private fields */ }
Expand description
Container for request parameters to
operation. GetCompatibleElasticsearchVersions
Implementations§
source§impl GetCompatibleElasticsearchVersionsInput
impl GetCompatibleElasticsearchVersionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCompatibleElasticsearchVersions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCompatibleElasticsearchVersions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetCompatibleElasticsearchVersions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCompatibleElasticsearchVersionsInput
.
source§impl GetCompatibleElasticsearchVersionsInput
impl GetCompatibleElasticsearchVersionsInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
Trait Implementations§
source§impl Clone for GetCompatibleElasticsearchVersionsInput
impl Clone for GetCompatibleElasticsearchVersionsInput
source§fn clone(&self) -> GetCompatibleElasticsearchVersionsInput
fn clone(&self) -> GetCompatibleElasticsearchVersionsInput
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<GetCompatibleElasticsearchVersionsInput> for GetCompatibleElasticsearchVersionsInput
impl PartialEq<GetCompatibleElasticsearchVersionsInput> for GetCompatibleElasticsearchVersionsInput
source§fn eq(&self, other: &GetCompatibleElasticsearchVersionsInput) -> bool
fn eq(&self, other: &GetCompatibleElasticsearchVersionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.