7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/robomaker/RoboMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/robomaker/model/TemplateLocation.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
44 template<
typename ClientRequestTokenT = Aws::String>
45 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
46 template<
typename ClientRequestTokenT = Aws::String>
56 template<
typename NameT = Aws::String>
57 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
58 template<
typename NameT = Aws::String>
68 template<
typename TemplateBodyT = Aws::String>
69 void SetTemplateBody(TemplateBodyT&& value) { m_templateBodyHasBeenSet =
true; m_templateBody = std::forward<TemplateBodyT>(value); }
70 template<
typename TemplateBodyT = Aws::String>
80 template<
typename TemplateLocationT = TemplateLocation>
81 void SetTemplateLocation(TemplateLocationT&& value) { m_templateLocationHasBeenSet =
true; m_templateLocation = std::forward<TemplateLocationT>(value); }
82 template<
typename TemplateLocationT = TemplateLocation>
93 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
94 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
95 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
97 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
99 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
105 bool m_clientRequestTokenHasBeenSet =
false;
108 bool m_nameHasBeenSet =
false;
111 bool m_templateBodyHasBeenSet =
false;
114 bool m_templateLocationHasBeenSet =
false;
117 bool m_tagsHasBeenSet =
false;
void SetTemplateBody(TemplateBodyT &&value)
void SetName(NameT &&value)
void SetTemplateLocation(TemplateLocationT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const TemplateLocation & GetTemplateLocation() const
const Aws::String & GetTemplateBody() const
void SetClientRequestToken(ClientRequestTokenT &&value)
void SetTags(TagsT &&value)
CreateWorldTemplateRequest & WithClientRequestToken(ClientRequestTokenT &&value)
AWS_ROBOMAKER_API Aws::String SerializePayload() const override
const Aws::String & GetClientRequestToken() const
const Aws::String & GetName() const
bool TemplateLocationHasBeenSet() const
CreateWorldTemplateRequest & WithTemplateBody(TemplateBodyT &&value)
CreateWorldTemplateRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateWorldTemplateRequest & WithName(NameT &&value)
bool ClientRequestTokenHasBeenSet() const
bool TagsHasBeenSet() const
CreateWorldTemplateRequest & WithTemplateLocation(TemplateLocationT &&value)
AWS_ROBOMAKER_API CreateWorldTemplateRequest()=default
bool NameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateWorldTemplateRequest & WithTags(TagsT &&value)
bool TemplateBodyHasBeenSet() const
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