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