AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteBackupPlanResult.h
1
6#pragma once
7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.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 Backup
25{
26namespace Model
27{
29 {
30 public:
31 AWS_BACKUP_API DeleteBackupPlanResult();
34
35
37
40 inline const Aws::String& GetBackupPlanId() const{ return m_backupPlanId; }
41 inline void SetBackupPlanId(const Aws::String& value) { m_backupPlanId = value; }
42 inline void SetBackupPlanId(Aws::String&& value) { m_backupPlanId = std::move(value); }
43 inline void SetBackupPlanId(const char* value) { m_backupPlanId.assign(value); }
44 inline DeleteBackupPlanResult& WithBackupPlanId(const Aws::String& value) { SetBackupPlanId(value); return *this;}
45 inline DeleteBackupPlanResult& WithBackupPlanId(Aws::String&& value) { SetBackupPlanId(std::move(value)); return *this;}
46 inline DeleteBackupPlanResult& WithBackupPlanId(const char* value) { SetBackupPlanId(value); return *this;}
48
50
55 inline const Aws::String& GetBackupPlanArn() const{ return m_backupPlanArn; }
56 inline void SetBackupPlanArn(const Aws::String& value) { m_backupPlanArn = value; }
57 inline void SetBackupPlanArn(Aws::String&& value) { m_backupPlanArn = std::move(value); }
58 inline void SetBackupPlanArn(const char* value) { m_backupPlanArn.assign(value); }
59 inline DeleteBackupPlanResult& WithBackupPlanArn(const Aws::String& value) { SetBackupPlanArn(value); return *this;}
60 inline DeleteBackupPlanResult& WithBackupPlanArn(Aws::String&& value) { SetBackupPlanArn(std::move(value)); return *this;}
61 inline DeleteBackupPlanResult& WithBackupPlanArn(const char* value) { SetBackupPlanArn(value); return *this;}
63
65
71 inline const Aws::Utils::DateTime& GetDeletionDate() const{ return m_deletionDate; }
72 inline void SetDeletionDate(const Aws::Utils::DateTime& value) { m_deletionDate = value; }
73 inline void SetDeletionDate(Aws::Utils::DateTime&& value) { m_deletionDate = std::move(value); }
74 inline DeleteBackupPlanResult& WithDeletionDate(const Aws::Utils::DateTime& value) { SetDeletionDate(value); return *this;}
75 inline DeleteBackupPlanResult& WithDeletionDate(Aws::Utils::DateTime&& value) { SetDeletionDate(std::move(value)); return *this;}
77
79
83 inline const Aws::String& GetVersionId() const{ return m_versionId; }
84 inline void SetVersionId(const Aws::String& value) { m_versionId = value; }
85 inline void SetVersionId(Aws::String&& value) { m_versionId = std::move(value); }
86 inline void SetVersionId(const char* value) { m_versionId.assign(value); }
87 inline DeleteBackupPlanResult& WithVersionId(const Aws::String& value) { SetVersionId(value); return *this;}
88 inline DeleteBackupPlanResult& WithVersionId(Aws::String&& value) { SetVersionId(std::move(value)); return *this;}
89 inline DeleteBackupPlanResult& WithVersionId(const char* value) { SetVersionId(value); return *this;}
91
93
94 inline const Aws::String& GetRequestId() const{ return m_requestId; }
95 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
96 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
97 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
98 inline DeleteBackupPlanResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
99 inline DeleteBackupPlanResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
100 inline DeleteBackupPlanResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
102 private:
103
104 Aws::String m_backupPlanId;
105
106 Aws::String m_backupPlanArn;
107
108 Aws::Utils::DateTime m_deletionDate;
109
110 Aws::String m_versionId;
111
112 Aws::String m_requestId;
113 };
114
115} // namespace Model
116} // namespace Backup
117} // namespace Aws
void SetDeletionDate(Aws::Utils::DateTime &&value)
DeleteBackupPlanResult & WithBackupPlanId(const Aws::String &value)
DeleteBackupPlanResult & WithBackupPlanId(const char *value)
DeleteBackupPlanResult & WithRequestId(Aws::String &&value)
DeleteBackupPlanResult & WithDeletionDate(Aws::Utils::DateTime &&value)
void SetDeletionDate(const Aws::Utils::DateTime &value)
void SetBackupPlanArn(const Aws::String &value)
DeleteBackupPlanResult & WithVersionId(const char *value)
DeleteBackupPlanResult & WithRequestId(const char *value)
DeleteBackupPlanResult & WithBackupPlanArn(const char *value)
DeleteBackupPlanResult & WithBackupPlanId(Aws::String &&value)
DeleteBackupPlanResult & WithDeletionDate(const Aws::Utils::DateTime &value)
DeleteBackupPlanResult & WithRequestId(const Aws::String &value)
const Aws::Utils::DateTime & GetDeletionDate() const
DeleteBackupPlanResult & WithVersionId(Aws::String &&value)
AWS_BACKUP_API DeleteBackupPlanResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteBackupPlanResult & WithVersionId(const Aws::String &value)
AWS_BACKUP_API DeleteBackupPlanResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteBackupPlanResult & WithBackupPlanArn(Aws::String &&value)
DeleteBackupPlanResult & WithBackupPlanArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue