7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/cognito-idp/model/UserType.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CognitoIdentityProvider {
42 template <
typename UserT = UserType>
44 m_userHasBeenSet =
true;
45 m_user = std::forward<UserT>(value);
47 template <
typename UserT = UserType>
49 SetUser(std::forward<UserT>(value));
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
75 bool m_userHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
false;
const UserType & GetUser() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetUser(UserT &&value)
AdminCreateUserResult & WithUser(UserT &&value)
AWS_COGNITOIDENTITYPROVIDER_API AdminCreateUserResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COGNITOIDENTITYPROVIDER_API AdminCreateUserResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API AdminCreateUserResult()=default
AdminCreateUserResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue