#[non_exhaustive]pub struct GetUpgradeStatusInput { /* private fields */ }
Expand description
Container for request parameters to
operation. GetUpgradeStatus
Implementations§
source§impl GetUpgradeStatusInput
impl GetUpgradeStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetUpgradeStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetUpgradeStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetUpgradeStatus
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetUpgradeStatusInput
.
source§impl GetUpgradeStatusInput
impl GetUpgradeStatusInput
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 GetUpgradeStatusInput
impl Clone for GetUpgradeStatusInput
source§fn clone(&self) -> GetUpgradeStatusInput
fn clone(&self) -> GetUpgradeStatusInput
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 Debug for GetUpgradeStatusInput
impl Debug for GetUpgradeStatusInput
source§impl PartialEq<GetUpgradeStatusInput> for GetUpgradeStatusInput
impl PartialEq<GetUpgradeStatusInput> for GetUpgradeStatusInput
source§fn eq(&self, other: &GetUpgradeStatusInput) -> bool
fn eq(&self, other: &GetUpgradeStatusInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.