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