7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticfilesystem/EFSRequest.h>
11#include <aws/elasticfilesystem/EFS_EXPORTS.h>
12#include <aws/elasticfilesystem/model/PosixUser.h>
13#include <aws/elasticfilesystem/model/RootDirectory.h>
14#include <aws/elasticfilesystem/model/Tag.h>
43 template <
typename ClientTokenT = Aws::String>
45 m_clientTokenHasBeenSet =
true;
46 m_clientToken = std::forward<ClientTokenT>(value);
48 template <
typename ClientTokenT = Aws::String>
65 template <
typename TagsT = Aws::Vector<Tag>>
67 m_tagsHasBeenSet =
true;
68 m_tags = std::forward<TagsT>(value);
70 template <
typename TagsT = Aws::Vector<Tag>>
72 SetTags(std::forward<TagsT>(value));
75 template <
typename TagsT = Tag>
77 m_tagsHasBeenSet =
true;
78 m_tags.emplace_back(std::forward<TagsT>(value));
89 template <
typename FileSystemIdT = Aws::String>
91 m_fileSystemIdHasBeenSet =
true;
92 m_fileSystemId = std::forward<FileSystemIdT>(value);
94 template <
typename FileSystemIdT = Aws::String>
108 template <
typename PosixUserT = PosixUser>
110 m_posixUserHasBeenSet =
true;
111 m_posixUser = std::forward<PosixUserT>(value);
113 template <
typename PosixUserT = PosixUser>
137 template <
typename RootDirectoryT = RootDirectory>
139 m_rootDirectoryHasBeenSet =
true;
140 m_rootDirectory = std::forward<RootDirectoryT>(value);
142 template <
typename RootDirectoryT = RootDirectory>
155 PosixUser m_posixUser;
157 RootDirectory m_rootDirectory;
158 bool m_clientTokenHasBeenSet =
true;
159 bool m_tagsHasBeenSet =
false;
160 bool m_fileSystemIdHasBeenSet =
false;
161 bool m_posixUserHasBeenSet =
false;
162 bool m_rootDirectoryHasBeenSet =
false;
CreateAccessPointRequest & WithRootDirectory(RootDirectoryT &&value)
void SetPosixUser(PosixUserT &&value)
CreateAccessPointRequest & WithPosixUser(PosixUserT &&value)
void SetClientToken(ClientTokenT &&value)
void SetFileSystemId(FileSystemIdT &&value)
bool FileSystemIdHasBeenSet() const
const PosixUser & GetPosixUser() const
AWS_EFS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool PosixUserHasBeenSet() const
bool TagsHasBeenSet() const
CreateAccessPointRequest & AddTags(TagsT &&value)
AWS_EFS_API CreateAccessPointRequest()=default
bool RootDirectoryHasBeenSet() const
CreateAccessPointRequest & WithFileSystemId(FileSystemIdT &&value)
const RootDirectory & GetRootDirectory() const
const Aws::String & GetFileSystemId() const
void SetRootDirectory(RootDirectoryT &&value)
const Aws::Vector< Tag > & GetTags() const
bool ClientTokenHasBeenSet() const
const Aws::String & GetClientToken() const
CreateAccessPointRequest & WithClientToken(ClientTokenT &&value)
CreateAccessPointRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector