7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/nova-act/NovaAct_EXPORTS.h>
10#include <aws/nova-act/model/TraceLocation.h>
11#include <aws/nova-act/model/WorkflowRunStatus.h>
44 template <
typename WorkflowRunArnT = Aws::String>
46 m_workflowRunArnHasBeenSet =
true;
47 m_workflowRunArn = std::forward<WorkflowRunArnT>(value);
49 template <
typename WorkflowRunArnT = Aws::String>
62 template <
typename WorkflowRunIdT = Aws::String>
64 m_workflowRunIdHasBeenSet =
true;
65 m_workflowRunId = std::forward<WorkflowRunIdT>(value);
67 template <
typename WorkflowRunIdT = Aws::String>
81 m_statusHasBeenSet =
true;
96 template <
typename StartedAtT = Aws::Utils::DateTime>
98 m_startedAtHasBeenSet =
true;
99 m_startedAt = std::forward<StartedAtT>(value);
101 template <
typename StartedAtT = Aws::Utils::DateTime>
114 template <
typename EndedAtT = Aws::Utils::DateTime>
116 m_endedAtHasBeenSet =
true;
117 m_endedAt = std::forward<EndedAtT>(value);
119 template <
typename EndedAtT = Aws::Utils::DateTime>
132 template <
typename TraceLocationT = TraceLocation>
134 m_traceLocationHasBeenSet =
true;
135 m_traceLocation = std::forward<TraceLocationT>(value);
137 template <
typename TraceLocationT = TraceLocation>
154 TraceLocation m_traceLocation;
155 bool m_workflowRunArnHasBeenSet =
false;
156 bool m_workflowRunIdHasBeenSet =
false;
157 bool m_statusHasBeenSet =
false;
158 bool m_startedAtHasBeenSet =
false;
159 bool m_endedAtHasBeenSet =
false;
160 bool m_traceLocationHasBeenSet =
false;
bool TraceLocationHasBeenSet() const
WorkflowRunSummary & WithWorkflowRunId(WorkflowRunIdT &&value)
WorkflowRunSummary & WithWorkflowRunArn(WorkflowRunArnT &&value)
WorkflowRunSummary & WithTraceLocation(TraceLocationT &&value)
const Aws::String & GetWorkflowRunArn() const
bool EndedAtHasBeenSet() const
void SetEndedAt(EndedAtT &&value)
bool WorkflowRunIdHasBeenSet() const
AWS_NOVAACT_API WorkflowRunSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_NOVAACT_API Aws::Utils::Json::JsonValue Jsonize() const
WorkflowRunStatus GetStatus() const
WorkflowRunSummary & WithEndedAt(EndedAtT &&value)
void SetStartedAt(StartedAtT &&value)
AWS_NOVAACT_API WorkflowRunSummary()=default
void SetWorkflowRunId(WorkflowRunIdT &&value)
bool WorkflowRunArnHasBeenSet() const
WorkflowRunSummary & WithStartedAt(StartedAtT &&value)
const Aws::String & GetWorkflowRunId() const
void SetWorkflowRunArn(WorkflowRunArnT &&value)
const Aws::Utils::DateTime & GetStartedAt() const
void SetTraceLocation(TraceLocationT &&value)
WorkflowRunSummary & WithStatus(WorkflowRunStatus value)
bool StartedAtHasBeenSet() const
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetEndedAt() const
AWS_NOVAACT_API WorkflowRunSummary(Aws::Utils::Json::JsonView jsonValue)
const TraceLocation & GetTraceLocation() const
void SetStatus(WorkflowRunStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue