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;
55 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AWS_CONNECT_API BatchGetFlowAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetFlowAssociationResult & WithRequestId(const Aws::String &value)
BatchGetFlowAssociationResult & WithFlowAssociationSummaryList(const Aws::Vector< FlowAssociationSummary > &value)
BatchGetFlowAssociationResult & WithRequestId(const char *value)
const Aws::Vector< FlowAssociationSummary > & GetFlowAssociationSummaryList() const
BatchGetFlowAssociationResult & WithFlowAssociationSummaryList(Aws::Vector< FlowAssociationSummary > &&value)
void SetFlowAssociationSummaryList(const Aws::Vector< FlowAssociationSummary > &value)
void SetRequestId(Aws::String &&value)
AWS_CONNECT_API BatchGetFlowAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFlowAssociationSummaryList(Aws::Vector< FlowAssociationSummary > &&value)
BatchGetFlowAssociationResult & AddFlowAssociationSummaryList(const FlowAssociationSummary &value)
BatchGetFlowAssociationResult & WithRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
AWS_CONNECT_API BatchGetFlowAssociationResult()
void SetRequestId(const char *value)
BatchGetFlowAssociationResult & AddFlowAssociationSummaryList(FlowAssociationSummary &&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