7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename GroupIdentifierT = Aws::String>
47 void SetGroupIdentifier(GroupIdentifierT&& value) { m_groupIdentifierHasBeenSet =
true; m_groupIdentifier = std::forward<GroupIdentifierT>(value); }
48 template<
typename GroupIdentifierT = Aws::String>
54 bool m_groupIdentifierHasBeenSet =
false;
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API OwnerGroupProperties()=default
AWS_DATAZONE_API OwnerGroupProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetGroupIdentifier(GroupIdentifierT &&value)
AWS_DATAZONE_API OwnerGroupProperties(Aws::Utils::Json::JsonView jsonValue)
OwnerGroupProperties & WithGroupIdentifier(GroupIdentifierT &&value)
const Aws::String & GetGroupIdentifier() const
bool GroupIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue