7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrassv2/model/LambdaFilesystemPermission.h>
48 template<
typename PathT = Aws::String>
49 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
50 template<
typename PathT = Aws::String>
72 inline void SetAddGroupOwner(
bool value) { m_addGroupOwnerHasBeenSet =
true; m_addGroupOwner = value; }
78 bool m_pathHasBeenSet =
false;
81 bool m_permissionHasBeenSet =
false;
83 bool m_addGroupOwner{
false};
84 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