AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateAccountSettingsResult.h
1
6#pragma once
7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/model/DeletionProtectionSettings.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 AppConfig
25{
26namespace Model
27{
29 {
30 public:
31 AWS_APPCONFIG_API UpdateAccountSettingsResult();
34
35
37
46 inline const DeletionProtectionSettings& GetDeletionProtection() const{ return m_deletionProtection; }
47 inline void SetDeletionProtection(const DeletionProtectionSettings& value) { m_deletionProtection = value; }
48 inline void SetDeletionProtection(DeletionProtectionSettings&& value) { m_deletionProtection = std::move(value); }
52
54
55 inline const Aws::String& GetRequestId() const{ return m_requestId; }
56 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
57 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
58 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
59 inline UpdateAccountSettingsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
60 inline UpdateAccountSettingsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
61 inline UpdateAccountSettingsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
63 private:
64
65 DeletionProtectionSettings m_deletionProtection;
66
67 Aws::String m_requestId;
68 };
69
70} // namespace Model
71} // namespace AppConfig
72} // namespace Aws
AWS_APPCONFIG_API UpdateAccountSettingsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateAccountSettingsResult & WithRequestId(Aws::String &&value)
const DeletionProtectionSettings & GetDeletionProtection() const
UpdateAccountSettingsResult & WithRequestId(const char *value)
void SetDeletionProtection(const DeletionProtectionSettings &value)
void SetDeletionProtection(DeletionProtectionSettings &&value)
AWS_APPCONFIG_API UpdateAccountSettingsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateAccountSettingsResult & WithDeletionProtection(DeletionProtectionSettings &&value)
UpdateAccountSettingsResult & WithDeletionProtection(const DeletionProtectionSettings &value)
UpdateAccountSettingsResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue