7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
11#include <aws/simspaceweaver/model/LiveSimulationState.h>
12#include <aws/simspaceweaver/model/LoggingConfiguration.h>
13#include <aws/simspaceweaver/model/S3Location.h>
14#include <aws/simspaceweaver/model/SimulationStatus.h>
15#include <aws/simspaceweaver/model/SimulationTargetStatus.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace SimSpaceWeaver {
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
63 template <
typename CreationTimeT = Aws::Utils::DateTime>
65 m_creationTimeHasBeenSet =
true;
66 m_creationTime = std::forward<CreationTimeT>(value);
68 template <
typename CreationTimeT = Aws::Utils::DateTime>
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
97 template <
typename ExecutionIdT = Aws::String>
99 m_executionIdHasBeenSet =
true;
100 m_executionId = std::forward<ExecutionIdT>(value);
102 template <
typename ExecutionIdT = Aws::String>
115 template <
typename LiveSimulationStateT = LiveSimulationState>
117 m_liveSimulationStateHasBeenSet =
true;
118 m_liveSimulationState = std::forward<LiveSimulationStateT>(value);
120 template <
typename LiveSimulationStateT = LiveSimulationState>
133 template <
typename LoggingConfigurationT = LoggingConfiguration>
135 m_loggingConfigurationHasBeenSet =
true;
136 m_loggingConfiguration = std::forward<LoggingConfigurationT>(value);
138 template <
typename LoggingConfigurationT = LoggingConfiguration>
155 template <
typename MaximumDurationT = Aws::String>
157 m_maximumDurationHasBeenSet =
true;
158 m_maximumDuration = std::forward<MaximumDurationT>(value);
160 template <
typename MaximumDurationT = Aws::String>
172 template <
typename NameT = Aws::String>
174 m_nameHasBeenSet =
true;
175 m_name = std::forward<NameT>(value);
177 template <
typename NameT = Aws::String>
179 SetName(std::forward<NameT>(value));
196 template <
typename RoleArnT = Aws::String>
198 m_roleArnHasBeenSet =
true;
199 m_roleArn = std::forward<RoleArnT>(value);
201 template <
typename RoleArnT = Aws::String>
216 template <
typename SchemaS3LocationT = S3Location>
218 m_schemaS3LocationHasBeenSet =
true;
219 m_schemaS3Location = std::forward<SchemaS3LocationT>(value);
221 template <
typename SchemaS3LocationT = S3Location>
231 template <
typename SnapshotS3LocationT = S3Location>
233 m_snapshotS3LocationHasBeenSet =
true;
234 m_snapshotS3Location = std::forward<SnapshotS3LocationT>(value);
236 template <
typename SnapshotS3LocationT = S3Location>
249 template <
typename StartErrorT = Aws::String>
251 m_startErrorHasBeenSet =
true;
252 m_startError = std::forward<StartErrorT>(value);
254 template <
typename StartErrorT = Aws::String>
267 m_statusHasBeenSet =
true;
282 m_targetStatusHasBeenSet =
true;
283 m_targetStatus = value;
294 template <
typename RequestIdT = Aws::String>
296 m_requestIdHasBeenSet =
true;
297 m_requestId = std::forward<RequestIdT>(value);
299 template <
typename RequestIdT = Aws::String>
316 LiveSimulationState m_liveSimulationState;
318 LoggingConfiguration m_loggingConfiguration;
326 S3Location m_schemaS3Location;
328 S3Location m_snapshotS3Location;
338 bool m_arnHasBeenSet =
false;
339 bool m_creationTimeHasBeenSet =
false;
340 bool m_descriptionHasBeenSet =
false;
341 bool m_executionIdHasBeenSet =
false;
342 bool m_liveSimulationStateHasBeenSet =
false;
343 bool m_loggingConfigurationHasBeenSet =
false;
344 bool m_maximumDurationHasBeenSet =
false;
345 bool m_nameHasBeenSet =
false;
346 bool m_roleArnHasBeenSet =
false;
347 bool m_schemaS3LocationHasBeenSet =
false;
348 bool m_snapshotS3LocationHasBeenSet =
false;
349 bool m_startErrorHasBeenSet =
false;
350 bool m_statusHasBeenSet =
false;
351 bool m_targetStatusHasBeenSet =
false;
352 bool m_requestIdHasBeenSet =
false;
void SetSnapshotS3Location(SnapshotS3LocationT &&value)
DescribeSimulationResult & WithDescription(DescriptionT &&value)
DescribeSimulationResult & WithArn(ArnT &&value)
const Aws::String & GetArn() const
void SetCreationTime(CreationTimeT &&value)
DescribeSimulationResult & WithRequestId(RequestIdT &&value)
void SetMaximumDuration(MaximumDurationT &&value)
const Aws::String & GetRoleArn() const
void SetArn(ArnT &&value)
DescribeSimulationResult & WithMaximumDuration(MaximumDurationT &&value)
const S3Location & GetSnapshotS3Location() const
DescribeSimulationResult & WithStartError(StartErrorT &&value)
DescribeSimulationResult & WithLoggingConfiguration(LoggingConfigurationT &&value)
const Aws::String & GetExecutionId() const
void SetSchemaS3Location(SchemaS3LocationT &&value)
AWS_SIMSPACEWEAVER_API DescribeSimulationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeSimulationResult & WithName(NameT &&value)
const S3Location & GetSchemaS3Location() const
SimulationStatus GetStatus() const
DescribeSimulationResult & WithExecutionId(ExecutionIdT &&value)
SimulationTargetStatus GetTargetStatus() const
void SetExecutionId(ExecutionIdT &&value)
void SetStartError(StartErrorT &&value)
DescribeSimulationResult & WithTargetStatus(SimulationTargetStatus value)
AWS_SIMSPACEWEAVER_API DescribeSimulationResult()=default
const Aws::String & GetDescription() const
void SetTargetStatus(SimulationTargetStatus value)
const Aws::String & GetRequestId() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetName() const
DescribeSimulationResult & WithStatus(SimulationStatus value)
const LoggingConfiguration & GetLoggingConfiguration() const
void SetLoggingConfiguration(LoggingConfigurationT &&value)
void SetDescription(DescriptionT &&value)
DescribeSimulationResult & WithSchemaS3Location(SchemaS3LocationT &&value)
void SetLiveSimulationState(LiveSimulationStateT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeSimulationResult & WithRoleArn(RoleArnT &&value)
DescribeSimulationResult & WithCreationTime(CreationTimeT &&value)
DescribeSimulationResult & WithSnapshotS3Location(SnapshotS3LocationT &&value)
void SetName(NameT &&value)
AWS_SIMSPACEWEAVER_API DescribeSimulationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRoleArn(RoleArnT &&value)
DescribeSimulationResult & WithLiveSimulationState(LiveSimulationStateT &&value)
const Aws::String & GetStartError() const
void SetStatus(SimulationStatus value)
const Aws::String & GetMaximumDuration() const
const LiveSimulationState & GetLiveSimulationState() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue