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 ClientRequestTokenT = Aws::String>
55 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
56 template<
typename ClientRequestTokenT = Aws::String>
66 template<
typename CreatedAtT = Aws::Utils::DateTime>
67 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
68 template<
typename CreatedAtT = Aws::Utils::DateTime>
77 template<
typename NameT = Aws::String>
78 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
79 template<
typename NameT = Aws::String>
89 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
90 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
91 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
93 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
95 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
102 template<
typename RequestIdT = Aws::String>
103 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
104 template<
typename RequestIdT = Aws::String>
110 bool m_arnHasBeenSet =
false;
113 bool m_clientRequestTokenHasBeenSet =
false;
116 bool m_createdAtHasBeenSet =
false;
119 bool m_nameHasBeenSet =
false;
122 bool m_tagsHasBeenSet =
false;
125 bool m_requestIdHasBeenSet =
false;
AWS_ROBOMAKER_API CreateWorldTemplateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ROBOMAKER_API CreateWorldTemplateResult()=default
const Aws::Utils::DateTime & GetCreatedAt() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetArn() const
void SetCreatedAt(CreatedAtT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetName() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateWorldTemplateResult & WithName(NameT &&value)
CreateWorldTemplateResult & WithRequestId(RequestIdT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetRequestId() const
CreateWorldTemplateResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateWorldTemplateResult & WithTags(TagsT &&value)
CreateWorldTemplateResult & WithCreatedAt(CreatedAtT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
AWS_ROBOMAKER_API CreateWorldTemplateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(NameT &&value)
const Aws::String & GetClientRequestToken() const
CreateWorldTemplateResult & WithArn(ArnT &&value)
CreateWorldTemplateResult & WithClientRequestToken(ClientRequestTokenT &&value)
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