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/NetworkInterface.h>
19#include <aws/robomaker/model/ComputeResponse.h>
20#include <aws/robomaker/model/RobotApplicationConfig.h>
21#include <aws/robomaker/model/SimulationApplicationConfig.h>
22#include <aws/robomaker/model/DataSource.h>
27template<
typename RESULT_TYPE>
28class AmazonWebServiceResult;
54 template<
typename ArnT = Aws::String>
55 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
56 template<
typename ArnT = Aws::String>
65 template<
typename NameT = Aws::String>
66 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
67 template<
typename NameT = Aws::String>
86 template<
typename LastStartedAtT = Aws::Utils::DateTime>
87 void SetLastStartedAt(LastStartedAtT&& value) { m_lastStartedAtHasBeenSet =
true; m_lastStartedAt = std::forward<LastStartedAtT>(value); }
88 template<
typename LastStartedAtT = Aws::Utils::DateTime>
98 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
99 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
100 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
151 template<
typename FailureReasonT = Aws::String>
152 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
153 template<
typename FailureReasonT = Aws::String>
163 template<
typename ClientRequestTokenT = Aws::String>
164 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
165 template<
typename ClientRequestTokenT = Aws::String>
174 template<
typename OutputLocationT = OutputLocation>
175 void SetOutputLocation(OutputLocationT&& value) { m_outputLocationHasBeenSet =
true; m_outputLocation = std::forward<OutputLocationT>(value); }
176 template<
typename OutputLocationT = OutputLocation>
185 template<
typename LoggingConfigT = LoggingConfig>
186 void SetLoggingConfig(LoggingConfigT&& value) { m_loggingConfigHasBeenSet =
true; m_loggingConfig = std::forward<LoggingConfigT>(value); }
187 template<
typename LoggingConfigT = LoggingConfig>
206 inline void SetSimulationTimeMillis(
long long value) { m_simulationTimeMillisHasBeenSet =
true; m_simulationTimeMillis = value; }
216 template<
typename IamRoleT = Aws::String>
217 void SetIamRole(IamRoleT&& value) { m_iamRoleHasBeenSet =
true; m_iamRole = std::forward<IamRoleT>(value); }
218 template<
typename IamRoleT = Aws::String>
227 template<
typename RobotApplicationsT = Aws::Vector<RobotApplicationConfig>>
228 void SetRobotApplications(RobotApplicationsT&& value) { m_robotApplicationsHasBeenSet =
true; m_robotApplications = std::forward<RobotApplicationsT>(value); }
229 template<
typename RobotApplicationsT = Aws::Vector<RobotApplicationConfig>>
231 template<
typename RobotApplicationsT = RobotApplicationConfig>
240 template<
typename SimulationApplicationsT = Aws::Vector<SimulationApplicationConfig>>
241 void SetSimulationApplications(SimulationApplicationsT&& value) { m_simulationApplicationsHasBeenSet =
true; m_simulationApplications = std::forward<SimulationApplicationsT>(value); }
242 template<
typename SimulationApplicationsT = Aws::Vector<SimulationApplicationConfig>>
244 template<
typename SimulationApplicationsT = SimulationApplicationConfig>
253 template<
typename DataSourcesT = Aws::Vector<DataSource>>
254 void SetDataSources(DataSourcesT&& value) { m_dataSourcesHasBeenSet =
true; m_dataSources = std::forward<DataSourcesT>(value); }
255 template<
typename DataSourcesT = Aws::Vector<DataSource>>
257 template<
typename DataSourcesT = DataSource>
266 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
267 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
268 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
270 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
272 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
281 template<
typename VpcConfigT = VPCConfigResponse>
282 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
283 template<
typename VpcConfigT = VPCConfigResponse>
292 template<
typename NetworkInterfaceT = NetworkInterface>
293 void SetNetworkInterface(NetworkInterfaceT&& value) { m_networkInterfaceHasBeenSet =
true; m_networkInterface = std::forward<NetworkInterfaceT>(value); }
294 template<
typename NetworkInterfaceT = NetworkInterface>
303 template<
typename ComputeT = ComputeResponse>
304 void SetCompute(ComputeT&& value) { m_computeHasBeenSet =
true; m_compute = std::forward<ComputeT>(value); }
305 template<
typename ComputeT = ComputeResponse>
312 template<
typename RequestIdT = Aws::String>
313 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
314 template<
typename RequestIdT = Aws::String>
320 bool m_arnHasBeenSet =
false;
323 bool m_nameHasBeenSet =
false;
326 bool m_statusHasBeenSet =
false;
329 bool m_lastStartedAtHasBeenSet =
false;
332 bool m_lastUpdatedAtHasBeenSet =
false;
335 bool m_failureBehaviorHasBeenSet =
false;
338 bool m_failureCodeHasBeenSet =
false;
341 bool m_failureReasonHasBeenSet =
false;
344 bool m_clientRequestTokenHasBeenSet =
false;
346 OutputLocation m_outputLocation;
347 bool m_outputLocationHasBeenSet =
false;
349 LoggingConfig m_loggingConfig;
350 bool m_loggingConfigHasBeenSet =
false;
352 long long m_maxJobDurationInSeconds{0};
353 bool m_maxJobDurationInSecondsHasBeenSet =
false;
355 long long m_simulationTimeMillis{0};
356 bool m_simulationTimeMillisHasBeenSet =
false;
359 bool m_iamRoleHasBeenSet =
false;
362 bool m_robotApplicationsHasBeenSet =
false;
365 bool m_simulationApplicationsHasBeenSet =
false;
368 bool m_dataSourcesHasBeenSet =
false;
371 bool m_tagsHasBeenSet =
false;
373 VPCConfigResponse m_vpcConfig;
374 bool m_vpcConfigHasBeenSet =
false;
376 NetworkInterface m_networkInterface;
377 bool m_networkInterfaceHasBeenSet =
false;
379 ComputeResponse m_compute;
380 bool m_computeHasBeenSet =
false;
383 bool m_requestIdHasBeenSet =
false;
AWS_ROBOMAKER_API DescribeSimulationJobResult()=default
AWS_ROBOMAKER_API DescribeSimulationJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< RobotApplicationConfig > & GetRobotApplications() const
DescribeSimulationJobResult & WithOutputLocation(OutputLocationT &&value)
void SetRequestId(RequestIdT &&value)
DescribeSimulationJobResult & WithTags(TagsT &&value)
const Aws::String & GetArn() const
void SetNetworkInterface(NetworkInterfaceT &&value)
const NetworkInterface & GetNetworkInterface() const
DescribeSimulationJobResult & WithCompute(ComputeT &&value)
void SetTags(TagsT &&value)
DescribeSimulationJobResult & AddSimulationApplications(SimulationApplicationsT &&value)
void SetOutputLocation(OutputLocationT &&value)
void SetVpcConfig(VpcConfigT &&value)
const Aws::String & GetIamRole() const
DescribeSimulationJobResult & WithFailureCode(SimulationJobErrorCode value)
const Aws::String & GetRequestId() const
DescribeSimulationJobResult & WithVpcConfig(VpcConfigT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
DescribeSimulationJobResult & WithSimulationApplications(SimulationApplicationsT &&value)
AWS_ROBOMAKER_API DescribeSimulationJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeSimulationJobResult & WithRequestId(RequestIdT &&value)
DescribeSimulationJobResult & WithFailureReason(FailureReasonT &&value)
DescribeSimulationJobResult & WithStatus(SimulationJobStatus value)
const Aws::Vector< DataSource > & GetDataSources() const
DescribeSimulationJobResult & WithFailureBehavior(FailureBehavior value)
DescribeSimulationJobResult & WithArn(ArnT &&value)
void SetDataSources(DataSourcesT &&value)
void SetStatus(SimulationJobStatus value)
DescribeSimulationJobResult & WithClientRequestToken(ClientRequestTokenT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
DescribeSimulationJobResult & AddDataSources(DataSourcesT &&value)
const Aws::Vector< SimulationApplicationConfig > & GetSimulationApplications() const
DescribeSimulationJobResult & AddRobotApplications(RobotApplicationsT &&value)
const Aws::Utils::DateTime & GetLastStartedAt() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::String & GetName() const
DescribeSimulationJobResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
FailureBehavior GetFailureBehavior() const
void SetIamRole(IamRoleT &&value)
const Aws::String & GetClientRequestToken() const
void SetRobotApplications(RobotApplicationsT &&value)
const Aws::String & GetFailureReason() const
SimulationJobErrorCode GetFailureCode() const
const OutputLocation & GetOutputLocation() const
DescribeSimulationJobResult & WithRobotApplications(RobotApplicationsT &&value)
DescribeSimulationJobResult & WithDataSources(DataSourcesT &&value)
void SetMaxJobDurationInSeconds(long long value)
void SetFailureCode(SimulationJobErrorCode value)
DescribeSimulationJobResult & WithLastStartedAt(LastStartedAtT &&value)
void SetName(NameT &&value)
void SetArn(ArnT &&value)
DescribeSimulationJobResult & WithIamRole(IamRoleT &&value)
DescribeSimulationJobResult & WithName(NameT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
long long GetMaxJobDurationInSeconds() const
SimulationJobStatus GetStatus() const
void SetSimulationApplications(SimulationApplicationsT &&value)
DescribeSimulationJobResult & WithSimulationTimeMillis(long long value)
DescribeSimulationJobResult & WithNetworkInterface(NetworkInterfaceT &&value)
long long GetSimulationTimeMillis() const
void SetLastStartedAt(LastStartedAtT &&value)
void SetFailureBehavior(FailureBehavior value)
DescribeSimulationJobResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetLoggingConfig(LoggingConfigT &&value)
const LoggingConfig & GetLoggingConfig() const
const VPCConfigResponse & GetVpcConfig() const
DescribeSimulationJobResult & WithLoggingConfig(LoggingConfigT &&value)
void SetFailureReason(FailureReasonT &&value)
const ComputeResponse & GetCompute() const
void SetSimulationTimeMillis(long long value)
DescribeSimulationJobResult & WithMaxJobDurationInSeconds(long long value)
void SetCompute(ComputeT &&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