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