7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ArnT = Aws::String>
43 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
44 template<
typename ArnT = Aws::String>
54 template<
typename GenerationJobT = Aws::String>
55 void SetGenerationJob(GenerationJobT&& value) { m_generationJobHasBeenSet =
true; m_generationJob = std::forward<GenerationJobT>(value); }
56 template<
typename GenerationJobT = Aws::String>
65 template<
typename TemplateT = Aws::String>
66 void SetTemplate(TemplateT&& value) { m_templateHasBeenSet =
true; m_template = std::forward<TemplateT>(value); }
67 template<
typename TemplateT = Aws::String>
76 template<
typename CreatedAtT = Aws::Utils::DateTime>
77 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
78 template<
typename CreatedAtT = Aws::Utils::DateTime>
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;
104 template<
typename WorldDescriptionBodyT = Aws::String>
105 void SetWorldDescriptionBody(WorldDescriptionBodyT&& value) { m_worldDescriptionBodyHasBeenSet =
true; m_worldDescriptionBody = std::forward<WorldDescriptionBodyT>(value); }
106 template<
typename WorldDescriptionBodyT = Aws::String>
113 template<
typename RequestIdT = Aws::String>
114 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
115 template<
typename RequestIdT = Aws::String>
121 bool m_arnHasBeenSet =
false;
124 bool m_generationJobHasBeenSet =
false;
127 bool m_templateHasBeenSet =
false;
130 bool m_createdAtHasBeenSet =
false;
133 bool m_tagsHasBeenSet =
false;
136 bool m_worldDescriptionBodyHasBeenSet =
false;
139 bool m_requestIdHasBeenSet =
false;
DescribeWorldResult & WithRequestId(RequestIdT &&value)
void SetTags(TagsT &&value)
DescribeWorldResult & WithWorldDescriptionBody(WorldDescriptionBodyT &&value)
const Aws::String & GetGenerationJob() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_ROBOMAKER_API DescribeWorldResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeWorldResult & WithTags(TagsT &&value)
void SetArn(ArnT &&value)
DescribeWorldResult & WithTemplate(TemplateT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetArn() const
void SetWorldDescriptionBody(WorldDescriptionBodyT &&value)
DescribeWorldResult & WithGenerationJob(GenerationJobT &&value)
const Aws::String & GetWorldDescriptionBody() const
DescribeWorldResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_ROBOMAKER_API DescribeWorldResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetGenerationJob(GenerationJobT &&value)
const Aws::String & GetRequestId() const
DescribeWorldResult & WithCreatedAt(CreatedAtT &&value)
DescribeWorldResult & WithArn(ArnT &&value)
const Aws::String & GetTemplate() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetTemplate(TemplateT &&value)
AWS_ROBOMAKER_API DescribeWorldResult()=default
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