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>
40 m_connectorTypeHasBeenSet =
true;
41 m_connectorType = value;
57 template <
typename ConnectorLabelT = Aws::String>
59 m_connectorLabelHasBeenSet =
true;
60 m_connectorLabel = std::forward<ConnectorLabelT>(value);
62 template <
typename ConnectorLabelT = Aws::String>
72 bool m_connectorTypeHasBeenSet =
false;
73 bool m_connectorLabelHasBeenSet =
false;
AWS_APPFLOW_API DescribeConnectorRequest()=default
bool ConnectorTypeHasBeenSet() const
ConnectorType GetConnectorType() const
bool ConnectorLabelHasBeenSet() const
void SetConnectorLabel(ConnectorLabelT &&value)
virtual const char * GetServiceRequestName() const override
DescribeConnectorRequest & WithConnectorLabel(ConnectorLabelT &&value)
AWS_APPFLOW_API Aws::String SerializePayload() const override
void SetConnectorType(ConnectorType value)
const Aws::String & GetConnectorLabel() const
DescribeConnectorRequest & WithConnectorType(ConnectorType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String