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 {
44 template <
typename SourcePathT = Aws::String>
46 m_sourcePathHasBeenSet =
true;
47 m_sourcePath = std::forward<SourcePathT>(value);
49 template <
typename SourcePathT = Aws::String>
62 template <
typename DestinationPathT = Aws::String>
64 m_destinationPathHasBeenSet =
true;
65 m_destinationPath = std::forward<DestinationPathT>(value);
67 template <
typename DestinationPathT = Aws::String>
82 m_permissionHasBeenSet =
true;
99 m_addGroupOwnerHasBeenSet =
true;
100 m_addGroupOwner = value;
114 bool m_addGroupOwner{
false};
115 bool m_sourcePathHasBeenSet =
false;
116 bool m_destinationPathHasBeenSet =
false;
117 bool m_permissionHasBeenSet =
false;
118 bool m_addGroupOwnerHasBeenSet =
false;
LambdaFilesystemPermission GetPermission() const
LambdaVolumeMount & WithPermission(LambdaFilesystemPermission value)
AWS_GREENGRASSV2_API LambdaVolumeMount()=default
AWS_GREENGRASSV2_API LambdaVolumeMount(Aws::Utils::Json::JsonView jsonValue)
LambdaVolumeMount & WithDestinationPath(DestinationPathT &&value)
void SetSourcePath(SourcePathT &&value)
void SetPermission(LambdaFilesystemPermission value)
void SetDestinationPath(DestinationPathT &&value)
bool PermissionHasBeenSet() const
void SetAddGroupOwner(bool value)
bool SourcePathHasBeenSet() const
AWS_GREENGRASSV2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSourcePath() const
const Aws::String & GetDestinationPath() const
bool DestinationPathHasBeenSet() const
bool GetAddGroupOwner() const
bool AddGroupOwnerHasBeenSet() const
AWS_GREENGRASSV2_API LambdaVolumeMount & operator=(Aws::Utils::Json::JsonView jsonValue)
LambdaVolumeMount & WithAddGroupOwner(bool value)
LambdaVolumeMount & WithSourcePath(SourcePathT &&value)
LambdaFilesystemPermission
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue