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>
58 inline void SetUserSecretId(
const char* value) { m_userSecretIdHasBeenSet =
true; m_userSecretId.assign(value); }
101 bool m_userSecretIdHasBeenSet =
false;
104 bool m_trustedHostKeysHasBeenSet =
false;
void SetUserSecretId(const char *value)
SftpConnectorConfig & WithTrustedHostKeys(const Aws::Vector< Aws::String > &value)
SftpConnectorConfig & WithUserSecretId(const char *value)
SftpConnectorConfig & AddTrustedHostKeys(const Aws::String &value)
SftpConnectorConfig & AddTrustedHostKeys(Aws::String &&value)
const Aws::Vector< Aws::String > & GetTrustedHostKeys() const
bool UserSecretIdHasBeenSet() const
const Aws::String & GetUserSecretId() const
SftpConnectorConfig & AddTrustedHostKeys(const char *value)
bool TrustedHostKeysHasBeenSet() const
void SetUserSecretId(const Aws::String &value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSFER_API SftpConnectorConfig(Aws::Utils::Json::JsonView jsonValue)
void SetTrustedHostKeys(Aws::Vector< Aws::String > &&value)
AWS_TRANSFER_API SftpConnectorConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTrustedHostKeys(const Aws::Vector< Aws::String > &value)
AWS_TRANSFER_API SftpConnectorConfig()
SftpConnectorConfig & WithUserSecretId(Aws::String &&value)
SftpConnectorConfig & WithTrustedHostKeys(Aws::Vector< Aws::String > &&value)
void SetUserSecretId(Aws::String &&value)
SftpConnectorConfig & WithUserSecretId(const Aws::String &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