7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/User.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename UserT = User>
37 m_userHasBeenSet =
true;
38 m_user = std::forward<UserT>(value);
40 template <
typename UserT = User>
42 SetUser(std::forward<UserT>(value));
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
68 m_statusHasBeenSet =
true;
82 bool m_userHasBeenSet =
false;
83 bool m_requestIdHasBeenSet =
false;
84 bool m_statusHasBeenSet =
false;
UpdateUserResult & WithRequestId(RequestIdT &&value)
void SetUser(UserT &&value)
void SetStatus(int value)
const User & GetUser() const
AWS_QUICKSIGHT_API UpdateUserResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API UpdateUserResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
UpdateUserResult & WithUser(UserT &&value)
AWS_QUICKSIGHT_API UpdateUserResult()=default
UpdateUserResult & WithStatus(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue