7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/UserProfileDetails.h>
10#include <aws/datazone/model/UserProfileStatus.h>
11#include <aws/datazone/model/UserProfileType.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename DomainIdT = Aws::String>
40 m_domainIdHasBeenSet =
true;
41 m_domainId = std::forward<DomainIdT>(value);
43 template <
typename DomainIdT = Aws::String>
55 template <
typename IdT = Aws::String>
57 m_idHasBeenSet =
true;
58 m_id = std::forward<IdT>(value);
60 template <
typename IdT = Aws::String>
62 SetId(std::forward<IdT>(value));
73 m_typeHasBeenSet =
true;
88 m_statusHasBeenSet =
true;
102 template <
typename DetailsT = UserProfileDetails>
104 m_detailsHasBeenSet =
true;
105 m_details = std::forward<DetailsT>(value);
107 template <
typename DetailsT = UserProfileDetails>
117 template <
typename RequestIdT = Aws::String>
119 m_requestIdHasBeenSet =
true;
120 m_requestId = std::forward<RequestIdT>(value);
122 template <
typename RequestIdT = Aws::String>
137 UserProfileDetails m_details;
140 bool m_domainIdHasBeenSet =
false;
141 bool m_idHasBeenSet =
false;
142 bool m_typeHasBeenSet =
false;
143 bool m_statusHasBeenSet =
false;
144 bool m_detailsHasBeenSet =
false;
145 bool m_requestIdHasBeenSet =
false;
CreateUserProfileResult & WithRequestId(RequestIdT &&value)
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