7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/states/SFN_EXPORTS.h>
10#include <aws/states/model/BillingDetails.h>
11#include <aws/states/model/CloudWatchEventsExecutionDataDetails.h>
12#include <aws/states/model/SyncExecutionStatus.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename ExecutionArnT = Aws::String>
40 m_executionArnHasBeenSet =
true;
41 m_executionArn = std::forward<ExecutionArnT>(value);
43 template <
typename ExecutionArnT = Aws::String>
55 template <
typename StateMachineArnT = Aws::String>
57 m_stateMachineArnHasBeenSet =
true;
58 m_stateMachineArn = std::forward<StateMachineArnT>(value);
60 template <
typename StateMachineArnT = Aws::String>
72 template <
typename NameT = Aws::String>
74 m_nameHasBeenSet =
true;
75 m_name = std::forward<NameT>(value);
77 template <
typename NameT = Aws::String>
79 SetName(std::forward<NameT>(value));
89 template <
typename StartDateT = Aws::Utils::DateTime>
91 m_startDateHasBeenSet =
true;
92 m_startDate = std::forward<StartDateT>(value);
94 template <
typename StartDateT = Aws::Utils::DateTime>
106 template <
typename StopDateT = Aws::Utils::DateTime>
108 m_stopDateHasBeenSet =
true;
109 m_stopDate = std::forward<StopDateT>(value);
111 template <
typename StopDateT = Aws::Utils::DateTime>
124 m_statusHasBeenSet =
true;
138 template <
typename ErrorT = Aws::String>
140 m_errorHasBeenSet =
true;
141 m_error = std::forward<ErrorT>(value);
143 template <
typename ErrorT = Aws::String>
145 SetError(std::forward<ErrorT>(value));
155 template <
typename CauseT = Aws::String>
157 m_causeHasBeenSet =
true;
158 m_cause = std::forward<CauseT>(value);
160 template <
typename CauseT = Aws::String>
162 SetCause(std::forward<CauseT>(value));
174 template <
typename InputT = Aws::String>
176 m_inputHasBeenSet =
true;
177 m_input = std::forward<InputT>(value);
179 template <
typename InputT = Aws::String>
181 SetInput(std::forward<InputT>(value));
189 template <
typename InputDetailsT = CloudWatchEventsExecutionDataDetails>
191 m_inputDetailsHasBeenSet =
true;
192 m_inputDetails = std::forward<InputDetailsT>(value);
194 template <
typename InputDetailsT = CloudWatchEventsExecutionDataDetails>
209 template <
typename OutputT = Aws::String>
211 m_outputHasBeenSet =
true;
212 m_output = std::forward<OutputT>(value);
214 template <
typename OutputT = Aws::String>
224 template <
typename OutputDetailsT = CloudWatchEventsExecutionDataDetails>
226 m_outputDetailsHasBeenSet =
true;
227 m_outputDetails = std::forward<OutputDetailsT>(value);
229 template <
typename OutputDetailsT = CloudWatchEventsExecutionDataDetails>
248 template <
typename TraceHeaderT = Aws::String>
250 m_traceHeaderHasBeenSet =
true;
251 m_traceHeader = std::forward<TraceHeaderT>(value);
253 template <
typename TraceHeaderT = Aws::String>
266 template <
typename BillingDetailsT = BillingDetails>
268 m_billingDetailsHasBeenSet =
true;
269 m_billingDetails = std::forward<BillingDetailsT>(value);
271 template <
typename BillingDetailsT = BillingDetails>
281 template <
typename RequestIdT = Aws::String>
283 m_requestIdHasBeenSet =
true;
284 m_requestId = std::forward<RequestIdT>(value);
286 template <
typename RequestIdT = Aws::String>
311 CloudWatchEventsExecutionDataDetails m_inputDetails;
315 CloudWatchEventsExecutionDataDetails m_outputDetails;
319 BillingDetails m_billingDetails;
322 bool m_executionArnHasBeenSet =
false;
323 bool m_stateMachineArnHasBeenSet =
false;
324 bool m_nameHasBeenSet =
false;
325 bool m_startDateHasBeenSet =
false;
326 bool m_stopDateHasBeenSet =
false;
327 bool m_statusHasBeenSet =
false;
328 bool m_errorHasBeenSet =
false;
329 bool m_causeHasBeenSet =
false;
330 bool m_inputHasBeenSet =
false;
331 bool m_inputDetailsHasBeenSet =
false;
332 bool m_outputHasBeenSet =
false;
333 bool m_outputDetailsHasBeenSet =
false;
334 bool m_traceHeaderHasBeenSet =
false;
335 bool m_billingDetailsHasBeenSet =
false;
336 bool m_requestIdHasBeenSet =
false;
void SetTraceHeader(TraceHeaderT &&value)
const Aws::String & GetName() const
const BillingDetails & GetBillingDetails() const
AWS_SFN_API StartSyncExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const CloudWatchEventsExecutionDataDetails & GetInputDetails() const
const Aws::String & GetTraceHeader() const
StartSyncExecutionResult & WithTraceHeader(TraceHeaderT &&value)
StartSyncExecutionResult & WithExecutionArn(ExecutionArnT &&value)
StartSyncExecutionResult & WithInput(InputT &&value)
StartSyncExecutionResult & WithStatus(SyncExecutionStatus value)
const Aws::String & GetExecutionArn() const
StartSyncExecutionResult & WithStateMachineArn(StateMachineArnT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetStateMachineArn() const
void SetName(NameT &&value)
void SetRequestId(RequestIdT &&value)
StartSyncExecutionResult & WithCause(CauseT &&value)
StartSyncExecutionResult & WithName(NameT &&value)
const Aws::Utils::DateTime & GetStartDate() const
AWS_SFN_API StartSyncExecutionResult()=default
const CloudWatchEventsExecutionDataDetails & GetOutputDetails() const
StartSyncExecutionResult & WithError(ErrorT &&value)
void SetStatus(SyncExecutionStatus value)
const Aws::String & GetCause() const
AWS_SFN_API StartSyncExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartSyncExecutionResult & WithBillingDetails(BillingDetailsT &&value)
void SetCause(CauseT &&value)
void SetStopDate(StopDateT &&value)
const Aws::String & GetOutput() const
void SetInput(InputT &&value)
void SetBillingDetails(BillingDetailsT &&value)
void SetOutputDetails(OutputDetailsT &&value)
StartSyncExecutionResult & WithOutputDetails(OutputDetailsT &&value)
StartSyncExecutionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetError() const
StartSyncExecutionResult & WithStopDate(StopDateT &&value)
void SetInputDetails(InputDetailsT &&value)
StartSyncExecutionResult & WithStartDate(StartDateT &&value)
SyncExecutionStatus GetStatus() const
void SetExecutionArn(ExecutionArnT &&value)
void SetError(ErrorT &&value)
void SetStateMachineArn(StateMachineArnT &&value)
void SetOutput(OutputT &&value)
const Aws::Utils::DateTime & GetStopDate() const
StartSyncExecutionResult & WithOutput(OutputT &&value)
void SetStartDate(StartDateT &&value)
const Aws::String & GetInput() const
StartSyncExecutionResult & WithInputDetails(InputDetailsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue