AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RestoreFromRecoveryPointResult.h
1
6#pragma once
7#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
8#include <aws/redshift-serverless/model/Namespace.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 RedshiftServerless
25{
26namespace Model
27{
29 {
30 public:
31 AWS_REDSHIFTSERVERLESS_API RestoreFromRecoveryPointResult();
34
35
37
40 inline const Namespace& GetNamespace() const{ return m_namespace; }
41 inline void SetNamespace(const Namespace& value) { m_namespace = value; }
42 inline void SetNamespace(Namespace&& value) { m_namespace = std::move(value); }
43 inline RestoreFromRecoveryPointResult& WithNamespace(const Namespace& value) { SetNamespace(value); return *this;}
44 inline RestoreFromRecoveryPointResult& WithNamespace(Namespace&& value) { SetNamespace(std::move(value)); return *this;}
46
48
51 inline const Aws::String& GetRecoveryPointId() const{ return m_recoveryPointId; }
52 inline void SetRecoveryPointId(const Aws::String& value) { m_recoveryPointId = value; }
53 inline void SetRecoveryPointId(Aws::String&& value) { m_recoveryPointId = std::move(value); }
54 inline void SetRecoveryPointId(const char* value) { m_recoveryPointId.assign(value); }
56 inline RestoreFromRecoveryPointResult& WithRecoveryPointId(Aws::String&& value) { SetRecoveryPointId(std::move(value)); return *this;}
57 inline RestoreFromRecoveryPointResult& WithRecoveryPointId(const char* value) { SetRecoveryPointId(value); return *this;}
59
61
62 inline const Aws::String& GetRequestId() const{ return m_requestId; }
63 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
64 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
65 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
66 inline RestoreFromRecoveryPointResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
67 inline RestoreFromRecoveryPointResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
68 inline RestoreFromRecoveryPointResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
70 private:
71
72 Namespace m_namespace;
73
74 Aws::String m_recoveryPointId;
75
76 Aws::String m_requestId;
77 };
78
79} // namespace Model
80} // namespace RedshiftServerless
81} // namespace Aws
RestoreFromRecoveryPointResult & WithNamespace(const Namespace &value)
AWS_REDSHIFTSERVERLESS_API RestoreFromRecoveryPointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RestoreFromRecoveryPointResult & WithRequestId(const Aws::String &value)
RestoreFromRecoveryPointResult & WithNamespace(Namespace &&value)
RestoreFromRecoveryPointResult & WithRequestId(const char *value)
AWS_REDSHIFTSERVERLESS_API RestoreFromRecoveryPointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RestoreFromRecoveryPointResult & WithRecoveryPointId(const char *value)
RestoreFromRecoveryPointResult & WithRequestId(Aws::String &&value)
RestoreFromRecoveryPointResult & WithRecoveryPointId(Aws::String &&value)
RestoreFromRecoveryPointResult & WithRecoveryPointId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue