7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/AppflowRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appflow/model/ConnectionMode.h>
11#include <aws/appflow/model/ConnectorProfileConfig.h>
13#include <aws/core/utils/UUID.h>
45 template<
typename ConnectorProfileNameT = Aws::String>
46 void SetConnectorProfileName(ConnectorProfileNameT&& value) { m_connectorProfileNameHasBeenSet =
true; m_connectorProfileName = std::forward<ConnectorProfileNameT>(value); }
47 template<
typename ConnectorProfileNameT = Aws::String>
67 template<
typename ConnectorProfileConfigT = ConnectorProfileConfig>
68 void SetConnectorProfileConfig(ConnectorProfileConfigT&& value) { m_connectorProfileConfigHasBeenSet =
true; m_connectorProfileConfig = std::forward<ConnectorProfileConfigT>(value); }
69 template<
typename ConnectorProfileConfigT = ConnectorProfileConfig>
89 template<
typename ClientTokenT = Aws::String>
90 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
91 template<
typename ClientTokenT = Aws::String>
97 bool m_connectorProfileNameHasBeenSet =
false;
100 bool m_connectionModeHasBeenSet =
false;
102 ConnectorProfileConfig m_connectorProfileConfig;
103 bool m_connectorProfileConfigHasBeenSet =
false;
106 bool m_clientTokenHasBeenSet =
true;
void SetConnectorProfileConfig(ConnectorProfileConfigT &&value)
AWS_APPFLOW_API UpdateConnectorProfileRequest()=default
virtual const char * GetServiceRequestName() const override
void SetConnectionMode(ConnectionMode value)
UpdateConnectorProfileRequest & WithConnectionMode(ConnectionMode value)
void SetConnectorProfileName(ConnectorProfileNameT &&value)
bool ConnectionModeHasBeenSet() const
AWS_APPFLOW_API Aws::String SerializePayload() const override
const Aws::String & GetClientToken() const
const Aws::String & GetConnectorProfileName() const
UpdateConnectorProfileRequest & WithClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
ConnectionMode GetConnectionMode() const
bool ConnectorProfileNameHasBeenSet() const
bool ConnectorProfileConfigHasBeenSet() const
UpdateConnectorProfileRequest & WithConnectorProfileConfig(ConnectorProfileConfigT &&value)
void SetClientToken(ClientTokenT &&value)
UpdateConnectorProfileRequest & WithConnectorProfileName(ConnectorProfileNameT &&value)
const ConnectorProfileConfig & GetConnectorProfileConfig() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String