/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides information about the directory on the Amazon EFS file system that
* the access point exposes as the root directory to NFS clients using the access
* point. See Also:
AWS
* API Reference
Specifies the POSIX IDs and permissions to apply to the access point's root * directory.
*/ inline const AwsEfsAccessPointRootDirectoryCreationInfoDetails& GetCreationInfo() const{ return m_creationInfo; } /** *Specifies the POSIX IDs and permissions to apply to the access point's root * directory.
*/ inline bool CreationInfoHasBeenSet() const { return m_creationInfoHasBeenSet; } /** *Specifies the POSIX IDs and permissions to apply to the access point's root * directory.
*/ inline void SetCreationInfo(const AwsEfsAccessPointRootDirectoryCreationInfoDetails& value) { m_creationInfoHasBeenSet = true; m_creationInfo = value; } /** *Specifies the POSIX IDs and permissions to apply to the access point's root * directory.
*/ inline void SetCreationInfo(AwsEfsAccessPointRootDirectoryCreationInfoDetails&& value) { m_creationInfoHasBeenSet = true; m_creationInfo = std::move(value); } /** *Specifies the POSIX IDs and permissions to apply to the access point's root * directory.
*/ inline AwsEfsAccessPointRootDirectoryDetails& WithCreationInfo(const AwsEfsAccessPointRootDirectoryCreationInfoDetails& value) { SetCreationInfo(value); return *this;} /** *Specifies the POSIX IDs and permissions to apply to the access point's root * directory.
*/ inline AwsEfsAccessPointRootDirectoryDetails& WithCreationInfo(AwsEfsAccessPointRootDirectoryCreationInfoDetails&& value) { SetCreationInfo(std::move(value)); return *this;} /** *Specifies the path on the Amazon EFS file system to expose as the root
* directory to NFS clients using the access point to access the EFS file system. A
* path can have up to four subdirectories. If the specified path does not exist,
* you are required to provide CreationInfo
.
Specifies the path on the Amazon EFS file system to expose as the root
* directory to NFS clients using the access point to access the EFS file system. A
* path can have up to four subdirectories. If the specified path does not exist,
* you are required to provide CreationInfo
.
Specifies the path on the Amazon EFS file system to expose as the root
* directory to NFS clients using the access point to access the EFS file system. A
* path can have up to four subdirectories. If the specified path does not exist,
* you are required to provide CreationInfo
.
Specifies the path on the Amazon EFS file system to expose as the root
* directory to NFS clients using the access point to access the EFS file system. A
* path can have up to four subdirectories. If the specified path does not exist,
* you are required to provide CreationInfo
.
Specifies the path on the Amazon EFS file system to expose as the root
* directory to NFS clients using the access point to access the EFS file system. A
* path can have up to four subdirectories. If the specified path does not exist,
* you are required to provide CreationInfo
.
Specifies the path on the Amazon EFS file system to expose as the root
* directory to NFS clients using the access point to access the EFS file system. A
* path can have up to four subdirectories. If the specified path does not exist,
* you are required to provide CreationInfo
.
Specifies the path on the Amazon EFS file system to expose as the root
* directory to NFS clients using the access point to access the EFS file system. A
* path can have up to four subdirectories. If the specified path does not exist,
* you are required to provide CreationInfo
.
Specifies the path on the Amazon EFS file system to expose as the root
* directory to NFS clients using the access point to access the EFS file system. A
* path can have up to four subdirectories. If the specified path does not exist,
* you are required to provide CreationInfo
.