7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename BackupPlanIdT = Aws::String>
38 m_backupPlanIdHasBeenSet =
true;
39 m_backupPlanId = std::forward<BackupPlanIdT>(value);
41 template <
typename BackupPlanIdT = Aws::String>
55 template <
typename BackupPlanArnT = Aws::String>
57 m_backupPlanArnHasBeenSet =
true;
58 m_backupPlanArn = std::forward<BackupPlanArnT>(value);
60 template <
typename BackupPlanArnT = Aws::String>
75 template <
typename DeletionDateT = Aws::Utils::DateTime>
77 m_deletionDateHasBeenSet =
true;
78 m_deletionDate = std::forward<DeletionDateT>(value);
80 template <
typename DeletionDateT = Aws::Utils::DateTime>
93 template <
typename VersionIdT = Aws::String>
95 m_versionIdHasBeenSet =
true;
96 m_versionId = std::forward<VersionIdT>(value);
98 template <
typename VersionIdT = Aws::String>
108 template <
typename RequestIdT = Aws::String>
110 m_requestIdHasBeenSet =
true;
111 m_requestId = std::forward<RequestIdT>(value);
113 template <
typename RequestIdT = Aws::String>
132 bool m_backupPlanIdHasBeenSet =
false;
133 bool m_backupPlanArnHasBeenSet =
false;
134 bool m_deletionDateHasBeenSet =
false;
135 bool m_versionIdHasBeenSet =
false;
136 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetVersionId() const
DeleteBackupPlanResult & WithRequestId(RequestIdT &&value)
void SetDeletionDate(DeletionDateT &&value)
AWS_BACKUP_API DeleteBackupPlanResult()=default
const Aws::String & GetBackupPlanId() const
DeleteBackupPlanResult & WithVersionId(VersionIdT &&value)
const Aws::String & GetRequestId() const
DeleteBackupPlanResult & WithBackupPlanArn(BackupPlanArnT &&value)
DeleteBackupPlanResult & WithBackupPlanId(BackupPlanIdT &&value)
void SetBackupPlanId(BackupPlanIdT &&value)
const Aws::Utils::DateTime & GetDeletionDate() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetVersionId(VersionIdT &&value)
AWS_BACKUP_API DeleteBackupPlanResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetBackupPlanArn() const
AWS_BACKUP_API DeleteBackupPlanResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBackupPlanArn(BackupPlanArnT &&value)
DeleteBackupPlanResult & WithDeletionDate(DeletionDateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue