7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/robomaker/model/WorldGenerationJobStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/robomaker/model/WorldGenerationJobErrorCode.h>
12#include <aws/robomaker/model/WorldCount.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename ArnT = Aws::String>
46 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
47 template<
typename ArnT = Aws::String>
74 template<
typename CreatedAtT = Aws::Utils::DateTime>
75 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
76 template<
typename CreatedAtT = Aws::Utils::DateTime>
102 template<
typename ClientRequestTokenT = Aws::String>
103 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
104 template<
typename ClientRequestTokenT = Aws::String>
113 template<
typename TemplateT = Aws::String>
114 void SetTemplate(TemplateT&& value) { m_templateHasBeenSet =
true; m_template = std::forward<TemplateT>(value); }
115 template<
typename TemplateT = Aws::String>
124 template<
typename WorldCountT = WorldCount>
125 void SetWorldCount(WorldCountT&& value) { m_worldCountHasBeenSet =
true; m_worldCount = std::forward<WorldCountT>(value); }
126 template<
typename WorldCountT = WorldCount>
136 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
137 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
138 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
140 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
142 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
152 template<
typename WorldTagsT = Aws::Map<Aws::String, Aws::String>>
153 void SetWorldTags(WorldTagsT&& value) { m_worldTagsHasBeenSet =
true; m_worldTags = std::forward<WorldTagsT>(value); }
154 template<
typename WorldTagsT = Aws::Map<Aws::String, Aws::String>>
156 template<
typename WorldTagsKeyT = Aws::String,
typename WorldTagsValueT = Aws::String>
158 m_worldTagsHasBeenSet =
true; m_worldTags.emplace(std::forward<WorldTagsKeyT>(key), std::forward<WorldTagsValueT>(value));
return *
this;
165 template<
typename RequestIdT = Aws::String>
166 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
167 template<
typename RequestIdT = Aws::String>
173 bool m_arnHasBeenSet =
false;
176 bool m_statusHasBeenSet =
false;
179 bool m_createdAtHasBeenSet =
false;
182 bool m_failureCodeHasBeenSet =
false;
185 bool m_clientRequestTokenHasBeenSet =
false;
188 bool m_templateHasBeenSet =
false;
190 WorldCount m_worldCount;
191 bool m_worldCountHasBeenSet =
false;
194 bool m_tagsHasBeenSet =
false;
197 bool m_worldTagsHasBeenSet =
false;
200 bool m_requestIdHasBeenSet =
false;
CreateWorldGenerationJobResult & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetTemplate() const
CreateWorldGenerationJobResult & AddWorldTags(WorldTagsKeyT &&key, WorldTagsValueT &&value)
void SetArn(ArnT &&value)
void SetFailureCode(WorldGenerationJobErrorCode value)
WorldGenerationJobErrorCode GetFailureCode() const
CreateWorldGenerationJobResult & WithTemplate(TemplateT &&value)
void SetWorldTags(WorldTagsT &&value)
CreateWorldGenerationJobResult & WithWorldTags(WorldTagsT &&value)
void SetCreatedAt(CreatedAtT &&value)
CreateWorldGenerationJobResult & WithClientRequestToken(ClientRequestTokenT &&value)
AWS_ROBOMAKER_API CreateWorldGenerationJobResult()=default
const WorldCount & GetWorldCount() const
CreateWorldGenerationJobResult & WithWorldCount(WorldCountT &&value)
WorldGenerationJobStatus GetStatus() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_ROBOMAKER_API CreateWorldGenerationJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateWorldGenerationJobResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_ROBOMAKER_API CreateWorldGenerationJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTags(TagsT &&value)
CreateWorldGenerationJobResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetStatus(WorldGenerationJobStatus value)
const Aws::Map< Aws::String, Aws::String > & GetWorldTags() const
const Aws::String & GetClientRequestToken() const
CreateWorldGenerationJobResult & WithArn(ArnT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
CreateWorldGenerationJobResult & WithTags(TagsT &&value)
const Aws::String & GetArn() const
void SetWorldCount(WorldCountT &&value)
CreateWorldGenerationJobResult & WithStatus(WorldGenerationJobStatus value)
void SetTemplate(TemplateT &&value)
CreateWorldGenerationJobResult & WithFailureCode(WorldGenerationJobErrorCode value)
WorldGenerationJobErrorCode
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
Aws::Utils::Json::JsonValue JsonValue