7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename TemplateBodyT = Aws::String>
42 void SetTemplateBody(TemplateBodyT&& value) { m_templateBodyHasBeenSet =
true; m_templateBody = std::forward<TemplateBodyT>(value); }
43 template<
typename TemplateBodyT = Aws::String>
53 template<
typename InputFileBucketT = Aws::String>
54 void SetInputFileBucket(InputFileBucketT&& value) { m_inputFileBucketHasBeenSet =
true; m_inputFileBucket = std::forward<InputFileBucketT>(value); }
55 template<
typename InputFileBucketT = Aws::String>
67 template<
typename InputFileKeyT = Aws::String>
68 void SetInputFileKey(InputFileKeyT&& value) { m_inputFileKeyHasBeenSet =
true; m_inputFileKey = std::forward<InputFileKeyT>(value); }
69 template<
typename InputFileKeyT = Aws::String>
79 template<
typename RoleArnT = Aws::String>
80 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
81 template<
typename RoleArnT = Aws::String>
87 bool m_templateBodyHasBeenSet =
false;
90 bool m_inputFileBucketHasBeenSet =
false;
93 bool m_inputFileKeyHasBeenSet =
false;
96 bool m_roleArnHasBeenSet =
false;
const Aws::String & GetRoleArn() const
const Aws::String & GetInputFileKey() const
void SetInputFileKey(InputFileKeyT &&value)
bool InputFileKeyHasBeenSet() const
AWS_IOT_API Aws::String SerializePayload() const override
StartThingRegistrationTaskRequest & WithTemplateBody(TemplateBodyT &&value)
AWS_IOT_API StartThingRegistrationTaskRequest()=default
bool InputFileBucketHasBeenSet() const
void SetTemplateBody(TemplateBodyT &&value)
bool RoleArnHasBeenSet() const
void SetInputFileBucket(InputFileBucketT &&value)
StartThingRegistrationTaskRequest & WithInputFileKey(InputFileKeyT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetInputFileBucket() const
void SetRoleArn(RoleArnT &&value)
StartThingRegistrationTaskRequest & WithInputFileBucket(InputFileBucketT &&value)
const Aws::String & GetTemplateBody() const
StartThingRegistrationTaskRequest & WithRoleArn(RoleArnT &&value)
bool TemplateBodyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String