7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/iot/IoT_EXPORTS.h>
37 template <
typename TemplateBodyT = Aws::String>
39 m_templateBodyHasBeenSet =
true;
40 m_templateBody = std::forward<TemplateBodyT>(value);
42 template <
typename TemplateBodyT = Aws::String>
55 template <
typename InputFileBucketT = Aws::String>
57 m_inputFileBucketHasBeenSet =
true;
58 m_inputFileBucket = std::forward<InputFileBucketT>(value);
60 template <
typename InputFileBucketT = Aws::String>
75 template <
typename InputFileKeyT = Aws::String>
77 m_inputFileKeyHasBeenSet =
true;
78 m_inputFileKey = std::forward<InputFileKeyT>(value);
80 template <
typename InputFileKeyT = Aws::String>
93 template <
typename RoleArnT = Aws::String>
95 m_roleArnHasBeenSet =
true;
96 m_roleArn = std::forward<RoleArnT>(value);
98 template <
typename RoleArnT = Aws::String>
112 bool m_templateBodyHasBeenSet =
false;
113 bool m_inputFileBucketHasBeenSet =
false;
114 bool m_inputFileKeyHasBeenSet =
false;
115 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