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>
58 template<
typename UserIdentifierT = Aws::String>
59 void SetUserIdentifier(UserIdentifierT&& value) { m_userIdentifierHasBeenSet =
true; m_userIdentifier = std::forward<UserIdentifierT>(value); }
60 template<
typename UserIdentifierT = Aws::String>
66 bool m_groupIdentifierHasBeenSet =
false;
69 bool m_userIdentifierHasBeenSet =
false;
const Aws::String & GetGroupIdentifier() const
Member & WithGroupIdentifier(GroupIdentifierT &&value)
AWS_DATAZONE_API Member(Aws::Utils::Json::JsonView jsonValue)
Member & WithUserIdentifier(UserIdentifierT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool UserIdentifierHasBeenSet() const
const Aws::String & GetUserIdentifier() const
bool GroupIdentifierHasBeenSet() const
void SetUserIdentifier(UserIdentifierT &&value)
AWS_DATAZONE_API Member()=default
AWS_DATAZONE_API Member & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetGroupIdentifier(GroupIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue