/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides details about an Backup backup plan and an array of
* BackupRule
objects, each of which specifies a backup rule.
* See Also:
AWS
* API Reference
The display name of a backup plan.
*/ inline const Aws::String& GetBackupPlanName() const{ return m_backupPlanName; } /** *The display name of a backup plan.
*/ inline bool BackupPlanNameHasBeenSet() const { return m_backupPlanNameHasBeenSet; } /** *The display name of a backup plan.
*/ inline void SetBackupPlanName(const Aws::String& value) { m_backupPlanNameHasBeenSet = true; m_backupPlanName = value; } /** *The display name of a backup plan.
*/ inline void SetBackupPlanName(Aws::String&& value) { m_backupPlanNameHasBeenSet = true; m_backupPlanName = std::move(value); } /** *The display name of a backup plan.
*/ inline void SetBackupPlanName(const char* value) { m_backupPlanNameHasBeenSet = true; m_backupPlanName.assign(value); } /** *The display name of a backup plan.
*/ inline AwsBackupBackupPlanBackupPlanDetails& WithBackupPlanName(const Aws::String& value) { SetBackupPlanName(value); return *this;} /** *The display name of a backup plan.
*/ inline AwsBackupBackupPlanBackupPlanDetails& WithBackupPlanName(Aws::String&& value) { SetBackupPlanName(std::move(value)); return *this;} /** *The display name of a backup plan.
*/ inline AwsBackupBackupPlanBackupPlanDetails& WithBackupPlanName(const char* value) { SetBackupPlanName(value); return *this;} /** *A list of backup options for each resource type.
*/ inline const Aws::VectorA list of backup options for each resource type.
*/ inline bool AdvancedBackupSettingsHasBeenSet() const { return m_advancedBackupSettingsHasBeenSet; } /** *A list of backup options for each resource type.
*/ inline void SetAdvancedBackupSettings(const Aws::VectorA list of backup options for each resource type.
*/ inline void SetAdvancedBackupSettings(Aws::VectorA list of backup options for each resource type.
*/ inline AwsBackupBackupPlanBackupPlanDetails& WithAdvancedBackupSettings(const Aws::VectorA list of backup options for each resource type.
*/ inline AwsBackupBackupPlanBackupPlanDetails& WithAdvancedBackupSettings(Aws::VectorA list of backup options for each resource type.
*/ inline AwsBackupBackupPlanBackupPlanDetails& AddAdvancedBackupSettings(const AwsBackupBackupPlanAdvancedBackupSettingsDetails& value) { m_advancedBackupSettingsHasBeenSet = true; m_advancedBackupSettings.push_back(value); return *this; } /** *A list of backup options for each resource type.
*/ inline AwsBackupBackupPlanBackupPlanDetails& AddAdvancedBackupSettings(AwsBackupBackupPlanAdvancedBackupSettingsDetails&& value) { m_advancedBackupSettingsHasBeenSet = true; m_advancedBackupSettings.push_back(std::move(value)); return *this; } /** *An array of BackupRule
objects, each of which specifies a
* scheduled task that is used to back up a selection of resources.
An array of BackupRule
objects, each of which specifies a
* scheduled task that is used to back up a selection of resources.
An array of BackupRule
objects, each of which specifies a
* scheduled task that is used to back up a selection of resources.
An array of BackupRule
objects, each of which specifies a
* scheduled task that is used to back up a selection of resources.
An array of BackupRule
objects, each of which specifies a
* scheduled task that is used to back up a selection of resources.
An array of BackupRule
objects, each of which specifies a
* scheduled task that is used to back up a selection of resources.
An array of BackupRule
objects, each of which specifies a
* scheduled task that is used to back up a selection of resources.
An array of BackupRule
objects, each of which specifies a
* scheduled task that is used to back up a selection of resources.