7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/awstransfer/model/SftpAuthenticationMethods.h>
50 inline void SetUrl(
Aws::String&& value) { m_urlHasBeenSet =
true; m_url = std::move(value); }
51 inline void SetUrl(
const char* value) { m_urlHasBeenSet =
true; m_url.assign(value); }
67 inline void SetInvocationRole(
const char* value) { m_invocationRoleHasBeenSet =
true; m_invocationRole.assign(value); }
82 inline void SetDirectoryId(
const char* value) { m_directoryIdHasBeenSet =
true; m_directoryId.assign(value); }
96 inline void SetFunction(
const char* value) { m_functionHasBeenSet =
true; m_function.assign(value); }
126 bool m_urlHasBeenSet =
false;
129 bool m_invocationRoleHasBeenSet =
false;
132 bool m_directoryIdHasBeenSet =
false;
135 bool m_functionHasBeenSet =
false;
138 bool m_sftpAuthenticationMethodsHasBeenSet =
false;
IdentityProviderDetails & WithSftpAuthenticationMethods(SftpAuthenticationMethods &&value)
IdentityProviderDetails & WithDirectoryId(const char *value)
void SetDirectoryId(Aws::String &&value)
void SetInvocationRole(Aws::String &&value)
IdentityProviderDetails & WithInvocationRole(const Aws::String &value)
void SetUrl(const Aws::String &value)
void SetInvocationRole(const Aws::String &value)
void SetFunction(const char *value)
IdentityProviderDetails & WithSftpAuthenticationMethods(const SftpAuthenticationMethods &value)
void SetFunction(const Aws::String &value)
void SetUrl(Aws::String &&value)
bool DirectoryIdHasBeenSet() const
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSFER_API IdentityProviderDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFunction() const
IdentityProviderDetails & WithInvocationRole(const char *value)
AWS_TRANSFER_API IdentityProviderDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSftpAuthenticationMethods(SftpAuthenticationMethods &&value)
IdentityProviderDetails & WithDirectoryId(const Aws::String &value)
const SftpAuthenticationMethods & GetSftpAuthenticationMethods() const
void SetSftpAuthenticationMethods(const SftpAuthenticationMethods &value)
const Aws::String & GetDirectoryId() const
bool UrlHasBeenSet() const
IdentityProviderDetails & WithUrl(Aws::String &&value)
bool FunctionHasBeenSet() const
void SetDirectoryId(const Aws::String &value)
IdentityProviderDetails & WithUrl(const Aws::String &value)
void SetDirectoryId(const char *value)
IdentityProviderDetails & WithDirectoryId(Aws::String &&value)
IdentityProviderDetails & WithFunction(const char *value)
bool SftpAuthenticationMethodsHasBeenSet() const
void SetInvocationRole(const char *value)
IdentityProviderDetails & WithInvocationRole(Aws::String &&value)
const Aws::String & GetInvocationRole() const
IdentityProviderDetails & WithFunction(const Aws::String &value)
void SetFunction(Aws::String &&value)
IdentityProviderDetails & WithFunction(Aws::String &&value)
void SetUrl(const char *value)
bool InvocationRoleHasBeenSet() const
IdentityProviderDetails & WithUrl(const char *value)
AWS_TRANSFER_API IdentityProviderDetails()
const Aws::String & GetUrl() const
SftpAuthenticationMethods
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue