7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/AppflowRequest.h>
9#include <aws/appflow/model/ConnectorType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
55 template<
typename ConnectorLabelT = Aws::String>
56 void SetConnectorLabel(ConnectorLabelT&& value) { m_connectorLabelHasBeenSet =
true; m_connectorLabel = std::forward<ConnectorLabelT>(value); }
57 template<
typename ConnectorLabelT = Aws::String>
63 bool m_connectorTypeHasBeenSet =
false;
66 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