7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrass/model/Permission.h>
49 template<
typename GroupOwnerT = Aws::String>
50 void SetGroupOwner(GroupOwnerT&& value) { m_groupOwnerHasBeenSet =
true; m_groupOwner = std::forward<GroupOwnerT>(value); }
51 template<
typename GroupOwnerT = Aws::String>
68 bool m_groupOwnerHasBeenSet =
false;
71 bool m_groupPermissionHasBeenSet =
false;
const Aws::String & GetGroupOwner() const
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GREENGRASS_API ResourceDownloadOwnerSetting()=default
Permission GetGroupPermission() const
void SetGroupOwner(GroupOwnerT &&value)
void SetGroupPermission(Permission value)
ResourceDownloadOwnerSetting & WithGroupOwner(GroupOwnerT &&value)
bool GroupOwnerHasBeenSet() const
ResourceDownloadOwnerSetting & WithGroupPermission(Permission value)
AWS_GREENGRASS_API ResourceDownloadOwnerSetting(Aws::Utils::Json::JsonView jsonValue)
bool GroupPermissionHasBeenSet() const
AWS_GREENGRASS_API ResourceDownloadOwnerSetting & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue