7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ArnT = Aws::String>
37 m_arnHasBeenSet =
true;
38 m_arn = std::forward<ArnT>(value);
40 template <
typename ArnT = Aws::String>
42 SetArn(std::forward<ArnT>(value));
52 template <
typename FlowIdT = Aws::String>
54 m_flowIdHasBeenSet =
true;
55 m_flowId = std::forward<FlowIdT>(value);
57 template <
typename FlowIdT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
85 m_statusHasBeenSet =
true;
104 bool m_arnHasBeenSet =
false;
105 bool m_flowIdHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
107 bool m_statusHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetRequestId() const
void SetFlowId(FlowIdT &&value)
AWS_QUICKSIGHT_API CreateFlowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API CreateFlowResult()=default
CreateFlowResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API CreateFlowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(int value)
CreateFlowResult & WithArn(ArnT &&value)
CreateFlowResult & WithFlowId(FlowIdT &&value)
const Aws::String & GetArn() const
CreateFlowResult & WithStatus(int value)
const Aws::String & GetFlowId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue