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/WorldCount.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/UUID.h>
45 template<
typename ClientRequestTokenT = Aws::String>
46 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
47 template<
typename ClientRequestTokenT = Aws::String>
58 template<
typename TemplateT = Aws::String>
59 void SetTemplate(TemplateT&& value) { m_templateHasBeenSet =
true; m_template = std::forward<TemplateT>(value); }
60 template<
typename TemplateT = Aws::String>
70 template<
typename WorldCountT = WorldCount>
71 void SetWorldCount(WorldCountT&& value) { m_worldCountHasBeenSet =
true; m_worldCount = std::forward<WorldCountT>(value); }
72 template<
typename WorldCountT = WorldCount>
83 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
84 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
85 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
87 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
89 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
100 template<
typename WorldTagsT = Aws::Map<Aws::String, Aws::String>>
101 void SetWorldTags(WorldTagsT&& value) { m_worldTagsHasBeenSet =
true; m_worldTags = std::forward<WorldTagsT>(value); }
102 template<
typename WorldTagsT = Aws::Map<Aws::String, Aws::String>>
104 template<
typename WorldTagsKeyT = Aws::String,
typename WorldTagsValueT = Aws::String>
106 m_worldTagsHasBeenSet =
true; m_worldTags.emplace(std::forward<WorldTagsKeyT>(key), std::forward<WorldTagsValueT>(value));
return *
this;
112 bool m_clientRequestTokenHasBeenSet =
true;
115 bool m_templateHasBeenSet =
false;
117 WorldCount m_worldCount;
118 bool m_worldCountHasBeenSet =
false;
121 bool m_tagsHasBeenSet =
false;
124 bool m_worldTagsHasBeenSet =
false;
CreateWorldGenerationJobRequest & WithTemplate(TemplateT &&value)
CreateWorldGenerationJobRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool TemplateHasBeenSet() const
void SetTags(TagsT &&value)
bool ClientRequestTokenHasBeenSet() const
CreateWorldGenerationJobRequest & WithTags(TagsT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
AWS_ROBOMAKER_API CreateWorldGenerationJobRequest()=default
bool WorldCountHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateWorldGenerationJobRequest & WithClientRequestToken(ClientRequestTokenT &&value)
bool TagsHasBeenSet() const
CreateWorldGenerationJobRequest & AddWorldTags(WorldTagsKeyT &&key, WorldTagsValueT &&value)
void SetTemplate(TemplateT &&value)
CreateWorldGenerationJobRequest & WithWorldTags(WorldTagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetClientRequestToken() const
bool WorldTagsHasBeenSet() const
AWS_ROBOMAKER_API Aws::String SerializePayload() const override
void SetWorldCount(WorldCountT &&value)
CreateWorldGenerationJobRequest & WithWorldCount(WorldCountT &&value)
const WorldCount & GetWorldCount() const
const Aws::String & GetTemplate() const
void SetWorldTags(WorldTagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetWorldTags() const
static Aws::Utils::UUID PseudoRandomUUID()
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