7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/greengrass/GreengrassRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
44 template<
typename AmznClientTokenT = Aws::String>
45 void SetAmznClientToken(AmznClientTokenT&& value) { m_amznClientTokenHasBeenSet =
true; m_amznClientToken = std::forward<AmznClientTokenT>(value); }
46 template<
typename AmznClientTokenT = Aws::String>
59 template<
typename ExecutionRoleArnT = Aws::String>
60 void SetExecutionRoleArn(ExecutionRoleArnT&& value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn = std::forward<ExecutionRoleArnT>(value); }
61 template<
typename ExecutionRoleArnT = Aws::String>
76 template<
typename InputFileUriT = Aws::String>
77 void SetInputFileUri(InputFileUriT&& value) { m_inputFileUriHasBeenSet =
true; m_inputFileUri = std::forward<InputFileUriT>(value); }
78 template<
typename InputFileUriT = Aws::String>
88 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
89 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
90 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
92 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
94 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
100 bool m_amznClientTokenHasBeenSet =
false;
103 bool m_executionRoleArnHasBeenSet =
false;
106 bool m_inputFileUriHasBeenSet =
false;
109 bool m_tagsHasBeenSet =
false;
void SetInputFileUri(InputFileUriT &&value)
void SetAmznClientToken(AmznClientTokenT &&value)
AWS_GREENGRASS_API Aws::String SerializePayload() const override
StartBulkDeploymentRequest & WithExecutionRoleArn(ExecutionRoleArnT &&value)
const Aws::String & GetInputFileUri() const
bool InputFileUriHasBeenSet() const
StartBulkDeploymentRequest & WithTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
bool ExecutionRoleArnHasBeenSet() const
StartBulkDeploymentRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool TagsHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool AmznClientTokenHasBeenSet() const
const Aws::String & GetExecutionRoleArn() const
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetAmznClientToken() const
StartBulkDeploymentRequest & WithAmznClientToken(AmznClientTokenT &&value)
AWS_GREENGRASS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
StartBulkDeploymentRequest & WithInputFileUri(InputFileUriT &&value)
AWS_GREENGRASS_API StartBulkDeploymentRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String