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;
149 template <
typename OrderedUserSecretVersionStagesT = Aws::Vector<Aws::String>>
151 m_orderedUserSecretVersionStagesHasBeenSet =
true;
152 m_orderedUserSecretVersionStages = std::forward<OrderedUserSecretVersionStagesT>(value);
154 template <
typename OrderedUserSecretVersionStagesT = Aws::Vector<Aws::String>>
159 template <
typename OrderedUserSecretVersionStagesT = Aws::String>
161 m_orderedUserSecretVersionStagesHasBeenSet =
true;
162 m_orderedUserSecretVersionStages.emplace_back(std::forward<OrderedUserSecretVersionStagesT>(value));
171 int m_maxConcurrentConnections{0};
174 bool m_userSecretIdHasBeenSet =
false;
175 bool m_trustedHostKeysHasBeenSet =
false;
176 bool m_maxConcurrentConnectionsHasBeenSet =
false;
177 bool m_orderedUserSecretVersionStagesHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetTrustedHostKeys() const
SftpConnectorConfig & AddOrderedUserSecretVersionStages(OrderedUserSecretVersionStagesT &&value)
bool UserSecretIdHasBeenSet() const
SftpConnectorConfig & WithTrustedHostKeys(TrustedHostKeysT &&value)
void SetTrustedHostKeys(TrustedHostKeysT &&value)
const Aws::String & GetUserSecretId() const
SftpConnectorConfig & WithOrderedUserSecretVersionStages(OrderedUserSecretVersionStagesT &&value)
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)
bool OrderedUserSecretVersionStagesHasBeenSet() const
void SetOrderedUserSecretVersionStages(OrderedUserSecretVersionStagesT &&value)
AWS_TRANSFER_API SftpConnectorConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetOrderedUserSecretVersionStages() const
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