7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/UserProfileDetails.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/UserProfileStatus.h>
11#include <aws/datazone/model/UserProfileType.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
41 template<
typename DetailsT = UserProfileDetails>
42 void SetDetails(DetailsT&& value) { m_detailsHasBeenSet =
true; m_details = std::forward<DetailsT>(value); }
43 template<
typename DetailsT = UserProfileDetails>
53 template<
typename DomainIdT = Aws::String>
54 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
55 template<
typename DomainIdT = Aws::String>
64 template<
typename IdT = Aws::String>
65 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
66 template<
typename IdT = Aws::String>
91 template<
typename RequestIdT = Aws::String>
92 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
93 template<
typename RequestIdT = Aws::String>
99 bool m_detailsHasBeenSet =
false;
102 bool m_domainIdHasBeenSet =
false;
105 bool m_idHasBeenSet =
false;
108 bool m_statusHasBeenSet =
false;
111 bool m_typeHasBeenSet =
false;
114 bool m_requestIdHasBeenSet =
false;
UserProfileType GetType() const
void SetType(UserProfileType value)
AWS_DATAZONE_API UpdateUserProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(UserProfileStatus value)
UpdateUserProfileResult & WithDomainId(DomainIdT &&value)
AWS_DATAZONE_API UpdateUserProfileResult()=default
UserProfileStatus GetStatus() const
const Aws::String & GetId() const
AWS_DATAZONE_API UpdateUserProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDetails(DetailsT &&value)
UpdateUserProfileResult & WithId(IdT &&value)
const UserProfileDetails & GetDetails() const
void SetDomainId(DomainIdT &&value)
void SetRequestId(RequestIdT &&value)
UpdateUserProfileResult & WithType(UserProfileType value)
UpdateUserProfileResult & WithDetails(DetailsT &&value)
UpdateUserProfileResult & WithStatus(UserProfileStatus value)
const Aws::String & GetRequestId() const
const Aws::String & GetDomainId() const
UpdateUserProfileResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue