7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
9#include <aws/greengrassv2/model/LambdaFilesystemPermission.h>
20namespace GreengrassV2 {
42 template <
typename PathT = Aws::String>
44 m_pathHasBeenSet =
true;
45 m_path = std::forward<PathT>(value);
47 template <
typename PathT = Aws::String>
49 SetPath(std::forward<PathT>(value));
62 m_permissionHasBeenSet =
true;
79 m_addGroupOwnerHasBeenSet =
true;
80 m_addGroupOwner = value;
92 bool m_addGroupOwner{
false};
93 bool m_pathHasBeenSet =
false;
94 bool m_permissionHasBeenSet =
false;
95 bool m_addGroupOwnerHasBeenSet =
false;
LambdaFilesystemPermission GetPermission() const
void SetPath(PathT &&value)
bool PermissionHasBeenSet() const
LambdaDeviceMount & WithAddGroupOwner(bool value)
AWS_GREENGRASSV2_API LambdaDeviceMount(Aws::Utils::Json::JsonView jsonValue)
void SetPermission(LambdaFilesystemPermission value)
bool PathHasBeenSet() const
void SetAddGroupOwner(bool value)
bool GetAddGroupOwner() const
bool AddGroupOwnerHasBeenSet() const
AWS_GREENGRASSV2_API LambdaDeviceMount & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPath() const
AWS_GREENGRASSV2_API Aws::Utils::Json::JsonValue Jsonize() const
LambdaDeviceMount & WithPermission(LambdaFilesystemPermission value)
AWS_GREENGRASSV2_API LambdaDeviceMount()=default
LambdaDeviceMount & WithPath(PathT &&value)
LambdaFilesystemPermission
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue