7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/greengrass/model/GroupOwnerSetting.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename GroupOwnerSettingT = GroupOwnerSetting>
48 void SetGroupOwnerSetting(GroupOwnerSettingT&& value) { m_groupOwnerSettingHasBeenSet =
true; m_groupOwnerSetting = std::forward<GroupOwnerSettingT>(value); }
49 template<
typename GroupOwnerSettingT = GroupOwnerSetting>
60 template<
typename SourcePathT = Aws::String>
61 void SetSourcePath(SourcePathT&& value) { m_sourcePathHasBeenSet =
true; m_sourcePath = std::forward<SourcePathT>(value); }
62 template<
typename SourcePathT = Aws::String>
68 bool m_groupOwnerSettingHasBeenSet =
false;
71 bool m_sourcePathHasBeenSet =
false;
AWS_GREENGRASS_API LocalDeviceResourceData(Aws::Utils::Json::JsonView jsonValue)
void SetSourcePath(SourcePathT &&value)
LocalDeviceResourceData & WithGroupOwnerSetting(GroupOwnerSettingT &&value)
const GroupOwnerSetting & GetGroupOwnerSetting() const
bool GroupOwnerSettingHasBeenSet() const
LocalDeviceResourceData & WithSourcePath(SourcePathT &&value)
void SetGroupOwnerSetting(GroupOwnerSettingT &&value)
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GREENGRASS_API LocalDeviceResourceData()=default
AWS_GREENGRASS_API LocalDeviceResourceData & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SourcePathHasBeenSet() const
const Aws::String & GetSourcePath() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue