7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticfilesystem/EFS_EXPORTS.h>
10#include <aws/elasticfilesystem/model/LifeCycleState.h>
11#include <aws/elasticfilesystem/model/PosixUser.h>
12#include <aws/elasticfilesystem/model/RootDirectory.h>
13#include <aws/elasticfilesystem/model/Tag.h>
46 template <
typename ClientTokenT = Aws::String>
48 m_clientTokenHasBeenSet =
true;
49 m_clientToken = std::forward<ClientTokenT>(value);
51 template <
typename ClientTokenT = Aws::String>
65 template <
typename NameT = Aws::String>
67 m_nameHasBeenSet =
true;
68 m_name = std::forward<NameT>(value);
70 template <
typename NameT = Aws::String>
72 SetName(std::forward<NameT>(value));
84 template <
typename TagsT = Aws::Vector<Tag>>
86 m_tagsHasBeenSet =
true;
87 m_tags = std::forward<TagsT>(value);
89 template <
typename TagsT = Aws::Vector<Tag>>
91 SetTags(std::forward<TagsT>(value));
94 template <
typename TagsT = Tag>
96 m_tagsHasBeenSet =
true;
97 m_tags.emplace_back(std::forward<TagsT>(value));
108 template <
typename AccessPo
intIdT = Aws::String>
110 m_accessPointIdHasBeenSet =
true;
111 m_accessPointId = std::forward<AccessPointIdT>(value);
113 template <
typename AccessPo
intIdT = Aws::String>
126 template <
typename AccessPo
intArnT = Aws::String>
128 m_accessPointArnHasBeenSet =
true;
129 m_accessPointArn = std::forward<AccessPointArnT>(value);
131 template <
typename AccessPo
intArnT = Aws::String>
144 template <
typename FileSystemIdT = Aws::String>
146 m_fileSystemIdHasBeenSet =
true;
147 m_fileSystemId = std::forward<FileSystemIdT>(value);
149 template <
typename FileSystemIdT = Aws::String>
164 template <
typename PosixUserT = PosixUser>
166 m_posixUserHasBeenSet =
true;
167 m_posixUser = std::forward<PosixUserT>(value);
169 template <
typename PosixUserT = PosixUser>
183 template <
typename RootDirectoryT = RootDirectory>
185 m_rootDirectoryHasBeenSet =
true;
186 m_rootDirectory = std::forward<RootDirectoryT>(value);
188 template <
typename RootDirectoryT = RootDirectory>
202 template <
typename OwnerIdT = Aws::String>
204 m_ownerIdHasBeenSet =
true;
205 m_ownerId = std::forward<OwnerIdT>(value);
207 template <
typename OwnerIdT = Aws::String>
221 m_lifeCycleStateHasBeenSet =
true;
222 m_lifeCycleState = value;
234 template <
typename RequestIdT = Aws::String>
236 m_requestIdHasBeenSet =
true;
237 m_requestId = std::forward<RequestIdT>(value);
239 template <
typename RequestIdT = Aws::String>
267 bool m_clientTokenHasBeenSet =
false;
268 bool m_nameHasBeenSet =
false;
269 bool m_tagsHasBeenSet =
false;
270 bool m_accessPointIdHasBeenSet =
false;
271 bool m_accessPointArnHasBeenSet =
false;
272 bool m_fileSystemIdHasBeenSet =
false;
273 bool m_posixUserHasBeenSet =
false;
274 bool m_rootDirectoryHasBeenSet =
false;
275 bool m_ownerIdHasBeenSet =
false;
276 bool m_lifeCycleStateHasBeenSet =
false;
277 bool m_requestIdHasBeenSet =
false;
bool ClientTokenHasBeenSet() const
bool RootDirectoryHasBeenSet() const
AccessPointDescription & WithRootDirectory(RootDirectoryT &&value)
AccessPointDescription & WithClientToken(ClientTokenT &&value)
const PosixUser & GetPosixUser() const
AccessPointDescription & WithPosixUser(PosixUserT &&value)
void SetRequestId(RequestIdT &&value)
LifeCycleState GetLifeCycleState() const
AccessPointDescription & WithAccessPointArn(AccessPointArnT &&value)
void SetClientToken(ClientTokenT &&value)
void SetTags(TagsT &&value)
AccessPointDescription & WithLifeCycleState(LifeCycleState value)
bool AccessPointArnHasBeenSet() const
void SetOwnerId(OwnerIdT &&value)
const Aws::Vector< Tag > & GetTags() const
void SetPosixUser(PosixUserT &&value)
bool OwnerIdHasBeenSet() const
AccessPointDescription & WithName(NameT &&value)
void SetName(NameT &&value)
void SetFileSystemId(FileSystemIdT &&value)
AccessPointDescription & WithFileSystemId(FileSystemIdT &&value)
const Aws::String & GetClientToken() const
AccessPointDescription & WithOwnerId(OwnerIdT &&value)
const Aws::String & GetOwnerId() const
AWS_EFS_API Aws::Utils::Json::JsonValue Jsonize() const
AccessPointDescription & WithRequestId(RequestIdT &&value)
void SetRootDirectory(RootDirectoryT &&value)
AWS_EFS_API AccessPointDescription()=default
bool NameHasBeenSet() const
void SetLifeCycleState(LifeCycleState value)
const Aws::String & GetFileSystemId() const
bool LifeCycleStateHasBeenSet() const
const Aws::String & GetName() const
bool RequestIdHasBeenSet() const
AccessPointDescription & WithTags(TagsT &&value)
AccessPointDescription & AddTags(TagsT &&value)
AWS_EFS_API AccessPointDescription(Aws::Utils::Json::JsonView jsonValue)
bool PosixUserHasBeenSet() const
void SetAccessPointArn(AccessPointArnT &&value)
const Aws::String & GetAccessPointId() const
const Aws::String & GetRequestId() const
AccessPointDescription & WithAccessPointId(AccessPointIdT &&value)
bool TagsHasBeenSet() const
bool FileSystemIdHasBeenSet() const
const Aws::String & GetAccessPointArn() const
const RootDirectory & GetRootDirectory() const
bool AccessPointIdHasBeenSet() const
AWS_EFS_API AccessPointDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAccessPointId(AccessPointIdT &&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