7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/ConnectorConfiguration.h>
9#include <aws/appflow/model/ConnectorDetail.h>
10#include <aws/appflow/model/ConnectorType.h>
11#include <aws/core/http/HttpResponse.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename ConnectorConfigurationsT = Aws::Map<ConnectorType, ConnectorConfiguration>>
42 m_connectorConfigurationsHasBeenSet =
true;
43 m_connectorConfigurations = std::forward<ConnectorConfigurationsT>(value);
45 template <
typename ConnectorConfigurationsT = Aws::Map<ConnectorType, ConnectorConfiguration>>
51 m_connectorConfigurationsHasBeenSet =
true;
52 m_connectorConfigurations.emplace(key, value);
62 template <
typename ConnectorsT = Aws::Vector<ConnectorDetail>>
64 m_connectorsHasBeenSet =
true;
65 m_connectors = std::forward<ConnectorsT>(value);
67 template <
typename ConnectorsT = Aws::Vector<ConnectorDetail>>
72 template <
typename ConnectorsT = ConnectorDetail>
74 m_connectorsHasBeenSet =
true;
75 m_connectors.emplace_back(std::forward<ConnectorsT>(value));
85 template <
typename NextTokenT = Aws::String>
87 m_nextTokenHasBeenSet =
true;
88 m_nextToken = std::forward<NextTokenT>(value);
90 template <
typename NextTokenT = Aws::String>
100 template <
typename RequestIdT = Aws::String>
102 m_requestIdHasBeenSet =
true;
103 m_requestId = std::forward<RequestIdT>(value);
105 template <
typename RequestIdT = Aws::String>
122 bool m_connectorConfigurationsHasBeenSet =
false;
123 bool m_connectorsHasBeenSet =
false;
124 bool m_nextTokenHasBeenSet =
false;
125 bool m_requestIdHasBeenSet =
false;
void SetConnectorConfigurations(ConnectorConfigurationsT &&value)
DescribeConnectorsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_APPFLOW_API DescribeConnectorsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< ConnectorDetail > & GetConnectors() const
DescribeConnectorsResult & WithConnectors(ConnectorsT &&value)
AWS_APPFLOW_API DescribeConnectorsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_APPFLOW_API DescribeConnectorsResult()=default
void SetNextToken(NextTokenT &&value)
DescribeConnectorsResult & AddConnectors(ConnectorsT &&value)
DescribeConnectorsResult & WithConnectorConfigurations(ConnectorConfigurationsT &&value)
DescribeConnectorsResult & AddConnectorConfigurations(ConnectorType key, ConnectorConfiguration value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetNextToken() const
const Aws::Map< ConnectorType, ConnectorConfiguration > & GetConnectorConfigurations() const
void SetConnectors(ConnectorsT &&value)
DescribeConnectorsResult & WithNextToken(NextTokenT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue