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