7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/appflow/model/ConnectorType.h>
12#include <aws/appflow/model/ConnectorConfiguration.h>
13#include <aws/appflow/model/ConnectorDetail.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename ConnectorConfigurationsT = Aws::Map<ConnectorType, ConnectorConfiguration>>
46 void SetConnectorConfigurations(ConnectorConfigurationsT&& value) { m_connectorConfigurationsHasBeenSet =
true; m_connectorConfigurations = std::forward<ConnectorConfigurationsT>(value); }
47 template<
typename ConnectorConfigurationsT = Aws::Map<ConnectorType, ConnectorConfiguration>>
50 m_connectorConfigurationsHasBeenSet =
true; m_connectorConfigurations.emplace(key, value);
return *
this;
59 template<
typename ConnectorsT = Aws::Vector<ConnectorDetail>>
60 void SetConnectors(ConnectorsT&& value) { m_connectorsHasBeenSet =
true; m_connectors = std::forward<ConnectorsT>(value); }
61 template<
typename ConnectorsT = Aws::Vector<ConnectorDetail>>
63 template<
typename ConnectorsT = ConnectorDetail>
72 template<
typename NextTokenT = Aws::String>
73 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
74 template<
typename NextTokenT = Aws::String>
81 template<
typename RequestIdT = Aws::String>
82 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
83 template<
typename RequestIdT = Aws::String>
89 bool m_connectorConfigurationsHasBeenSet =
false;
92 bool m_connectorsHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
98 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