7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/AwsEfsAccessPointPosixUserDetails.h>
10#include <aws/securityhub/model/AwsEfsAccessPointRootDirectoryDetails.h>
49 template<
typename AccessPo
intIdT = Aws::String>
50 void SetAccessPointId(AccessPointIdT&& value) { m_accessPointIdHasBeenSet =
true; m_accessPointId = std::forward<AccessPointIdT>(value); }
51 template<
typename AccessPo
intIdT = Aws::String>
61 template<
typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
63 template<
typename ArnT = Aws::String>
74 template<
typename ClientTokenT = Aws::String>
75 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
76 template<
typename ClientTokenT = Aws::String>
86 template<
typename FileSystemIdT = Aws::String>
87 void SetFileSystemId(FileSystemIdT&& value) { m_fileSystemIdHasBeenSet =
true; m_fileSystemId = std::forward<FileSystemIdT>(value); }
88 template<
typename FileSystemIdT = Aws::String>
100 template<
typename PosixUserT = AwsEfsAccessPo
intPosixUserDetails>
101 void SetPosixUser(PosixUserT&& value) { m_posixUserHasBeenSet =
true; m_posixUser = std::forward<PosixUserT>(value); }
102 template<
typename PosixUserT = AwsEfsAccessPo
intPosixUserDetails>
113 template<
typename RootDirectoryT = AwsEfsAccessPo
intRootDirectoryDetails>
114 void SetRootDirectory(RootDirectoryT&& value) { m_rootDirectoryHasBeenSet =
true; m_rootDirectory = std::forward<RootDirectoryT>(value); }
115 template<
typename RootDirectoryT = AwsEfsAccessPo
intRootDirectoryDetails>
121 bool m_accessPointIdHasBeenSet =
false;
124 bool m_arnHasBeenSet =
false;
127 bool m_clientTokenHasBeenSet =
false;
130 bool m_fileSystemIdHasBeenSet =
false;
133 bool m_posixUserHasBeenSet =
false;
136 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