AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeOrganizationConfigurationResult.h
1
6#pragma once
7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/inspector2/model/AutoEnable.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace Inspector2
25{
26namespace Model
27{
29 {
30 public:
34
35
37
41 inline const AutoEnable& GetAutoEnable() const{ return m_autoEnable; }
42 inline void SetAutoEnable(const AutoEnable& value) { m_autoEnable = value; }
43 inline void SetAutoEnable(AutoEnable&& value) { m_autoEnable = std::move(value); }
45 inline DescribeOrganizationConfigurationResult& WithAutoEnable(AutoEnable&& value) { SetAutoEnable(std::move(value)); return *this;}
47
49
53 inline bool GetMaxAccountLimitReached() const{ return m_maxAccountLimitReached; }
54 inline void SetMaxAccountLimitReached(bool value) { m_maxAccountLimitReached = value; }
57
59
60 inline const Aws::String& GetRequestId() const{ return m_requestId; }
61 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
62 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
63 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
65 inline DescribeOrganizationConfigurationResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
66 inline DescribeOrganizationConfigurationResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
68 private:
69
70 AutoEnable m_autoEnable;
71
72 bool m_maxAccountLimitReached;
73
74 Aws::String m_requestId;
75 };
76
77} // namespace Model
78} // namespace Inspector2
79} // namespace Aws
DescribeOrganizationConfigurationResult & WithMaxAccountLimitReached(bool value)
DescribeOrganizationConfigurationResult & WithRequestId(const char *value)
DescribeOrganizationConfigurationResult & WithAutoEnable(const AutoEnable &value)
AWS_INSPECTOR2_API DescribeOrganizationConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeOrganizationConfigurationResult & WithRequestId(Aws::String &&value)
AWS_INSPECTOR2_API DescribeOrganizationConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeOrganizationConfigurationResult & WithAutoEnable(AutoEnable &&value)
DescribeOrganizationConfigurationResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue