7#include <aws/appflow/AppflowRequest.h>
8#include <aws/appflow/Appflow_EXPORTS.h>
9#include <aws/appflow/model/ConnectionMode.h>
10#include <aws/appflow/model/ConnectorProfileConfig.h>
11#include <aws/core/utils/UUID.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ConnectorProfileNameT = Aws::String>
43 m_connectorProfileNameHasBeenSet =
true;
44 m_connectorProfileName = std::forward<ConnectorProfileNameT>(value);
46 template <
typename ConnectorProfileNameT = Aws::String>
60 m_connectionModeHasBeenSet =
true;
61 m_connectionMode = value;
75 template <
typename ConnectorProfileConfigT = ConnectorProfileConfig>
77 m_connectorProfileConfigHasBeenSet =
true;
78 m_connectorProfileConfig = std::forward<ConnectorProfileConfigT>(value);
80 template <
typename ConnectorProfileConfigT = ConnectorProfileConfig>
103 template <
typename ClientTokenT = Aws::String>
105 m_clientTokenHasBeenSet =
true;
106 m_clientToken = std::forward<ClientTokenT>(value);
108 template <
typename ClientTokenT = Aws::String>
119 ConnectorProfileConfig m_connectorProfileConfig;
122 bool m_connectorProfileNameHasBeenSet =
false;
123 bool m_connectionModeHasBeenSet =
false;
124 bool m_connectorProfileConfigHasBeenSet =
false;
125 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