/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The response object for the Amazon FSx for Lustre file system being deleted
* in the DeleteFileSystem
operation.See Also:
AWS
* API Reference
The ID of the final backup for this file system.
*/ inline const Aws::String& GetFinalBackupId() const{ return m_finalBackupId; } /** *The ID of the final backup for this file system.
*/ inline bool FinalBackupIdHasBeenSet() const { return m_finalBackupIdHasBeenSet; } /** *The ID of the final backup for this file system.
*/ inline void SetFinalBackupId(const Aws::String& value) { m_finalBackupIdHasBeenSet = true; m_finalBackupId = value; } /** *The ID of the final backup for this file system.
*/ inline void SetFinalBackupId(Aws::String&& value) { m_finalBackupIdHasBeenSet = true; m_finalBackupId = std::move(value); } /** *The ID of the final backup for this file system.
*/ inline void SetFinalBackupId(const char* value) { m_finalBackupIdHasBeenSet = true; m_finalBackupId.assign(value); } /** *The ID of the final backup for this file system.
*/ inline DeleteFileSystemLustreResponse& WithFinalBackupId(const Aws::String& value) { SetFinalBackupId(value); return *this;} /** *The ID of the final backup for this file system.
*/ inline DeleteFileSystemLustreResponse& WithFinalBackupId(Aws::String&& value) { SetFinalBackupId(std::move(value)); return *this;} /** *The ID of the final backup for this file system.
*/ inline DeleteFileSystemLustreResponse& WithFinalBackupId(const char* value) { SetFinalBackupId(value); return *this;} /** *The set of tags applied to the final backup.
*/ inline const Aws::VectorThe set of tags applied to the final backup.
*/ inline bool FinalBackupTagsHasBeenSet() const { return m_finalBackupTagsHasBeenSet; } /** *The set of tags applied to the final backup.
*/ inline void SetFinalBackupTags(const Aws::VectorThe set of tags applied to the final backup.
*/ inline void SetFinalBackupTags(Aws::VectorThe set of tags applied to the final backup.
*/ inline DeleteFileSystemLustreResponse& WithFinalBackupTags(const Aws::VectorThe set of tags applied to the final backup.
*/ inline DeleteFileSystemLustreResponse& WithFinalBackupTags(Aws::VectorThe set of tags applied to the final backup.
*/ inline DeleteFileSystemLustreResponse& AddFinalBackupTags(const Tag& value) { m_finalBackupTagsHasBeenSet = true; m_finalBackupTags.push_back(value); return *this; } /** *The set of tags applied to the final backup.
*/ inline DeleteFileSystemLustreResponse& AddFinalBackupTags(Tag&& value) { m_finalBackupTagsHasBeenSet = true; m_finalBackupTags.push_back(std::move(value)); return *this; } private: Aws::String m_finalBackupId; bool m_finalBackupIdHasBeenSet = false; Aws::Vector