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 GroupOwnerSettingT = GroupOwnerSetting>
43 m_groupOwnerSettingHasBeenSet =
true;
44 m_groupOwnerSetting = std::forward<GroupOwnerSettingT>(value);
46 template <
typename GroupOwnerSettingT = GroupOwnerSetting>
60 template <
typename SourcePathT = Aws::String>
62 m_sourcePathHasBeenSet =
true;
63 m_sourcePath = std::forward<SourcePathT>(value);
65 template <
typename SourcePathT = Aws::String>
75 bool m_groupOwnerSettingHasBeenSet =
false;
76 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