7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/connect/model/FlowAssociationSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename FlowAssociationSummaryListT = Aws::Vector<FlowAssociationSummary>>
43 void SetFlowAssociationSummaryList(FlowAssociationSummaryListT&& value) { m_flowAssociationSummaryListHasBeenSet =
true; m_flowAssociationSummaryList = std::forward<FlowAssociationSummaryListT>(value); }
44 template<
typename FlowAssociationSummaryListT = Aws::Vector<FlowAssociationSummary>>
46 template<
typename FlowAssociationSummaryListT = FlowAssociationSummary>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_flowAssociationSummaryListHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
AWS_CONNECT_API ListFlowAssociationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListFlowAssociationsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< FlowAssociationSummary > & GetFlowAssociationSummaryList() const
void SetRequestId(RequestIdT &&value)
ListFlowAssociationsResult & AddFlowAssociationSummaryList(FlowAssociationSummaryListT &&value)
void SetFlowAssociationSummaryList(FlowAssociationSummaryListT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
AWS_CONNECT_API ListFlowAssociationsResult()=default
ListFlowAssociationsResult & WithNextToken(NextTokenT &&value)
ListFlowAssociationsResult & WithFlowAssociationSummaryList(FlowAssociationSummaryListT &&value)
AWS_CONNECT_API ListFlowAssociationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue