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/SftpConnectorConfig.h>
11#include <aws/awstransfer/model/UpdateConnectorEgressConfig.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ConnectorIdT = Aws::String>
44 m_connectorIdHasBeenSet =
true;
45 m_connectorId = std::forward<ConnectorIdT>(value);
47 template <
typename ConnectorIdT = Aws::String>
63 template <
typename UrlT = Aws::String>
65 m_urlHasBeenSet =
true;
66 m_url = std::forward<UrlT>(value);
68 template <
typename UrlT = Aws::String>
70 SetUrl(std::forward<UrlT>(value));
81 template <
typename As2ConfigT = As2ConnectorConfig>
83 m_as2ConfigHasBeenSet =
true;
84 m_as2Config = std::forward<As2ConfigT>(value);
86 template <
typename As2ConfigT = As2ConnectorConfig>
122 template <
typename AccessRoleT = Aws::String>
124 m_accessRoleHasBeenSet =
true;
125 m_accessRole = std::forward<AccessRoleT>(value);
127 template <
typename AccessRoleT = Aws::String>
142 template <
typename LoggingRoleT = Aws::String>
144 m_loggingRoleHasBeenSet =
true;
145 m_loggingRole = std::forward<LoggingRoleT>(value);
147 template <
typename LoggingRoleT = Aws::String>
160 template <
typename SftpConfigT = SftpConnectorConfig>
162 m_sftpConfigHasBeenSet =
true;
163 m_sftpConfig = std::forward<SftpConfigT>(value);
165 template <
typename SftpConfigT = SftpConnectorConfig>
178 template <
typename SecurityPolicyNameT = Aws::String>
180 m_securityPolicyNameHasBeenSet =
true;
181 m_securityPolicyName = std::forward<SecurityPolicyNameT>(value);
183 template <
typename SecurityPolicyNameT = Aws::String>
198 template <
typename EgressConfigT = UpdateConnectorEgressConfig>
200 m_egressConfigHasBeenSet =
true;
201 m_egressConfig = std::forward<EgressConfigT>(value);
203 template <
typename EgressConfigT = UpdateConnectorEgressConfig>
225 bool m_connectorIdHasBeenSet =
false;
226 bool m_urlHasBeenSet =
false;
227 bool m_as2ConfigHasBeenSet =
false;
228 bool m_accessRoleHasBeenSet =
false;
229 bool m_loggingRoleHasBeenSet =
false;
230 bool m_sftpConfigHasBeenSet =
false;
231 bool m_securityPolicyNameHasBeenSet =
false;
232 bool m_egressConfigHasBeenSet =
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
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 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