7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/robomaker/model/SimulationJobStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/robomaker/model/FailureBehavior.h>
12#include <aws/robomaker/model/SimulationJobErrorCode.h>
13#include <aws/robomaker/model/OutputLocation.h>
14#include <aws/robomaker/model/LoggingConfig.h>
15#include <aws/core/utils/memory/stl/AWSVector.h>
16#include <aws/core/utils/memory/stl/AWSMap.h>
17#include <aws/robomaker/model/VPCConfigResponse.h>
18#include <aws/robomaker/model/ComputeResponse.h>
19#include <aws/robomaker/model/RobotApplicationConfig.h>
20#include <aws/robomaker/model/SimulationApplicationConfig.h>
21#include <aws/robomaker/model/DataSource.h>
26template<
typename RESULT_TYPE>
27class AmazonWebServiceResult;
53 template<
typename ArnT = Aws::String>
54 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
55 template<
typename ArnT = Aws::String>
74 template<
typename LastStartedAtT = Aws::Utils::DateTime>
75 void SetLastStartedAt(LastStartedAtT&& value) { m_lastStartedAtHasBeenSet =
true; m_lastStartedAt = std::forward<LastStartedAtT>(value); }
76 template<
typename LastStartedAtT = Aws::Utils::DateTime>
86 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
87 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
88 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
138 template<
typename ClientRequestTokenT = Aws::String>
139 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
140 template<
typename ClientRequestTokenT = Aws::String>
149 template<
typename OutputLocationT = OutputLocation>
150 void SetOutputLocation(OutputLocationT&& value) { m_outputLocationHasBeenSet =
true; m_outputLocation = std::forward<OutputLocationT>(value); }
151 template<
typename OutputLocationT = OutputLocation>
160 template<
typename LoggingConfigT = LoggingConfig>
161 void SetLoggingConfig(LoggingConfigT&& value) { m_loggingConfigHasBeenSet =
true; m_loggingConfig = std::forward<LoggingConfigT>(value); }
162 template<
typename LoggingConfigT = LoggingConfig>
180 inline void SetSimulationTimeMillis(
long long value) { m_simulationTimeMillisHasBeenSet =
true; m_simulationTimeMillis = value; }
190 template<
typename IamRoleT = Aws::String>
191 void SetIamRole(IamRoleT&& value) { m_iamRoleHasBeenSet =
true; m_iamRole = std::forward<IamRoleT>(value); }
192 template<
typename IamRoleT = Aws::String>
201 template<
typename RobotApplicationsT = Aws::Vector<RobotApplicationConfig>>
202 void SetRobotApplications(RobotApplicationsT&& value) { m_robotApplicationsHasBeenSet =
true; m_robotApplications = std::forward<RobotApplicationsT>(value); }
203 template<
typename RobotApplicationsT = Aws::Vector<RobotApplicationConfig>>
205 template<
typename RobotApplicationsT = RobotApplicationConfig>
214 template<
typename SimulationApplicationsT = Aws::Vector<SimulationApplicationConfig>>
215 void SetSimulationApplications(SimulationApplicationsT&& value) { m_simulationApplicationsHasBeenSet =
true; m_simulationApplications = std::forward<SimulationApplicationsT>(value); }
216 template<
typename SimulationApplicationsT = Aws::Vector<SimulationApplicationConfig>>
218 template<
typename SimulationApplicationsT = SimulationApplicationConfig>
227 template<
typename DataSourcesT = Aws::Vector<DataSource>>
228 void SetDataSources(DataSourcesT&& value) { m_dataSourcesHasBeenSet =
true; m_dataSources = std::forward<DataSourcesT>(value); }
229 template<
typename DataSourcesT = Aws::Vector<DataSource>>
231 template<
typename DataSourcesT = DataSource>
240 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
241 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
242 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
244 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
246 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
255 template<
typename VpcConfigT = VPCConfigResponse>
256 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
257 template<
typename VpcConfigT = VPCConfigResponse>
266 template<
typename ComputeT = ComputeResponse>
267 void SetCompute(ComputeT&& value) { m_computeHasBeenSet =
true; m_compute = std::forward<ComputeT>(value); }
268 template<
typename ComputeT = ComputeResponse>
275 template<
typename RequestIdT = Aws::String>
276 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
277 template<
typename RequestIdT = Aws::String>
283 bool m_arnHasBeenSet =
false;
286 bool m_statusHasBeenSet =
false;
289 bool m_lastStartedAtHasBeenSet =
false;
292 bool m_lastUpdatedAtHasBeenSet =
false;
295 bool m_failureBehaviorHasBeenSet =
false;
298 bool m_failureCodeHasBeenSet =
false;
301 bool m_clientRequestTokenHasBeenSet =
false;
303 OutputLocation m_outputLocation;
304 bool m_outputLocationHasBeenSet =
false;
306 LoggingConfig m_loggingConfig;
307 bool m_loggingConfigHasBeenSet =
false;
309 long long m_maxJobDurationInSeconds{0};
310 bool m_maxJobDurationInSecondsHasBeenSet =
false;
312 long long m_simulationTimeMillis{0};
313 bool m_simulationTimeMillisHasBeenSet =
false;
316 bool m_iamRoleHasBeenSet =
false;
319 bool m_robotApplicationsHasBeenSet =
false;
322 bool m_simulationApplicationsHasBeenSet =
false;
325 bool m_dataSourcesHasBeenSet =
false;
328 bool m_tagsHasBeenSet =
false;
330 VPCConfigResponse m_vpcConfig;
331 bool m_vpcConfigHasBeenSet =
false;
333 ComputeResponse m_compute;
334 bool m_computeHasBeenSet =
false;
337 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetIamRole() const
void SetCompute(ComputeT &&value)
void SetMaxJobDurationInSeconds(long long value)
long long GetMaxJobDurationInSeconds() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetVpcConfig(VpcConfigT &&value)
CreateSimulationJobResult & WithCompute(ComputeT &&value)
void SetDataSources(DataSourcesT &&value)
long long GetSimulationTimeMillis() const
void SetTags(TagsT &&value)
void SetRobotApplications(RobotApplicationsT &&value)
CreateSimulationJobResult & WithStatus(SimulationJobStatus value)
const Aws::Vector< DataSource > & GetDataSources() const
void SetFailureBehavior(FailureBehavior value)
CreateSimulationJobResult & WithRequestId(RequestIdT &&value)
CreateSimulationJobResult & WithClientRequestToken(ClientRequestTokenT &&value)
CreateSimulationJobResult & WithMaxJobDurationInSeconds(long long value)
const Aws::Vector< SimulationApplicationConfig > & GetSimulationApplications() const
void SetSimulationApplications(SimulationApplicationsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateSimulationJobResult & WithSimulationTimeMillis(long long value)
CreateSimulationJobResult & WithLoggingConfig(LoggingConfigT &&value)
CreateSimulationJobResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
CreateSimulationJobResult & WithArn(ArnT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
void SetArn(ArnT &&value)
void SetIamRole(IamRoleT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
CreateSimulationJobResult & WithLastStartedAt(LastStartedAtT &&value)
CreateSimulationJobResult & WithOutputLocation(OutputLocationT &&value)
void SetStatus(SimulationJobStatus value)
void SetLastStartedAt(LastStartedAtT &&value)
void SetSimulationTimeMillis(long long value)
AWS_ROBOMAKER_API CreateSimulationJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< RobotApplicationConfig > & GetRobotApplications() const
const Aws::Utils::DateTime & GetLastStartedAt() const
CreateSimulationJobResult & WithDataSources(DataSourcesT &&value)
CreateSimulationJobResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetFailureCode(SimulationJobErrorCode value)
FailureBehavior GetFailureBehavior() const
CreateSimulationJobResult & AddSimulationApplications(SimulationApplicationsT &&value)
void SetLoggingConfig(LoggingConfigT &&value)
const Aws::String & GetClientRequestToken() const
AWS_ROBOMAKER_API CreateSimulationJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
CreateSimulationJobResult & WithVpcConfig(VpcConfigT &&value)
const VPCConfigResponse & GetVpcConfig() const
CreateSimulationJobResult & WithRobotApplications(RobotApplicationsT &&value)
SimulationJobErrorCode GetFailureCode() const
CreateSimulationJobResult & WithIamRole(IamRoleT &&value)
CreateSimulationJobResult & WithFailureBehavior(FailureBehavior value)
const ComputeResponse & GetCompute() const
const OutputLocation & GetOutputLocation() const
CreateSimulationJobResult & WithTags(TagsT &&value)
CreateSimulationJobResult & WithFailureCode(SimulationJobErrorCode value)
const LoggingConfig & GetLoggingConfig() const
CreateSimulationJobResult & WithSimulationApplications(SimulationApplicationsT &&value)
SimulationJobStatus GetStatus() const
void SetOutputLocation(OutputLocationT &&value)
CreateSimulationJobResult & AddDataSources(DataSourcesT &&value)
AWS_ROBOMAKER_API CreateSimulationJobResult()=default
CreateSimulationJobResult & AddRobotApplications(RobotApplicationsT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetArn() const
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