7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetAutoAddGroupOwner(
bool value) { m_autoAddGroupOwnerHasBeenSet =
true; m_autoAddGroupOwner = value; }
61 inline void SetGroupOwner(
const char* value) { m_groupOwnerHasBeenSet =
true; m_groupOwner.assign(value); }
68 bool m_autoAddGroupOwner;
69 bool m_autoAddGroupOwnerHasBeenSet =
false;
72 bool m_groupOwnerHasBeenSet =
false;
GroupOwnerSetting & WithGroupOwner(const Aws::String &value)
void SetGroupOwner(const Aws::String &value)
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)
void SetGroupOwner(const char *value)
AWS_GREENGRASS_API GroupOwnerSetting()
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAutoAddGroupOwner(bool value)
GroupOwnerSetting & WithGroupOwner(const char *value)
GroupOwnerSetting & WithAutoAddGroupOwner(bool value)
void SetGroupOwner(Aws::String &&value)
GroupOwnerSetting & WithGroupOwner(Aws::String &&value)
bool GroupOwnerHasBeenSet() const
const Aws::String & GetGroupOwner() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue