7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/AllUsersGrantFilter.h>
41 template <
typename UserIdentifierT = Aws::String>
43 m_userIdentifierHasBeenSet =
true;
44 m_userIdentifier = std::forward<UserIdentifierT>(value);
46 template <
typename UserIdentifierT = Aws::String>
59 template <
typename AllUsersGrantFilterT = AllUsersGrantFilter>
61 m_allUsersGrantFilterHasBeenSet =
true;
62 m_allUsersGrantFilter = std::forward<AllUsersGrantFilterT>(value);
64 template <
typename AllUsersGrantFilterT = AllUsersGrantFilter>
74 bool m_userIdentifierHasBeenSet =
false;
75 bool m_allUsersGrantFilterHasBeenSet =
false;
AWS_DATAZONE_API UserPolicyGrantPrincipal(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUserIdentifier() const
const AllUsersGrantFilter & GetAllUsersGrantFilter() const
bool AllUsersGrantFilterHasBeenSet() const
UserPolicyGrantPrincipal & WithUserIdentifier(UserIdentifierT &&value)
void SetUserIdentifier(UserIdentifierT &&value)
AWS_DATAZONE_API UserPolicyGrantPrincipal()=default
bool UserIdentifierHasBeenSet() const
UserPolicyGrantPrincipal & WithAllUsersGrantFilter(AllUsersGrantFilterT &&value)
void SetAllUsersGrantFilter(AllUsersGrantFilterT &&value)
AWS_DATAZONE_API UserPolicyGrantPrincipal & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue