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>
47 template <
typename UserSecretIdT = Aws::String>
49 m_userSecretIdHasBeenSet =
true;
50 m_userSecretId = std::forward<UserSecretIdT>(value);
52 template <
typename UserSecretIdT = Aws::String>
96 template <
typename TrustedHostKeysT = Aws::Vector<Aws::String>>
98 m_trustedHostKeysHasBeenSet =
true;
99 m_trustedHostKeys = std::forward<TrustedHostKeysT>(value);
101 template <
typename TrustedHostKeysT = Aws::Vector<Aws::String>>
106 template <
typename TrustedHostKeysT = Aws::String>
108 m_trustedHostKeysHasBeenSet =
true;
109 m_trustedHostKeys.emplace_back(std::forward<TrustedHostKeysT>(value));
128 m_maxConcurrentConnectionsHasBeenSet =
true;
129 m_maxConcurrentConnections = value;
141 int m_maxConcurrentConnections{0};
142 bool m_userSecretIdHasBeenSet =
false;
143 bool m_trustedHostKeysHasBeenSet =
false;
144 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