7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/UserProfileDetails.h>
11#include <aws/datazone/model/UserProfileStatus.h>
12#include <aws/datazone/model/UserProfileType.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
39 template <
typename DomainIdT = Aws::String>
41 m_domainIdHasBeenSet =
true;
42 m_domainId = std::forward<DomainIdT>(value);
44 template <
typename DomainIdT = Aws::String>
56 template <
typename IdT = Aws::String>
58 m_idHasBeenSet =
true;
59 m_id = std::forward<IdT>(value);
61 template <
typename IdT = Aws::String>
63 SetId(std::forward<IdT>(value));
74 m_typeHasBeenSet =
true;
89 m_statusHasBeenSet =
true;
103 template <
typename DetailsT = UserProfileDetails>
105 m_detailsHasBeenSet =
true;
106 m_details = std::forward<DetailsT>(value);
108 template <
typename DetailsT = UserProfileDetails>
118 template <
typename RequestIdT = Aws::String>
120 m_requestIdHasBeenSet =
true;
121 m_requestId = std::forward<RequestIdT>(value);
123 template <
typename RequestIdT = Aws::String>
140 UserProfileDetails m_details;
144 bool m_domainIdHasBeenSet =
false;
145 bool m_idHasBeenSet =
false;
146 bool m_typeHasBeenSet =
false;
147 bool m_statusHasBeenSet =
false;
148 bool m_detailsHasBeenSet =
false;
149 bool m_requestIdHasBeenSet =
false;
CreateUserProfileResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_DATAZONE_API CreateUserProfileResult()=default
AWS_DATAZONE_API CreateUserProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const UserProfileDetails & GetDetails() const
CreateUserProfileResult & WithType(UserProfileType value)
const Aws::String & GetRequestId() const
UserProfileStatus GetStatus() const
void SetDetails(DetailsT &&value)
const Aws::String & GetDomainId() const
CreateUserProfileResult & WithStatus(UserProfileStatus value)
void SetStatus(UserProfileStatus value)
void SetDomainId(DomainIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_DATAZONE_API CreateUserProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetType(UserProfileType value)
UserProfileType GetType() const
const Aws::String & GetId() const
CreateUserProfileResult & WithDetails(DetailsT &&value)
CreateUserProfileResult & WithId(IdT &&value)
CreateUserProfileResult & WithDomainId(DomainIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue