7#include <aws/awstransfer/TransferRequest.h>
8#include <aws/awstransfer/Transfer_EXPORTS.h>
9#include <aws/awstransfer/model/As2ConnectorConfig.h>
10#include <aws/awstransfer/model/ConnectorsIpAddressType.h>
11#include <aws/awstransfer/model/SftpConnectorConfig.h>
12#include <aws/awstransfer/model/UpdateConnectorEgressConfig.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename ConnectorIdT = Aws::String>
45 m_connectorIdHasBeenSet =
true;
46 m_connectorId = std::forward<ConnectorIdT>(value);
48 template <
typename ConnectorIdT = Aws::String>
64 template <
typename UrlT = Aws::String>
66 m_urlHasBeenSet =
true;
67 m_url = std::forward<UrlT>(value);
69 template <
typename UrlT = Aws::String>
71 SetUrl(std::forward<UrlT>(value));
82 template <
typename As2ConfigT = As2ConnectorConfig>
84 m_as2ConfigHasBeenSet =
true;
85 m_as2Config = std::forward<As2ConfigT>(value);
87 template <
typename As2ConfigT = As2ConnectorConfig>
123 template <
typename AccessRoleT = Aws::String>
125 m_accessRoleHasBeenSet =
true;
126 m_accessRole = std::forward<AccessRoleT>(value);
128 template <
typename AccessRoleT = Aws::String>
143 template <
typename LoggingRoleT = Aws::String>
145 m_loggingRoleHasBeenSet =
true;
146 m_loggingRole = std::forward<LoggingRoleT>(value);
148 template <
typename LoggingRoleT = Aws::String>
161 template <
typename SftpConfigT = SftpConnectorConfig>
163 m_sftpConfigHasBeenSet =
true;
164 m_sftpConfig = std::forward<SftpConfigT>(value);
166 template <
typename SftpConfigT = SftpConnectorConfig>
179 template <
typename SecurityPolicyNameT = Aws::String>
181 m_securityPolicyNameHasBeenSet =
true;
182 m_securityPolicyName = std::forward<SecurityPolicyNameT>(value);
184 template <
typename SecurityPolicyNameT = Aws::String>
199 template <
typename EgressConfigT = UpdateConnectorEgressConfig>
201 m_egressConfigHasBeenSet =
true;
202 m_egressConfig = std::forward<EgressConfigT>(value);
204 template <
typename EgressConfigT = UpdateConnectorEgressConfig>
221 m_ipAddressTypeHasBeenSet =
true;
222 m_ipAddressType = value;
247 bool m_connectorIdHasBeenSet =
false;
248 bool m_urlHasBeenSet =
false;
249 bool m_as2ConfigHasBeenSet =
false;
250 bool m_accessRoleHasBeenSet =
false;
251 bool m_loggingRoleHasBeenSet =
false;
252 bool m_sftpConfigHasBeenSet =
false;
253 bool m_securityPolicyNameHasBeenSet =
false;
254 bool m_egressConfigHasBeenSet =
false;
255 bool m_ipAddressTypeHasBeenSet =
false;
UpdateConnectorRequest & WithUrl(UrlT &&value)
const Aws::String & GetLoggingRole() const
bool IpAddressTypeHasBeenSet() const
void SetSftpConfig(SftpConfigT &&value)
bool UrlHasBeenSet() const
ConnectorsIpAddressType GetIpAddressType() 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
UpdateConnectorRequest & WithIpAddressType(ConnectorsIpAddressType value)
UpdateConnectorRequest & WithEgressConfig(EgressConfigT &&value)
const Aws::String & GetSecurityPolicyName() const
AWS_TRANSFER_API Aws::String SerializePayload() const override
AWS_TRANSFER_API UpdateConnectorRequest()=default
void SetEgressConfig(EgressConfigT &&value)
bool EgressConfigHasBeenSet() const
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 SetIpAddressType(ConnectorsIpAddressType value)
void SetUrl(UrlT &&value)
const UpdateConnectorEgressConfig & GetEgressConfig() const
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