7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename UserIdT = Aws::String>
47 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
48 template<
typename UserIdT = Aws::String>
54 bool m_userIdHasBeenSet =
false;
bool UserIdHasBeenSet() const
AWS_DATAZONE_API OwnerUserPropertiesOutput()=default
const Aws::String & GetUserId() const
AWS_DATAZONE_API OwnerUserPropertiesOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API OwnerUserPropertiesOutput(Aws::Utils::Json::JsonView jsonValue)
OwnerUserPropertiesOutput & WithUserId(UserIdT &&value)
void SetUserId(UserIdT &&value)
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