7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appflow/model/FlowStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename FlowArnT = Aws::String>
42 void SetFlowArn(FlowArnT&& value) { m_flowArnHasBeenSet =
true; m_flowArn = std::forward<FlowArnT>(value); }
43 template<
typename FlowArnT = Aws::String>
62 template<
typename ExecutionIdT = Aws::String>
63 void SetExecutionId(ExecutionIdT&& value) { m_executionIdHasBeenSet =
true; m_executionId = std::forward<ExecutionIdT>(value); }
64 template<
typename ExecutionIdT = Aws::String>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_flowArnHasBeenSet =
false;
82 bool m_flowStatusHasBeenSet =
false;
85 bool m_executionIdHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
AWS_APPFLOW_API StartFlowResult()=default
StartFlowResult & WithFlowArn(FlowArnT &&value)
const Aws::String & GetRequestId() const
StartFlowResult & WithRequestId(RequestIdT &&value)
StartFlowResult & WithFlowStatus(FlowStatus value)
void SetExecutionId(ExecutionIdT &&value)
AWS_APPFLOW_API StartFlowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APPFLOW_API StartFlowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFlowArn(FlowArnT &&value)
void SetRequestId(RequestIdT &&value)
void SetFlowStatus(FlowStatus value)
FlowStatus GetFlowStatus() const
const Aws::String & GetExecutionId() const
StartFlowResult & WithExecutionId(ExecutionIdT &&value)
const Aws::String & GetFlowArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue