/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The response object for the DeleteBackup
* operation.See Also:
AWS
* API Reference
The ID of the backup that was deleted.
*/ inline const Aws::String& GetBackupId() const{ return m_backupId; } /** *The ID of the backup that was deleted.
*/ inline void SetBackupId(const Aws::String& value) { m_backupId = value; } /** *The ID of the backup that was deleted.
*/ inline void SetBackupId(Aws::String&& value) { m_backupId = std::move(value); } /** *The ID of the backup that was deleted.
*/ inline void SetBackupId(const char* value) { m_backupId.assign(value); } /** *The ID of the backup that was deleted.
*/ inline DeleteBackupResult& WithBackupId(const Aws::String& value) { SetBackupId(value); return *this;} /** *The ID of the backup that was deleted.
*/ inline DeleteBackupResult& WithBackupId(Aws::String&& value) { SetBackupId(std::move(value)); return *this;} /** *The ID of the backup that was deleted.
*/ inline DeleteBackupResult& WithBackupId(const char* value) { SetBackupId(value); return *this;} /** *The lifecycle status of the backup. If the DeleteBackup
* operation is successful, the status is DELETED
.
The lifecycle status of the backup. If the DeleteBackup
* operation is successful, the status is DELETED
.
The lifecycle status of the backup. If the DeleteBackup
* operation is successful, the status is DELETED
.
The lifecycle status of the backup. If the DeleteBackup
* operation is successful, the status is DELETED
.
The lifecycle status of the backup. If the DeleteBackup
* operation is successful, the status is DELETED
.