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>
10#include <aws/awstransfer/model/HomeDirectoryType.h>
11#include <aws/awstransfer/model/PosixProfile.h>
12#include <aws/awstransfer/model/HomeDirectoryMapEntry.h>
57 inline void SetHomeDirectory(
const char* value) { m_homeDirectoryHasBeenSet =
true; m_homeDirectory.assign(value); }
125 inline void SetPolicy(
const char* value) { m_policyHasBeenSet =
true; m_policy.assign(value); }
155 inline void SetRole(
const char* value) { m_roleHasBeenSet =
true; m_role.assign(value); }
179 inline void SetExternalId(
const char* value) { m_externalIdHasBeenSet =
true; m_externalId.assign(value); }
187 bool m_homeDirectoryHasBeenSet =
false;
190 bool m_homeDirectoryMappingsHasBeenSet =
false;
193 bool m_homeDirectoryTypeHasBeenSet =
false;
196 bool m_policyHasBeenSet =
false;
199 bool m_posixProfileHasBeenSet =
false;
202 bool m_roleHasBeenSet =
false;
205 bool m_externalIdHasBeenSet =
false;
void SetHomeDirectory(Aws::String &&value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
DescribedAccess & WithHomeDirectory(const char *value)
void SetExternalId(const Aws::String &value)
void SetHomeDirectory(const Aws::String &value)
void SetExternalId(const char *value)
bool HomeDirectoryHasBeenSet() const
DescribedAccess & WithRole(const Aws::String &value)
bool ExternalIdHasBeenSet() const
DescribedAccess & WithExternalId(const Aws::String &value)
DescribedAccess & AddHomeDirectoryMappings(HomeDirectoryMapEntry &&value)
void SetRole(const char *value)
const Aws::String & GetHomeDirectory() const
DescribedAccess & WithExternalId(Aws::String &&value)
DescribedAccess & WithHomeDirectoryMappings(Aws::Vector< HomeDirectoryMapEntry > &&value)
DescribedAccess & WithPosixProfile(PosixProfile &&value)
AWS_TRANSFER_API DescribedAccess()
bool HomeDirectoryMappingsHasBeenSet() const
DescribedAccess & WithHomeDirectory(Aws::String &&value)
bool PosixProfileHasBeenSet() const
DescribedAccess & WithHomeDirectoryType(HomeDirectoryType &&value)
void SetPolicy(const char *value)
DescribedAccess & WithPolicy(const char *value)
const Aws::String & GetRole() const
bool HomeDirectoryTypeHasBeenSet() const
void SetExternalId(Aws::String &&value)
const Aws::Vector< HomeDirectoryMapEntry > & GetHomeDirectoryMappings() const
AWS_TRANSFER_API DescribedAccess & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetHomeDirectory(const char *value)
void SetRole(Aws::String &&value)
void SetPolicy(Aws::String &&value)
void SetRole(const Aws::String &value)
AWS_TRANSFER_API DescribedAccess(Aws::Utils::Json::JsonView jsonValue)
const HomeDirectoryType & GetHomeDirectoryType() const
DescribedAccess & WithPolicy(Aws::String &&value)
DescribedAccess & WithHomeDirectory(const Aws::String &value)
DescribedAccess & WithRole(const char *value)
void SetHomeDirectoryMappings(Aws::Vector< HomeDirectoryMapEntry > &&value)
DescribedAccess & WithHomeDirectoryType(const HomeDirectoryType &value)
DescribedAccess & WithHomeDirectoryMappings(const Aws::Vector< HomeDirectoryMapEntry > &value)
void SetPosixProfile(PosixProfile &&value)
bool RoleHasBeenSet() const
DescribedAccess & WithExternalId(const char *value)
const PosixProfile & GetPosixProfile() const
void SetPolicy(const Aws::String &value)
void SetHomeDirectoryType(HomeDirectoryType &&value)
void SetHomeDirectoryType(const HomeDirectoryType &value)
void SetPosixProfile(const PosixProfile &value)
DescribedAccess & AddHomeDirectoryMappings(const HomeDirectoryMapEntry &value)
bool PolicyHasBeenSet() const
const Aws::String & GetExternalId() const
void SetHomeDirectoryMappings(const Aws::Vector< HomeDirectoryMapEntry > &value)
const Aws::String & GetPolicy() const
DescribedAccess & WithRole(Aws::String &&value)
DescribedAccess & WithPosixProfile(const PosixProfile &value)
DescribedAccess & WithPolicy(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