Struct aws_sdk_opensearch::input::GetUpgradeStatusInput
source · #[non_exhaustive]pub struct GetUpgradeStatusInput { /* private fields */ }
Expand description
Container for the request parameters to the GetUpgradeStatus
operation.
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 domain of the domain to get upgrade status information for.
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 ==
.