7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/TransferRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/awstransfer/model/As2ConnectorConfig.h>
11#include <aws/awstransfer/model/SftpConnectorConfig.h>
45 template<
typename ConnectorIdT = Aws::String>
46 void SetConnectorId(ConnectorIdT&& value) { m_connectorIdHasBeenSet =
true; m_connectorId = std::forward<ConnectorIdT>(value); }
47 template<
typename ConnectorIdT = Aws::String>
57 template<
typename UrlT = Aws::String>
58 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
59 template<
typename UrlT = Aws::String>
69 template<
typename As2ConfigT = As2ConnectorConfig>
70 void SetAs2Config(As2ConfigT&& value) { m_as2ConfigHasBeenSet =
true; m_as2Config = std::forward<As2ConfigT>(value); }
71 template<
typename As2ConfigT = As2ConnectorConfig>
104 template<
typename AccessRoleT = Aws::String>
105 void SetAccessRole(AccessRoleT&& value) { m_accessRoleHasBeenSet =
true; m_accessRole = std::forward<AccessRoleT>(value); }
106 template<
typename AccessRoleT = Aws::String>
118 template<
typename LoggingRoleT = Aws::String>
119 void SetLoggingRole(LoggingRoleT&& value) { m_loggingRoleHasBeenSet =
true; m_loggingRole = std::forward<LoggingRoleT>(value); }
120 template<
typename LoggingRoleT = Aws::String>
130 template<
typename SftpConfigT = SftpConnectorConfig>
131 void SetSftpConfig(SftpConfigT&& value) { m_sftpConfigHasBeenSet =
true; m_sftpConfig = std::forward<SftpConfigT>(value); }
132 template<
typename SftpConfigT = SftpConnectorConfig>
142 template<
typename SecurityPolicyNameT = Aws::String>
143 void SetSecurityPolicyName(SecurityPolicyNameT&& value) { m_securityPolicyNameHasBeenSet =
true; m_securityPolicyName = std::forward<SecurityPolicyNameT>(value); }
144 template<
typename SecurityPolicyNameT = Aws::String>
150 bool m_connectorIdHasBeenSet =
false;
153 bool m_urlHasBeenSet =
false;
156 bool m_as2ConfigHasBeenSet =
false;
159 bool m_accessRoleHasBeenSet =
false;
162 bool m_loggingRoleHasBeenSet =
false;
165 bool m_sftpConfigHasBeenSet =
false;
168 bool m_securityPolicyNameHasBeenSet =
false;
UpdateConnectorRequest & WithUrl(UrlT &&value)
const Aws::String & GetLoggingRole() const
void SetSftpConfig(SftpConfigT &&value)
bool UrlHasBeenSet() const
const As2ConnectorConfig & GetAs2Config() const
const Aws::String & GetConnectorId() const
UpdateConnectorRequest & WithAccessRole(AccessRoleT &&value)
void SetSecurityPolicyName(SecurityPolicyNameT &&value)
UpdateConnectorRequest & WithLoggingRole(LoggingRoleT &&value)
bool SftpConfigHasBeenSet() const
const Aws::String & GetSecurityPolicyName() const
AWS_TRANSFER_API Aws::String SerializePayload() const override
AWS_TRANSFER_API UpdateConnectorRequest()=default
bool AccessRoleHasBeenSet() const
UpdateConnectorRequest & WithConnectorId(ConnectorIdT &&value)
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool As2ConfigHasBeenSet() const
void SetAs2Config(As2ConfigT &&value)
virtual const char * GetServiceRequestName() const override
UpdateConnectorRequest & WithSftpConfig(SftpConfigT &&value)
void SetAccessRole(AccessRoleT &&value)
bool ConnectorIdHasBeenSet() const
UpdateConnectorRequest & WithAs2Config(As2ConfigT &&value)
const Aws::String & GetAccessRole() const
const Aws::String & GetUrl() const
void SetUrl(UrlT &&value)
const SftpConnectorConfig & GetSftpConfig() const
void SetConnectorId(ConnectorIdT &&value)
bool SecurityPolicyNameHasBeenSet() const
void SetLoggingRole(LoggingRoleT &&value)
UpdateConnectorRequest & WithSecurityPolicyName(SecurityPolicyNameT &&value)
bool LoggingRoleHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String