AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateIpRestrictionResult.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace QuickSight
24{
25namespace Model
26{
28 {
29 public:
30 AWS_QUICKSIGHT_API UpdateIpRestrictionResult();
33
34
36
39 inline const Aws::String& GetAwsAccountId() const{ return m_awsAccountId; }
40 inline void SetAwsAccountId(const Aws::String& value) { m_awsAccountId = value; }
41 inline void SetAwsAccountId(Aws::String&& value) { m_awsAccountId = std::move(value); }
42 inline void SetAwsAccountId(const char* value) { m_awsAccountId.assign(value); }
43 inline UpdateIpRestrictionResult& WithAwsAccountId(const Aws::String& value) { SetAwsAccountId(value); return *this;}
44 inline UpdateIpRestrictionResult& WithAwsAccountId(Aws::String&& value) { SetAwsAccountId(std::move(value)); return *this;}
45 inline UpdateIpRestrictionResult& WithAwsAccountId(const char* value) { SetAwsAccountId(value); return *this;}
47
49
50 inline const Aws::String& GetRequestId() const{ return m_requestId; }
51 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
52 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
53 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
54 inline UpdateIpRestrictionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
55 inline UpdateIpRestrictionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
56 inline UpdateIpRestrictionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
58
60
63 inline int GetStatus() const{ return m_status; }
64 inline void SetStatus(int value) { m_status = value; }
65 inline UpdateIpRestrictionResult& WithStatus(int value) { SetStatus(value); return *this;}
67 private:
68
69 Aws::String m_awsAccountId;
70
71 Aws::String m_requestId;
72
73 int m_status;
74 };
75
76} // namespace Model
77} // namespace QuickSight
78} // namespace Aws
UpdateIpRestrictionResult & WithRequestId(const Aws::String &value)
UpdateIpRestrictionResult & WithRequestId(const char *value)
AWS_QUICKSIGHT_API UpdateIpRestrictionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateIpRestrictionResult & WithAwsAccountId(const char *value)
UpdateIpRestrictionResult & WithAwsAccountId(Aws::String &&value)
UpdateIpRestrictionResult & WithAwsAccountId(const Aws::String &value)
UpdateIpRestrictionResult & WithRequestId(Aws::String &&value)
AWS_QUICKSIGHT_API UpdateIpRestrictionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue