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>
40 template <
typename ConnectorProfileNamesT = Aws::Vector<Aws::String>>
42 m_connectorProfileNamesHasBeenSet =
true;
43 m_connectorProfileNames = std::forward<ConnectorProfileNamesT>(value);
45 template <
typename ConnectorProfileNamesT = Aws::Vector<Aws::String>>
50 template <
typename ConnectorProfileNamesT = Aws::String>
52 m_connectorProfileNamesHasBeenSet =
true;
53 m_connectorProfileNames.emplace_back(std::forward<ConnectorProfileNamesT>(value));
65 m_connectorTypeHasBeenSet =
true;
66 m_connectorType = value;
82 template <
typename ConnectorLabelT = Aws::String>
84 m_connectorLabelHasBeenSet =
true;
85 m_connectorLabel = std::forward<ConnectorLabelT>(value);
87 template <
typename ConnectorLabelT = Aws::String>
103 m_maxResultsHasBeenSet =
true;
104 m_maxResults = value;
118 template <
typename NextTokenT = Aws::String>
120 m_nextTokenHasBeenSet =
true;
121 m_nextToken = std::forward<NextTokenT>(value);
123 template <
typename NextTokenT = Aws::String>
139 bool m_connectorProfileNamesHasBeenSet =
false;
140 bool m_connectorTypeHasBeenSet =
false;
141 bool m_connectorLabelHasBeenSet =
false;
142 bool m_maxResultsHasBeenSet =
false;
143 bool m_nextTokenHasBeenSet =
false;
bool ConnectorTypeHasBeenSet() const
void SetConnectorProfileNames(ConnectorProfileNamesT &&value)
DescribeConnectorProfilesRequest & WithConnectorProfileNames(ConnectorProfileNamesT &&value)
bool ConnectorLabelHasBeenSet() const
AWS_APPFLOW_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
ConnectorType GetConnectorType() const
void SetConnectorLabel(ConnectorLabelT &&value)
DescribeConnectorProfilesRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
const Aws::Vector< Aws::String > & GetConnectorProfileNames() const
void SetConnectorType(ConnectorType value)
DescribeConnectorProfilesRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
void SetMaxResults(int value)
const Aws::String & GetConnectorLabel() const
AWS_APPFLOW_API DescribeConnectorProfilesRequest()=default
DescribeConnectorProfilesRequest & WithConnectorLabel(ConnectorLabelT &&value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
bool ConnectorProfileNamesHasBeenSet() const
DescribeConnectorProfilesRequest & WithConnectorType(ConnectorType value)
void SetNextToken(NextTokenT &&value)
DescribeConnectorProfilesRequest & AddConnectorProfileNames(ConnectorProfileNamesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector