7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrass/model/GroupOwnerSetting.h>
47 template<
typename DestinationPathT = Aws::String>
48 void SetDestinationPath(DestinationPathT&& value) { m_destinationPathHasBeenSet =
true; m_destinationPath = std::forward<DestinationPathT>(value); }
49 template<
typename DestinationPathT = Aws::String>
60 template<
typename GroupOwnerSettingT = GroupOwnerSetting>
61 void SetGroupOwnerSetting(GroupOwnerSettingT&& value) { m_groupOwnerSettingHasBeenSet =
true; m_groupOwnerSetting = std::forward<GroupOwnerSettingT>(value); }
62 template<
typename GroupOwnerSettingT = GroupOwnerSetting>
73 template<
typename SourcePathT = Aws::String>
74 void SetSourcePath(SourcePathT&& value) { m_sourcePathHasBeenSet =
true; m_sourcePath = std::forward<SourcePathT>(value); }
75 template<
typename SourcePathT = Aws::String>
81 bool m_destinationPathHasBeenSet =
false;
84 bool m_groupOwnerSettingHasBeenSet =
false;
87 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