7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/model/HomeDirectoryMapEntry.h>
9#include <aws/awstransfer/model/HomeDirectoryType.h>
10#include <aws/awstransfer/model/PosixProfile.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
49 template <
typename HomeDirectoryT = Aws::String>
51 m_homeDirectoryHasBeenSet =
true;
52 m_homeDirectory = std::forward<HomeDirectoryT>(value);
54 template <
typename HomeDirectoryT = Aws::String>
78 template <
typename HomeDirectoryMappingsT = Aws::Vector<HomeDirectoryMapEntry>>
80 m_homeDirectoryMappingsHasBeenSet =
true;
81 m_homeDirectoryMappings = std::forward<HomeDirectoryMappingsT>(value);
83 template <
typename HomeDirectoryMappingsT = Aws::Vector<HomeDirectoryMapEntry>>
88 template <
typename HomeDirectoryMappingsT = HomeDirectoryMapEntry>
90 m_homeDirectoryMappingsHasBeenSet =
true;
91 m_homeDirectoryMappings.emplace_back(std::forward<HomeDirectoryMappingsT>(value));
115 m_homeDirectoryTypeHasBeenSet =
true;
116 m_homeDirectoryType = value;
135 template <
typename PolicyT = Aws::String>
137 m_policyHasBeenSet =
true;
138 m_policy = std::forward<PolicyT>(value);
140 template <
typename PolicyT = Aws::String>
151 template <
typename PosixProfileT = PosixProfile>
153 m_posixProfileHasBeenSet =
true;
154 m_posixProfile = std::forward<PosixProfileT>(value);
156 template <
typename PosixProfileT = PosixProfile>
175 template <
typename RoleT = Aws::String>
177 m_roleHasBeenSet =
true;
178 m_role = std::forward<RoleT>(value);
180 template <
typename RoleT = Aws::String>
182 SetRole(std::forward<RoleT>(value));
203 template <
typename ExternalIdT = Aws::String>
205 m_externalIdHasBeenSet =
true;
206 m_externalId = std::forward<ExternalIdT>(value);
208 template <
typename ExternalIdT = Aws::String>
223 PosixProfile m_posixProfile;
228 bool m_homeDirectoryHasBeenSet =
false;
229 bool m_homeDirectoryMappingsHasBeenSet =
false;
230 bool m_homeDirectoryTypeHasBeenSet =
false;
231 bool m_policyHasBeenSet =
false;
232 bool m_posixProfileHasBeenSet =
false;
233 bool m_roleHasBeenSet =
false;
234 bool m_externalIdHasBeenSet =
false;
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetHomeDirectoryType(HomeDirectoryType value)
bool HomeDirectoryHasBeenSet() const
DescribedAccess & WithHomeDirectory(HomeDirectoryT &&value)
void SetPolicy(PolicyT &&value)
bool ExternalIdHasBeenSet() const
const Aws::String & GetHomeDirectory() const
void SetHomeDirectoryMappings(HomeDirectoryMappingsT &&value)
bool HomeDirectoryMappingsHasBeenSet() const
AWS_TRANSFER_API DescribedAccess()=default
bool PosixProfileHasBeenSet() const
DescribedAccess & AddHomeDirectoryMappings(HomeDirectoryMappingsT &&value)
const Aws::String & GetRole() const
bool HomeDirectoryTypeHasBeenSet() const
void SetExternalId(ExternalIdT &&value)
DescribedAccess & WithHomeDirectoryType(HomeDirectoryType value)
const Aws::Vector< HomeDirectoryMapEntry > & GetHomeDirectoryMappings() const
AWS_TRANSFER_API DescribedAccess & operator=(Aws::Utils::Json::JsonView jsonValue)
DescribedAccess & WithExternalId(ExternalIdT &&value)
HomeDirectoryType GetHomeDirectoryType() const
AWS_TRANSFER_API DescribedAccess(Aws::Utils::Json::JsonView jsonValue)
void SetHomeDirectory(HomeDirectoryT &&value)
DescribedAccess & WithPosixProfile(PosixProfileT &&value)
DescribedAccess & WithPolicy(PolicyT &&value)
bool RoleHasBeenSet() const
const PosixProfile & GetPosixProfile() const
DescribedAccess & WithHomeDirectoryMappings(HomeDirectoryMappingsT &&value)
void SetRole(RoleT &&value)
bool PolicyHasBeenSet() const
const Aws::String & GetExternalId() const
const Aws::String & GetPolicy() const
void SetPosixProfile(PosixProfileT &&value)
DescribedAccess & WithRole(RoleT &&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