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; }
59 template<
typename GroupOwnerT = Aws::String>
60 void SetGroupOwner(GroupOwnerT&& value) { m_groupOwnerHasBeenSet =
true; m_groupOwner = std::forward<GroupOwnerT>(value); }
61 template<
typename GroupOwnerT = Aws::String>
66 bool m_autoAddGroupOwner{
false};
67 bool m_autoAddGroupOwnerHasBeenSet =
false;
70 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