7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrassv2/model/LambdaFilesystemPermission.h>
50 template<
typename SourcePathT = Aws::String>
51 void SetSourcePath(SourcePathT&& value) { m_sourcePathHasBeenSet =
true; m_sourcePath = std::forward<SourcePathT>(value); }
52 template<
typename SourcePathT = Aws::String>
62 template<
typename DestinationPathT = Aws::String>
63 void SetDestinationPath(DestinationPathT&& value) { m_destinationPathHasBeenSet =
true; m_destinationPath = std::forward<DestinationPathT>(value); }
64 template<
typename DestinationPathT = Aws::String>
86 inline void SetAddGroupOwner(
bool value) { m_addGroupOwnerHasBeenSet =
true; m_addGroupOwner = value; }
92 bool m_sourcePathHasBeenSet =
false;
95 bool m_destinationPathHasBeenSet =
false;
98 bool m_permissionHasBeenSet =
false;
100 bool m_addGroupOwner{
false};
101 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