Struct aws_sdk_elasticsearch::input::GetUpgradeStatusInput
source · [−]#[non_exhaustive]pub struct GetUpgradeStatusInput { /* private fields */ }
Expand description
Container for request parameters to
operation. GetUpgradeStatus
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for GetUpgradeStatusInput
impl Clone for GetUpgradeStatusInput
sourcefn clone(&self) -> GetUpgradeStatusInput
fn clone(&self) -> GetUpgradeStatusInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetUpgradeStatusInput
impl Debug for GetUpgradeStatusInput
sourceimpl PartialEq<GetUpgradeStatusInput> for GetUpgradeStatusInput
impl PartialEq<GetUpgradeStatusInput> for GetUpgradeStatusInput
sourcefn eq(&self, other: &GetUpgradeStatusInput) -> bool
fn eq(&self, other: &GetUpgradeStatusInput) -> bool
impl StructuralPartialEq for GetUpgradeStatusInput
Auto Trait Implementations
impl RefUnwindSafe for GetUpgradeStatusInput
impl Send for GetUpgradeStatusInput
impl Sync for GetUpgradeStatusInput
impl Unpin for GetUpgradeStatusInput
impl UnwindSafe for GetUpgradeStatusInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more