7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
53 template<
typename UserSecretIdT = Aws::String>
54 void SetUserSecretId(UserSecretIdT&& value) { m_userSecretIdHasBeenSet =
true; m_userSecretId = std::forward<UserSecretIdT>(value); }
55 template<
typename UserSecretIdT = Aws::String>
89 template<
typename TrustedHostKeysT = Aws::Vector<Aws::String>>
90 void SetTrustedHostKeys(TrustedHostKeysT&& value) { m_trustedHostKeysHasBeenSet =
true; m_trustedHostKeys = std::forward<TrustedHostKeysT>(value); }
91 template<
typename TrustedHostKeysT = Aws::Vector<Aws::String>>
93 template<
typename TrustedHostKeysT = Aws::String>
114 bool m_userSecretIdHasBeenSet =
false;
117 bool m_trustedHostKeysHasBeenSet =
false;
119 int m_maxConcurrentConnections{0};
120 bool m_maxConcurrentConnectionsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetTrustedHostKeys() const
bool UserSecretIdHasBeenSet() const
SftpConnectorConfig & WithTrustedHostKeys(TrustedHostKeysT &&value)
void SetTrustedHostKeys(TrustedHostKeysT &&value)
const Aws::String & GetUserSecretId() const
bool TrustedHostKeysHasBeenSet() const
SftpConnectorConfig & WithUserSecretId(UserSecretIdT &&value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSFER_API SftpConnectorConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSFER_API SftpConnectorConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUserSecretId(UserSecretIdT &&value)
bool MaxConcurrentConnectionsHasBeenSet() const
SftpConnectorConfig & WithMaxConcurrentConnections(int value)
void SetMaxConcurrentConnections(int value)
int GetMaxConcurrentConnections() const
AWS_TRANSFER_API SftpConnectorConfig()=default
SftpConnectorConfig & AddTrustedHostKeys(TrustedHostKeysT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue