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/robomaker/model/Environment.h>
13#include <aws/robomaker/model/Source.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>
56 template<
typename NameT = Aws::String>
57 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
58 template<
typename NameT = Aws::String>
67 template<
typename VersionT = Aws::String>
68 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
69 template<
typename VersionT = Aws::String>
78 template<
typename SourcesT = Aws::Vector<Source>>
79 void SetSources(SourcesT&& value) { m_sourcesHasBeenSet =
true; m_sources = std::forward<SourcesT>(value); }
80 template<
typename SourcesT = Aws::Vector<Source>>
82 template<
typename SourcesT = Source>
91 template<
typename RobotSoftwareSuiteT = RobotSoftwareSuite>
92 void SetRobotSoftwareSuite(RobotSoftwareSuiteT&& value) { m_robotSoftwareSuiteHasBeenSet =
true; m_robotSoftwareSuite = std::forward<RobotSoftwareSuiteT>(value); }
93 template<
typename RobotSoftwareSuiteT = RobotSoftwareSuite>
103 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
104 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
105 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
114 template<
typename RevisionIdT = Aws::String>
115 void SetRevisionId(RevisionIdT&& value) { m_revisionIdHasBeenSet =
true; m_revisionId = std::forward<RevisionIdT>(value); }
116 template<
typename RevisionIdT = Aws::String>
125 template<
typename EnvironmentT = Environment>
126 void SetEnvironment(EnvironmentT&& value) { m_environmentHasBeenSet =
true; m_environment = std::forward<EnvironmentT>(value); }
127 template<
typename EnvironmentT = Environment>
134 template<
typename RequestIdT = Aws::String>
135 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
136 template<
typename RequestIdT = Aws::String>
142 bool m_arnHasBeenSet =
false;
145 bool m_nameHasBeenSet =
false;
148 bool m_versionHasBeenSet =
false;
151 bool m_sourcesHasBeenSet =
false;
154 bool m_robotSoftwareSuiteHasBeenSet =
false;
157 bool m_lastUpdatedAtHasBeenSet =
false;
160 bool m_revisionIdHasBeenSet =
false;
162 Environment m_environment;
163 bool m_environmentHasBeenSet =
false;
166 bool m_requestIdHasBeenSet =
false;
UpdateRobotApplicationResult & AddSources(SourcesT &&value)
const Aws::String & GetRequestId() const
UpdateRobotApplicationResult & WithEnvironment(EnvironmentT &&value)
UpdateRobotApplicationResult & WithRevisionId(RevisionIdT &&value)
void SetName(NameT &&value)
void SetSources(SourcesT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetRevisionId() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
AWS_ROBOMAKER_API UpdateRobotApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ROBOMAKER_API UpdateRobotApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const RobotSoftwareSuite & GetRobotSoftwareSuite() const
UpdateRobotApplicationResult & WithArn(ArnT &&value)
void SetEnvironment(EnvironmentT &&value)
void SetVersion(VersionT &&value)
UpdateRobotApplicationResult & WithSources(SourcesT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Environment & GetEnvironment() const
const Aws::String & GetVersion() const
void SetRevisionId(RevisionIdT &&value)
UpdateRobotApplicationResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
void SetRobotSoftwareSuite(RobotSoftwareSuiteT &&value)
UpdateRobotApplicationResult & WithName(NameT &&value)
AWS_ROBOMAKER_API UpdateRobotApplicationResult()=default
const Aws::String & GetArn() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetName() const
UpdateRobotApplicationResult & WithVersion(VersionT &&value)
UpdateRobotApplicationResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< Source > & GetSources() const
UpdateRobotApplicationResult & WithRobotSoftwareSuite(RobotSoftwareSuiteT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue