7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/FlowStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename FlowArnT = Aws::String>
37 m_flowArnHasBeenSet =
true;
38 m_flowArn = std::forward<FlowArnT>(value);
40 template <
typename FlowArnT = Aws::String>
53 m_flowStatusHasBeenSet =
true;
65 template <
typename RequestIdT = Aws::String>
67 m_requestIdHasBeenSet =
true;
68 m_requestId = std::forward<RequestIdT>(value);
70 template <
typename RequestIdT = Aws::String>
82 bool m_flowArnHasBeenSet =
false;
83 bool m_flowStatusHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
StopFlowResult & WithRequestId(RequestIdT &&value)
AWS_APPFLOW_API StopFlowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFlowArn(FlowArnT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetFlowArn() const
StopFlowResult & WithFlowStatus(FlowStatus value)
AWS_APPFLOW_API StopFlowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFlowStatus(FlowStatus value)
StopFlowResult & WithFlowArn(FlowArnT &&value)
const Aws::String & GetRequestId() const
FlowStatus GetFlowStatus() const
AWS_APPFLOW_API StopFlowResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue