7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/AllUsersGrantFilter.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AllUsersGrantFilterT = AllUsersGrantFilter>
48 void SetAllUsersGrantFilter(AllUsersGrantFilterT&& value) { m_allUsersGrantFilterHasBeenSet =
true; m_allUsersGrantFilter = std::forward<AllUsersGrantFilterT>(value); }
49 template<
typename AllUsersGrantFilterT = AllUsersGrantFilter>
59 template<
typename UserIdentifierT = Aws::String>
60 void SetUserIdentifier(UserIdentifierT&& value) { m_userIdentifierHasBeenSet =
true; m_userIdentifier = std::forward<UserIdentifierT>(value); }
61 template<
typename UserIdentifierT = Aws::String>
67 bool m_allUsersGrantFilterHasBeenSet =
false;
70 bool m_userIdentifierHasBeenSet =
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