/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The request object for DescribeBackups operation.See
* Also:
AWS
* API Reference
IDs of the backups you want to retrieve (String). This overrides any filters. * If any IDs are not found, BackupNotFound will be thrown.
*/ inline const Aws::VectorIDs of the backups you want to retrieve (String). This overrides any filters. * If any IDs are not found, BackupNotFound will be thrown.
*/ inline bool BackupIdsHasBeenSet() const { return m_backupIdsHasBeenSet; } /** *IDs of the backups you want to retrieve (String). This overrides any filters. * If any IDs are not found, BackupNotFound will be thrown.
*/ inline void SetBackupIds(const Aws::VectorIDs of the backups you want to retrieve (String). This overrides any filters. * If any IDs are not found, BackupNotFound will be thrown.
*/ inline void SetBackupIds(Aws::VectorIDs of the backups you want to retrieve (String). This overrides any filters. * If any IDs are not found, BackupNotFound will be thrown.
*/ inline DescribeBackupsRequest& WithBackupIds(const Aws::VectorIDs of the backups you want to retrieve (String). This overrides any filters. * If any IDs are not found, BackupNotFound will be thrown.
*/ inline DescribeBackupsRequest& WithBackupIds(Aws::VectorIDs of the backups you want to retrieve (String). This overrides any filters. * If any IDs are not found, BackupNotFound will be thrown.
*/ inline DescribeBackupsRequest& AddBackupIds(const Aws::String& value) { m_backupIdsHasBeenSet = true; m_backupIds.push_back(value); return *this; } /** *IDs of the backups you want to retrieve (String). This overrides any filters. * If any IDs are not found, BackupNotFound will be thrown.
*/ inline DescribeBackupsRequest& AddBackupIds(Aws::String&& value) { m_backupIdsHasBeenSet = true; m_backupIds.push_back(std::move(value)); return *this; } /** *IDs of the backups you want to retrieve (String). This overrides any filters. * If any IDs are not found, BackupNotFound will be thrown.
*/ inline DescribeBackupsRequest& AddBackupIds(const char* value) { m_backupIdsHasBeenSet = true; m_backupIds.push_back(value); return *this; } /** *Filters structure. Supported names are file-system-id and backup-type.
*/ inline const Aws::VectorFilters structure. Supported names are file-system-id and backup-type.
*/ inline bool FiltersHasBeenSet() const { return m_filtersHasBeenSet; } /** *Filters structure. Supported names are file-system-id and backup-type.
*/ inline void SetFilters(const Aws::VectorFilters structure. Supported names are file-system-id and backup-type.
*/ inline void SetFilters(Aws::VectorFilters structure. Supported names are file-system-id and backup-type.
*/ inline DescribeBackupsRequest& WithFilters(const Aws::VectorFilters structure. Supported names are file-system-id and backup-type.
*/ inline DescribeBackupsRequest& WithFilters(Aws::VectorFilters structure. Supported names are file-system-id and backup-type.
*/ inline DescribeBackupsRequest& AddFilters(const Filter& value) { m_filtersHasBeenSet = true; m_filters.push_back(value); return *this; } /** *Filters structure. Supported names are file-system-id and backup-type.
*/ inline DescribeBackupsRequest& AddFilters(Filter&& value) { m_filtersHasBeenSet = true; m_filters.push_back(std::move(value)); return *this; } /** *Maximum number of backups to return in the response (integer). This parameter
* value must be greater than 0. The number of items that Amazon FSx returns is the
* minimum of the MaxResults parameter specified in the request and
* the service's internal maximum number of items per page.
Maximum number of backups to return in the response (integer). This parameter
* value must be greater than 0. The number of items that Amazon FSx returns is the
* minimum of the MaxResults parameter specified in the request and
* the service's internal maximum number of items per page.
Maximum number of backups to return in the response (integer). This parameter
* value must be greater than 0. The number of items that Amazon FSx returns is the
* minimum of the MaxResults parameter specified in the request and
* the service's internal maximum number of items per page.
Maximum number of backups to return in the response (integer). This parameter
* value must be greater than 0. The number of items that Amazon FSx returns is the
* minimum of the MaxResults parameter specified in the request and
* the service's internal maximum number of items per page.
Opaque pagination token returned from a previous DescribeBackups
* operation (String). If a token present, the action continues the list from where
* the returning call left off.
Opaque pagination token returned from a previous DescribeBackups
* operation (String). If a token present, the action continues the list from where
* the returning call left off.
Opaque pagination token returned from a previous DescribeBackups
* operation (String). If a token present, the action continues the list from where
* the returning call left off.
Opaque pagination token returned from a previous DescribeBackups
* operation (String). If a token present, the action continues the list from where
* the returning call left off.
Opaque pagination token returned from a previous DescribeBackups
* operation (String). If a token present, the action continues the list from where
* the returning call left off.
Opaque pagination token returned from a previous DescribeBackups
* operation (String). If a token present, the action continues the list from where
* the returning call left off.
Opaque pagination token returned from a previous DescribeBackups
* operation (String). If a token present, the action continues the list from where
* the returning call left off.
Opaque pagination token returned from a previous DescribeBackups
* operation (String). If a token present, the action continues the list from where
* the returning call left off.