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