7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/FlowAssociationSummary.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename FlowAssociationSummaryListT = Aws::Vector<FlowAssociationSummary>>
39 m_flowAssociationSummaryListHasBeenSet =
true;
40 m_flowAssociationSummaryList = std::forward<FlowAssociationSummaryListT>(value);
42 template <
typename FlowAssociationSummaryListT = Aws::Vector<FlowAssociationSummary>>
47 template <
typename FlowAssociationSummaryListT = FlowAssociationSummary>
49 m_flowAssociationSummaryListHasBeenSet =
true;
50 m_flowAssociationSummaryList.emplace_back(std::forward<FlowAssociationSummaryListT>(value));
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
76 bool m_flowAssociationSummaryListHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
AWS_CONNECT_API BatchGetFlowAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Vector< FlowAssociationSummary > & GetFlowAssociationSummaryList() const
BatchGetFlowAssociationResult & WithRequestId(RequestIdT &&value)
AWS_CONNECT_API BatchGetFlowAssociationResult()=default
AWS_CONNECT_API BatchGetFlowAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
BatchGetFlowAssociationResult & WithFlowAssociationSummaryList(FlowAssociationSummaryListT &&value)
BatchGetFlowAssociationResult & AddFlowAssociationSummaryList(FlowAssociationSummaryListT &&value)
void SetFlowAssociationSummaryList(FlowAssociationSummaryListT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue