7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
43 m_autoAddGroupOwnerHasBeenSet =
true;
44 m_autoAddGroupOwner = value;
59 template <
typename GroupOwnerT = Aws::String>
61 m_groupOwnerHasBeenSet =
true;
62 m_groupOwner = std::forward<GroupOwnerT>(value);
64 template <
typename GroupOwnerT = Aws::String>
71 bool m_autoAddGroupOwner{
false};
74 bool m_autoAddGroupOwnerHasBeenSet =
false;
75 bool m_groupOwnerHasBeenSet =
false;
bool AutoAddGroupOwnerHasBeenSet() const
bool GetAutoAddGroupOwner() const
AWS_GREENGRASS_API GroupOwnerSetting(Aws::Utils::Json::JsonView jsonValue)
AWS_GREENGRASS_API GroupOwnerSetting & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGroupOwner(GroupOwnerT &&value)
void SetAutoAddGroupOwner(bool value)
GroupOwnerSetting & WithAutoAddGroupOwner(bool value)
GroupOwnerSetting & WithGroupOwner(GroupOwnerT &&value)
bool GroupOwnerHasBeenSet() const
AWS_GREENGRASS_API GroupOwnerSetting()=default
const Aws::String & GetGroupOwner() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue