/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains an optional backup plan display name and an array of
* BackupRule
objects, each of which specifies a backup rule. Each
* rule in a backup plan is a separate scheduled task and can back up a different
* selection of Amazon Web Services resources.See Also:
AWS
* API Reference
The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' * characters.
*/ inline const Aws::String& GetBackupPlanName() const{ return m_backupPlanName; } /** *The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' * characters.
*/ inline bool BackupPlanNameHasBeenSet() const { return m_backupPlanNameHasBeenSet; } /** *The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' * characters.
*/ inline void SetBackupPlanName(const Aws::String& value) { m_backupPlanNameHasBeenSet = true; m_backupPlanName = value; } /** *The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' * characters.
*/ inline void SetBackupPlanName(Aws::String&& value) { m_backupPlanNameHasBeenSet = true; m_backupPlanName = std::move(value); } /** *The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' * characters.
*/ inline void SetBackupPlanName(const char* value) { m_backupPlanNameHasBeenSet = true; m_backupPlanName.assign(value); } /** *The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' * characters.
*/ inline BackupPlan& WithBackupPlanName(const Aws::String& value) { SetBackupPlanName(value); return *this;} /** *The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' * characters.
*/ inline BackupPlan& WithBackupPlanName(Aws::String&& value) { SetBackupPlanName(std::move(value)); return *this;} /** *The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' * characters.
*/ inline BackupPlan& WithBackupPlanName(const char* value) { SetBackupPlanName(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.
Contains a list of BackupOptions
for each resource type.
Contains a list of BackupOptions
for each resource type.
Contains a list of BackupOptions
for each resource type.
Contains a list of BackupOptions
for each resource type.
Contains a list of BackupOptions
for each resource type.
Contains a list of BackupOptions
for each resource type.
Contains a list of BackupOptions
for each resource type.
Contains a list of BackupOptions
for each resource type.