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/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename ConnectorConfigurationsT = Aws::Map<ConnectorType, ConnectorConfiguration>>
41 m_connectorConfigurationsHasBeenSet =
true;
42 m_connectorConfigurations = std::forward<ConnectorConfigurationsT>(value);
44 template <
typename ConnectorConfigurationsT = Aws::Map<ConnectorType, ConnectorConfiguration>>
50 m_connectorConfigurationsHasBeenSet =
true;
51 m_connectorConfigurations.emplace(key, value);
61 template <
typename ConnectorsT = Aws::Vector<ConnectorDetail>>
63 m_connectorsHasBeenSet =
true;
64 m_connectors = std::forward<ConnectorsT>(value);
66 template <
typename ConnectorsT = Aws::Vector<ConnectorDetail>>
71 template <
typename ConnectorsT = ConnectorDetail>
73 m_connectorsHasBeenSet =
true;
74 m_connectors.emplace_back(std::forward<ConnectorsT>(value));
84 template <
typename NextTokenT = Aws::String>
86 m_nextTokenHasBeenSet =
true;
87 m_nextToken = std::forward<NextTokenT>(value);
89 template <
typename NextTokenT = Aws::String>
99 template <
typename RequestIdT = Aws::String>
101 m_requestIdHasBeenSet =
true;
102 m_requestId = std::forward<RequestIdT>(value);
104 template <
typename RequestIdT = Aws::String>
118 bool m_connectorConfigurationsHasBeenSet =
false;
119 bool m_connectorsHasBeenSet =
false;
120 bool m_nextTokenHasBeenSet =
false;
121 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)
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