AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
DeleteUserResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight {
22namespace Model {
24 public:
25 AWS_QUICKSIGHT_API DeleteUserResult() = default;
28
30
31 inline const Aws::String& GetRequestId() const { return m_requestId; }
32 template <typename RequestIdT = Aws::String>
33 void SetRequestId(RequestIdT&& value) {
34 m_requestIdHasBeenSet = true;
35 m_requestId = std::forward<RequestIdT>(value);
36 }
37 template <typename RequestIdT = Aws::String>
38 DeleteUserResult& WithRequestId(RequestIdT&& value) {
39 SetRequestId(std::forward<RequestIdT>(value));
40 return *this;
41 }
43
45
48 inline int GetStatus() const { return m_status; }
49 inline void SetStatus(int value) {
50 m_statusHasBeenSet = true;
51 m_status = value;
52 }
53 inline DeleteUserResult& WithStatus(int value) {
54 SetStatus(value);
55 return *this;
56 }
58 private:
59 Aws::String m_requestId;
60
61 int m_status{0};
62 bool m_requestIdHasBeenSet = false;
63 bool m_statusHasBeenSet = false;
64};
65
66} // namespace Model
67} // namespace QuickSight
68} // namespace Aws
AWS_QUICKSIGHT_API DeleteUserResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API DeleteUserResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
DeleteUserResult & WithStatus(int value)
AWS_QUICKSIGHT_API DeleteUserResult()=default
DeleteUserResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue