#[non_exhaustive]pub struct StartThingRegistrationTaskInput { /* private fields */ }
Implementations§
source§impl StartThingRegistrationTaskInput
impl StartThingRegistrationTaskInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartThingRegistrationTask, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartThingRegistrationTask, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartThingRegistrationTask
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartThingRegistrationTaskInput
.
source§impl StartThingRegistrationTaskInput
impl StartThingRegistrationTaskInput
sourcepub fn template_body(&self) -> Option<&str>
pub fn template_body(&self) -> Option<&str>
The provisioning template.
sourcepub fn input_file_bucket(&self) -> Option<&str>
pub fn input_file_bucket(&self) -> Option<&str>
The S3 bucket that contains the input file.
sourcepub fn input_file_key(&self) -> Option<&str>
pub fn input_file_key(&self) -> Option<&str>
The name of input file within the S3 bucket. This file contains a newline delimited JSON file. Each line contains the parameter values to provision one device (thing).
Trait Implementations§
source§impl Clone for StartThingRegistrationTaskInput
impl Clone for StartThingRegistrationTaskInput
source§fn clone(&self) -> StartThingRegistrationTaskInput
fn clone(&self) -> StartThingRegistrationTaskInput
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 PartialEq<StartThingRegistrationTaskInput> for StartThingRegistrationTaskInput
impl PartialEq<StartThingRegistrationTaskInput> for StartThingRegistrationTaskInput
source§fn eq(&self, other: &StartThingRegistrationTaskInput) -> bool
fn eq(&self, other: &StartThingRegistrationTaskInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.