7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/AppflowRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/appflow/model/ConnectorType.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
75 inline void SetConnectorLabel(
const char* value) { m_connectorLabelHasBeenSet =
true; m_connectorLabel.assign(value); }
89 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
101 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
109 bool m_connectorProfileNamesHasBeenSet =
false;
112 bool m_connectorTypeHasBeenSet =
false;
115 bool m_connectorLabelHasBeenSet =
false;
118 bool m_maxResultsHasBeenSet =
false;
121 bool m_nextTokenHasBeenSet =
false;
bool ConnectorTypeHasBeenSet() const
void SetNextToken(const char *value)
DescribeConnectorProfilesRequest & WithConnectorProfileNames(const Aws::Vector< Aws::String > &value)
DescribeConnectorProfilesRequest & AddConnectorProfileNames(const char *value)
AWS_APPFLOW_API DescribeConnectorProfilesRequest()
bool ConnectorLabelHasBeenSet() const
DescribeConnectorProfilesRequest & WithConnectorType(const ConnectorType &value)
void SetNextToken(const Aws::String &value)
AWS_APPFLOW_API Aws::String SerializePayload() const override
DescribeConnectorProfilesRequest & WithConnectorLabel(const char *value)
void SetConnectorLabel(Aws::String &&value)
DescribeConnectorProfilesRequest & WithConnectorType(ConnectorType &&value)
DescribeConnectorProfilesRequest & WithConnectorLabel(const Aws::String &value)
void SetNextToken(Aws::String &&value)
void SetConnectorProfileNames(const Aws::Vector< Aws::String > &value)
void SetConnectorLabel(const char *value)
void SetConnectorLabel(const Aws::String &value)
void SetConnectorProfileNames(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
const ConnectorType & GetConnectorType() const
DescribeConnectorProfilesRequest & WithNextToken(const Aws::String &value)
DescribeConnectorProfilesRequest & WithConnectorProfileNames(Aws::Vector< Aws::String > &&value)
void SetConnectorType(const ConnectorType &value)
DescribeConnectorProfilesRequest & WithConnectorLabel(Aws::String &&value)
DescribeConnectorProfilesRequest & WithMaxResults(int value)
DescribeConnectorProfilesRequest & AddConnectorProfileNames(Aws::String &&value)
bool NextTokenHasBeenSet() const
const Aws::Vector< Aws::String > & GetConnectorProfileNames() const
void SetConnectorType(ConnectorType &&value)
int GetMaxResults() const
DescribeConnectorProfilesRequest & WithNextToken(Aws::String &&value)
void SetMaxResults(int value)
const Aws::String & GetConnectorLabel() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
bool ConnectorProfileNamesHasBeenSet() const
DescribeConnectorProfilesRequest & AddConnectorProfileNames(const Aws::String &value)
DescribeConnectorProfilesRequest & WithNextToken(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector