7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/robomaker/model/RobotSoftwareSuite.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/robomaker/model/Environment.h>
14#include <aws/robomaker/model/Source.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
46 template<
typename ArnT = Aws::String>
47 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
48 template<
typename ArnT = Aws::String>
57 template<
typename NameT = Aws::String>
58 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
59 template<
typename NameT = Aws::String>
68 template<
typename VersionT = Aws::String>
69 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
70 template<
typename VersionT = Aws::String>
79 template<
typename SourcesT = Aws::Vector<Source>>
80 void SetSources(SourcesT&& value) { m_sourcesHasBeenSet =
true; m_sources = std::forward<SourcesT>(value); }
81 template<
typename SourcesT = Aws::Vector<Source>>
83 template<
typename SourcesT = Source>
92 template<
typename RobotSoftwareSuiteT = RobotSoftwareSuite>
93 void SetRobotSoftwareSuite(RobotSoftwareSuiteT&& value) { m_robotSoftwareSuiteHasBeenSet =
true; m_robotSoftwareSuite = std::forward<RobotSoftwareSuiteT>(value); }
94 template<
typename RobotSoftwareSuiteT = RobotSoftwareSuite>
104 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
105 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
106 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
115 template<
typename RevisionIdT = Aws::String>
116 void SetRevisionId(RevisionIdT&& value) { m_revisionIdHasBeenSet =
true; m_revisionId = std::forward<RevisionIdT>(value); }
117 template<
typename RevisionIdT = Aws::String>
126 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
127 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
128 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
130 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
132 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
142 template<
typename EnvironmentT = Environment>
143 void SetEnvironment(EnvironmentT&& value) { m_environmentHasBeenSet =
true; m_environment = std::forward<EnvironmentT>(value); }
144 template<
typename EnvironmentT = Environment>
151 template<
typename RequestIdT = Aws::String>
152 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
153 template<
typename RequestIdT = Aws::String>
159 bool m_arnHasBeenSet =
false;
162 bool m_nameHasBeenSet =
false;
165 bool m_versionHasBeenSet =
false;
168 bool m_sourcesHasBeenSet =
false;
171 bool m_robotSoftwareSuiteHasBeenSet =
false;
174 bool m_lastUpdatedAtHasBeenSet =
false;
177 bool m_revisionIdHasBeenSet =
false;
180 bool m_tagsHasBeenSet =
false;
182 Environment m_environment;
183 bool m_environmentHasBeenSet =
false;
186 bool m_requestIdHasBeenSet =
false;
CreateRobotApplicationResult & WithTags(TagsT &&value)
const Aws::String & GetArn() const
AWS_ROBOMAKER_API CreateRobotApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTags(TagsT &&value)
void SetSources(SourcesT &&value)
CreateRobotApplicationResult & WithArn(ArnT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetVersion() const
CreateRobotApplicationResult & WithSources(SourcesT &&value)
CreateRobotApplicationResult & WithName(NameT &&value)
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
CreateRobotApplicationResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
CreateRobotApplicationResult & WithRequestId(RequestIdT &&value)
const Environment & GetEnvironment() const
const Aws::String & GetRequestId() const
void SetVersion(VersionT &&value)
void SetName(NameT &&value)
const Aws::String & GetRevisionId() const
void SetEnvironment(EnvironmentT &&value)
CreateRobotApplicationResult & AddSources(SourcesT &&value)
void SetRobotSoftwareSuite(RobotSoftwareSuiteT &&value)
CreateRobotApplicationResult & WithRevisionId(RevisionIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateRobotApplicationResult & WithVersion(VersionT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
void SetRevisionId(RevisionIdT &&value)
void SetArn(ArnT &&value)
const RobotSoftwareSuite & GetRobotSoftwareSuite() const
CreateRobotApplicationResult & WithRobotSoftwareSuite(RobotSoftwareSuiteT &&value)
const Aws::Vector< Source > & GetSources() const
AWS_ROBOMAKER_API CreateRobotApplicationResult()=default
CreateRobotApplicationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_ROBOMAKER_API CreateRobotApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateRobotApplicationResult & WithEnvironment(EnvironmentT &&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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue