7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
9#include <aws/greengrass/model/GroupOwnerSetting.h>
41 template <
typename DestinationPathT = Aws::String>
43 m_destinationPathHasBeenSet =
true;
44 m_destinationPath = std::forward<DestinationPathT>(value);
46 template <
typename DestinationPathT = Aws::String>
60 template <
typename GroupOwnerSettingT = GroupOwnerSetting>
62 m_groupOwnerSettingHasBeenSet =
true;
63 m_groupOwnerSetting = std::forward<GroupOwnerSettingT>(value);
65 template <
typename GroupOwnerSettingT = GroupOwnerSetting>
79 template <
typename SourcePathT = Aws::String>
81 m_sourcePathHasBeenSet =
true;
82 m_sourcePath = std::forward<SourcePathT>(value);
84 template <
typename SourcePathT = Aws::String>
96 bool m_destinationPathHasBeenSet =
false;
97 bool m_groupOwnerSettingHasBeenSet =
false;
98 bool m_sourcePathHasBeenSet =
false;
bool DestinationPathHasBeenSet() const
AWS_GREENGRASS_API LocalVolumeResourceData(Aws::Utils::Json::JsonView jsonValue)
bool SourcePathHasBeenSet() const
LocalVolumeResourceData & WithSourcePath(SourcePathT &&value)
void SetDestinationPath(DestinationPathT &&value)
const Aws::String & GetSourcePath() const
AWS_GREENGRASS_API LocalVolumeResourceData()=default
AWS_GREENGRASS_API LocalVolumeResourceData & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
LocalVolumeResourceData & WithGroupOwnerSetting(GroupOwnerSettingT &&value)
const GroupOwnerSetting & GetGroupOwnerSetting() const
const Aws::String & GetDestinationPath() const
LocalVolumeResourceData & WithDestinationPath(DestinationPathT &&value)
bool GroupOwnerSettingHasBeenSet() const
void SetGroupOwnerSetting(GroupOwnerSettingT &&value)
void SetSourcePath(SourcePathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue