7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
10#include <aws/simspaceweaver/model/LiveSimulationState.h>
11#include <aws/simspaceweaver/model/LoggingConfiguration.h>
12#include <aws/simspaceweaver/model/S3Location.h>
13#include <aws/simspaceweaver/model/SimulationStatus.h>
14#include <aws/simspaceweaver/model/SimulationTargetStatus.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace SimSpaceWeaver {
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
62 template <
typename CreationTimeT = Aws::Utils::DateTime>
64 m_creationTimeHasBeenSet =
true;
65 m_creationTime = std::forward<CreationTimeT>(value);
67 template <
typename CreationTimeT = Aws::Utils::DateTime>
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
96 template <
typename ExecutionIdT = Aws::String>
98 m_executionIdHasBeenSet =
true;
99 m_executionId = std::forward<ExecutionIdT>(value);
101 template <
typename ExecutionIdT = Aws::String>
114 template <
typename LiveSimulationStateT = LiveSimulationState>
116 m_liveSimulationStateHasBeenSet =
true;
117 m_liveSimulationState = std::forward<LiveSimulationStateT>(value);
119 template <
typename LiveSimulationStateT = LiveSimulationState>
132 template <
typename LoggingConfigurationT = LoggingConfiguration>
134 m_loggingConfigurationHasBeenSet =
true;
135 m_loggingConfiguration = std::forward<LoggingConfigurationT>(value);
137 template <
typename LoggingConfigurationT = LoggingConfiguration>
154 template <
typename MaximumDurationT = Aws::String>
156 m_maximumDurationHasBeenSet =
true;
157 m_maximumDuration = std::forward<MaximumDurationT>(value);
159 template <
typename MaximumDurationT = Aws::String>
171 template <
typename NameT = Aws::String>
173 m_nameHasBeenSet =
true;
174 m_name = std::forward<NameT>(value);
176 template <
typename NameT = Aws::String>
178 SetName(std::forward<NameT>(value));
195 template <
typename RoleArnT = Aws::String>
197 m_roleArnHasBeenSet =
true;
198 m_roleArn = std::forward<RoleArnT>(value);
200 template <
typename RoleArnT = Aws::String>
215 template <
typename SchemaS3LocationT = S3Location>
217 m_schemaS3LocationHasBeenSet =
true;
218 m_schemaS3Location = std::forward<SchemaS3LocationT>(value);
220 template <
typename SchemaS3LocationT = S3Location>
230 template <
typename SnapshotS3LocationT = S3Location>
232 m_snapshotS3LocationHasBeenSet =
true;
233 m_snapshotS3Location = std::forward<SnapshotS3LocationT>(value);
235 template <
typename SnapshotS3LocationT = S3Location>
248 template <
typename StartErrorT = Aws::String>
250 m_startErrorHasBeenSet =
true;
251 m_startError = std::forward<StartErrorT>(value);
253 template <
typename StartErrorT = Aws::String>
266 m_statusHasBeenSet =
true;
281 m_targetStatusHasBeenSet =
true;
282 m_targetStatus = value;
293 template <
typename RequestIdT = Aws::String>
295 m_requestIdHasBeenSet =
true;
296 m_requestId = std::forward<RequestIdT>(value);
298 template <
typename RequestIdT = Aws::String>
313 LiveSimulationState m_liveSimulationState;
315 LoggingConfiguration m_loggingConfiguration;
323 S3Location m_schemaS3Location;
325 S3Location m_snapshotS3Location;
334 bool m_arnHasBeenSet =
false;
335 bool m_creationTimeHasBeenSet =
false;
336 bool m_descriptionHasBeenSet =
false;
337 bool m_executionIdHasBeenSet =
false;
338 bool m_liveSimulationStateHasBeenSet =
false;
339 bool m_loggingConfigurationHasBeenSet =
false;
340 bool m_maximumDurationHasBeenSet =
false;
341 bool m_nameHasBeenSet =
false;
342 bool m_roleArnHasBeenSet =
false;
343 bool m_schemaS3LocationHasBeenSet =
false;
344 bool m_snapshotS3LocationHasBeenSet =
false;
345 bool m_startErrorHasBeenSet =
false;
346 bool m_statusHasBeenSet =
false;
347 bool m_targetStatusHasBeenSet =
false;
348 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)
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