7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
10#include <aws/devops-agent/model/ExecutionStatus.h>
21namespace DevOpsAgent {
43 template <
typename AgentSpaceIdT = Aws::String>
45 m_agentSpaceIdHasBeenSet =
true;
46 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
48 template <
typename AgentSpaceIdT = Aws::String>
61 template <
typename ExecutionIdT = Aws::String>
63 m_executionIdHasBeenSet =
true;
64 m_executionId = std::forward<ExecutionIdT>(value);
66 template <
typename ExecutionIdT = Aws::String>
79 template <
typename ParentExecutionIdT = Aws::String>
81 m_parentExecutionIdHasBeenSet =
true;
82 m_parentExecutionId = std::forward<ParentExecutionIdT>(value);
84 template <
typename ParentExecutionIdT = Aws::String>
97 template <
typename AgentSubTaskT = Aws::String>
99 m_agentSubTaskHasBeenSet =
true;
100 m_agentSubTask = std::forward<AgentSubTaskT>(value);
102 template <
typename AgentSubTaskT = Aws::String>
115 template <
typename CreatedAtT = Aws::Utils::DateTime>
117 m_createdAtHasBeenSet =
true;
118 m_createdAt = std::forward<CreatedAtT>(value);
120 template <
typename CreatedAtT = Aws::Utils::DateTime>
133 template <
typename UpdatedAtT = Aws::Utils::DateTime>
135 m_updatedAtHasBeenSet =
true;
136 m_updatedAt = std::forward<UpdatedAtT>(value);
138 template <
typename UpdatedAtT = Aws::Utils::DateTime>
152 m_executionStatusHasBeenSet =
true;
153 m_executionStatus = value;
167 template <
typename AgentTypeT = Aws::String>
169 m_agentTypeHasBeenSet =
true;
170 m_agentType = std::forward<AgentTypeT>(value);
172 template <
typename AgentTypeT = Aws::String>
185 template <
typename U
idT = Aws::String>
187 m_uidHasBeenSet =
true;
188 m_uid = std::forward<UidT>(value);
190 template <
typename U
idT = Aws::String>
192 SetUid(std::forward<UidT>(value));
214 bool m_agentSpaceIdHasBeenSet =
false;
215 bool m_executionIdHasBeenSet =
false;
216 bool m_parentExecutionIdHasBeenSet =
false;
217 bool m_agentSubTaskHasBeenSet =
false;
218 bool m_createdAtHasBeenSet =
false;
219 bool m_updatedAtHasBeenSet =
false;
220 bool m_executionStatusHasBeenSet =
false;
221 bool m_agentTypeHasBeenSet =
false;
222 bool m_uidHasBeenSet =
false;
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetExecutionId() const
ExecutionStatus GetExecutionStatus() const
bool ExecutionIdHasBeenSet() const
void SetParentExecutionId(ParentExecutionIdT &&value)
Execution & WithAgentType(AgentTypeT &&value)
bool UidHasBeenSet() const
Execution & WithAgentSpaceId(AgentSpaceIdT &&value)
bool ParentExecutionIdHasBeenSet() const
const Aws::String & GetUid() const
Execution & WithAgentSubTask(AgentSubTaskT &&value)
Execution & WithExecutionId(ExecutionIdT &&value)
bool AgentSubTaskHasBeenSet() const
const Aws::String & GetParentExecutionId() const
const Aws::Utils::DateTime & GetUpdatedAt() const
bool ExecutionStatusHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
Execution & WithUid(UidT &&value)
bool CreatedAtHasBeenSet() const
void SetExecutionStatus(ExecutionStatus value)
bool AgentTypeHasBeenSet() const
const Aws::String & GetAgentSubTask() const
AWS_DEVOPSAGENT_API Execution(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSAGENT_API Execution()=default
bool UpdatedAtHasBeenSet() const
Execution & WithCreatedAt(CreatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetUid(UidT &&value)
void SetAgentType(AgentTypeT &&value)
void SetExecutionId(ExecutionIdT &&value)
Execution & WithExecutionStatus(ExecutionStatus value)
void SetAgentSubTask(AgentSubTaskT &&value)
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAgentSpaceId(AgentSpaceIdT &&value)
Execution & WithUpdatedAt(UpdatedAtT &&value)
bool AgentSpaceIdHasBeenSet() const
AWS_DEVOPSAGENT_API Execution & operator=(Aws::Utils::Json::JsonView jsonValue)
Execution & WithParentExecutionId(ParentExecutionIdT &&value)
const Aws::String & GetAgentSpaceId() const
const Aws::String & GetAgentType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue