AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
StartSimulationResult.h
1
6#pragma once
7#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace SimSpaceWeaver
25{
26namespace Model
27{
29 {
30 public:
31 AWS_SIMSPACEWEAVER_API StartSimulationResult() = default;
34
35
37
44 inline const Aws::String& GetArn() const { return m_arn; }
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>
48 StartSimulationResult& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
50
52
56 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
57 template<typename CreationTimeT = Aws::Utils::DateTime>
58 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::forward<CreationTimeT>(value); }
59 template<typename CreationTimeT = Aws::Utils::DateTime>
60 StartSimulationResult& WithCreationTime(CreationTimeT&& value) { SetCreationTime(std::forward<CreationTimeT>(value)); return *this;}
62
64
67 inline const Aws::String& GetExecutionId() const { return m_executionId; }
68 template<typename ExecutionIdT = Aws::String>
69 void SetExecutionId(ExecutionIdT&& value) { m_executionIdHasBeenSet = true; m_executionId = std::forward<ExecutionIdT>(value); }
70 template<typename ExecutionIdT = Aws::String>
71 StartSimulationResult& WithExecutionId(ExecutionIdT&& value) { SetExecutionId(std::forward<ExecutionIdT>(value)); return *this;}
73
75
76 inline const Aws::String& GetRequestId() const { return m_requestId; }
77 template<typename RequestIdT = Aws::String>
78 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
79 template<typename RequestIdT = Aws::String>
80 StartSimulationResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
82 private:
83
84 Aws::String m_arn;
85 bool m_arnHasBeenSet = false;
86
87 Aws::Utils::DateTime m_creationTime{};
88 bool m_creationTimeHasBeenSet = false;
89
90 Aws::String m_executionId;
91 bool m_executionIdHasBeenSet = false;
92
93 Aws::String m_requestId;
94 bool m_requestIdHasBeenSet = false;
95 };
96
97} // namespace Model
98} // namespace SimSpaceWeaver
99} // namespace Aws
AWS_SIMSPACEWEAVER_API StartSimulationResult()=default
StartSimulationResult & WithArn(ArnT &&value)
AWS_SIMSPACEWEAVER_API StartSimulationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartSimulationResult & WithExecutionId(ExecutionIdT &&value)
AWS_SIMSPACEWEAVER_API StartSimulationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartSimulationResult & WithCreationTime(CreationTimeT &&value)
StartSimulationResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue