7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
9#include <aws/securityhub/model/AwsEfsAccessPointPosixUserDetails.h>
10#include <aws/securityhub/model/AwsEfsAccessPointRootDirectoryDetails.h>
43 template <
typename AccessPo
intIdT = Aws::String>
45 m_accessPointIdHasBeenSet =
true;
46 m_accessPointId = std::forward<AccessPointIdT>(value);
48 template <
typename AccessPo
intIdT = Aws::String>
61 template <
typename ArnT = Aws::String>
63 m_arnHasBeenSet =
true;
64 m_arn = std::forward<ArnT>(value);
66 template <
typename ArnT = Aws::String>
68 SetArn(std::forward<ArnT>(value));
80 template <
typename ClientTokenT = Aws::String>
82 m_clientTokenHasBeenSet =
true;
83 m_clientToken = std::forward<ClientTokenT>(value);
85 template <
typename ClientTokenT = Aws::String>
98 template <
typename FileSystemIdT = Aws::String>
100 m_fileSystemIdHasBeenSet =
true;
101 m_fileSystemId = std::forward<FileSystemIdT>(value);
103 template <
typename FileSystemIdT = Aws::String>
118 template <
typename PosixUserT = AwsEfsAccessPo
intPosixUserDetails>
120 m_posixUserHasBeenSet =
true;
121 m_posixUser = std::forward<PosixUserT>(value);
123 template <
typename PosixUserT = AwsEfsAccessPo
intPosixUserDetails>
137 template <
typename RootDirectoryT = AwsEfsAccessPo
intRootDirectoryDetails>
139 m_rootDirectoryHasBeenSet =
true;
140 m_rootDirectory = std::forward<RootDirectoryT>(value);
142 template <
typename RootDirectoryT = AwsEfsAccessPo
intRootDirectoryDetails>
160 bool m_accessPointIdHasBeenSet =
false;
161 bool m_arnHasBeenSet =
false;
162 bool m_clientTokenHasBeenSet =
false;
163 bool m_fileSystemIdHasBeenSet =
false;
164 bool m_posixUserHasBeenSet =
false;
165 bool m_rootDirectoryHasBeenSet =
false;
bool ArnHasBeenSet() const
const Aws::String & GetAccessPointId() const
bool ClientTokenHasBeenSet() const
void SetArn(ArnT &&value)
const Aws::String & GetFileSystemId() const
void SetRootDirectory(RootDirectoryT &&value)
void SetPosixUser(PosixUserT &&value)
AWS_SECURITYHUB_API AwsEfsAccessPointDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool AccessPointIdHasBeenSet() const
AwsEfsAccessPointDetails & WithArn(ArnT &&value)
const AwsEfsAccessPointRootDirectoryDetails & GetRootDirectory() const
bool FileSystemIdHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
AwsEfsAccessPointDetails & WithClientToken(ClientTokenT &&value)
const AwsEfsAccessPointPosixUserDetails & GetPosixUser() const
bool PosixUserHasBeenSet() const
AWS_SECURITYHUB_API AwsEfsAccessPointDetails(Aws::Utils::Json::JsonView jsonValue)
bool RootDirectoryHasBeenSet() const
AWS_SECURITYHUB_API AwsEfsAccessPointDetails()=default
void SetFileSystemId(FileSystemIdT &&value)
const Aws::String & GetClientToken() const
AwsEfsAccessPointDetails & WithAccessPointId(AccessPointIdT &&value)
AwsEfsAccessPointDetails & WithPosixUser(PosixUserT &&value)
AwsEfsAccessPointDetails & WithFileSystemId(FileSystemIdT &&value)
AwsEfsAccessPointDetails & WithRootDirectory(RootDirectoryT &&value)
const Aws::String & GetArn() const
void SetAccessPointId(AccessPointIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue