7#include <aws/appflow/AppflowRequest.h>
8#include <aws/appflow/Appflow_EXPORTS.h>
9#include <aws/appflow/model/ConnectorType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
39 template <
typename ConnectorTypesT = Aws::Vector<ConnectorType>>
41 m_connectorTypesHasBeenSet =
true;
42 m_connectorTypes = std::forward<ConnectorTypesT>(value);
44 template <
typename ConnectorTypesT = Aws::Vector<ConnectorType>>
50 m_connectorTypesHasBeenSet =
true;
51 m_connectorTypes.push_back(value);
64 m_maxResultsHasBeenSet =
true;
79 template <
typename NextTokenT = Aws::String>
81 m_nextTokenHasBeenSet =
true;
82 m_nextToken = std::forward<NextTokenT>(value);
84 template <
typename NextTokenT = Aws::String>
96 bool m_connectorTypesHasBeenSet =
false;
97 bool m_maxResultsHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
bool ConnectorTypesHasBeenSet() const
bool MaxResultsHasBeenSet() const
DescribeConnectorsRequest & WithConnectorTypes(ConnectorTypesT &&value)
DescribeConnectorsRequest & AddConnectorTypes(ConnectorType value)
void SetMaxResults(int value)
DescribeConnectorsRequest & WithMaxResults(int value)
AWS_APPFLOW_API DescribeConnectorsRequest()=default
int GetMaxResults() const
const Aws::String & GetNextToken() const
AWS_APPFLOW_API Aws::String SerializePayload() const override
const Aws::Vector< ConnectorType > & GetConnectorTypes() const
void SetConnectorTypes(ConnectorTypesT &&value)
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
DescribeConnectorsRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector