7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename UserIdentifierT = Aws::String>
47 void SetUserIdentifier(UserIdentifierT&& value) { m_userIdentifierHasBeenSet =
true; m_userIdentifier = std::forward<UserIdentifierT>(value); }
48 template<
typename UserIdentifierT = Aws::String>
54 bool m_userIdentifierHasBeenSet =
false;
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API OwnerUserProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUserIdentifier() const
bool UserIdentifierHasBeenSet() const
AWS_DATAZONE_API OwnerUserProperties()=default
AWS_DATAZONE_API OwnerUserProperties(Aws::Utils::Json::JsonView jsonValue)
void SetUserIdentifier(UserIdentifierT &&value)
OwnerUserProperties & WithUserIdentifier(UserIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue