/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace Backup { namespace Model { /** *

Contains detailed information about a backup job.

See Also:

* AWS * API Reference

*/ class BackupJob { public: AWS_BACKUP_API BackupJob(); AWS_BACKUP_API BackupJob(Aws::Utils::Json::JsonView jsonValue); AWS_BACKUP_API BackupJob& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const; /** *

The account ID that owns the backup job.

*/ inline const Aws::String& GetAccountId() const{ return m_accountId; } /** *

The account ID that owns the backup job.

*/ inline bool AccountIdHasBeenSet() const { return m_accountIdHasBeenSet; } /** *

The account ID that owns the backup job.

*/ inline void SetAccountId(const Aws::String& value) { m_accountIdHasBeenSet = true; m_accountId = value; } /** *

The account ID that owns the backup job.

*/ inline void SetAccountId(Aws::String&& value) { m_accountIdHasBeenSet = true; m_accountId = std::move(value); } /** *

The account ID that owns the backup job.

*/ inline void SetAccountId(const char* value) { m_accountIdHasBeenSet = true; m_accountId.assign(value); } /** *

The account ID that owns the backup job.

*/ inline BackupJob& WithAccountId(const Aws::String& value) { SetAccountId(value); return *this;} /** *

The account ID that owns the backup job.

*/ inline BackupJob& WithAccountId(Aws::String&& value) { SetAccountId(std::move(value)); return *this;} /** *

The account ID that owns the backup job.

*/ inline BackupJob& WithAccountId(const char* value) { SetAccountId(value); return *this;} /** *

Uniquely identifies a request to Backup to back up a resource.

*/ inline const Aws::String& GetBackupJobId() const{ return m_backupJobId; } /** *

Uniquely identifies a request to Backup to back up a resource.

*/ inline bool BackupJobIdHasBeenSet() const { return m_backupJobIdHasBeenSet; } /** *

Uniquely identifies a request to Backup to back up a resource.

*/ inline void SetBackupJobId(const Aws::String& value) { m_backupJobIdHasBeenSet = true; m_backupJobId = value; } /** *

Uniquely identifies a request to Backup to back up a resource.

*/ inline void SetBackupJobId(Aws::String&& value) { m_backupJobIdHasBeenSet = true; m_backupJobId = std::move(value); } /** *

Uniquely identifies a request to Backup to back up a resource.

*/ inline void SetBackupJobId(const char* value) { m_backupJobIdHasBeenSet = true; m_backupJobId.assign(value); } /** *

Uniquely identifies a request to Backup to back up a resource.

*/ inline BackupJob& WithBackupJobId(const Aws::String& value) { SetBackupJobId(value); return *this;} /** *

Uniquely identifies a request to Backup to back up a resource.

*/ inline BackupJob& WithBackupJobId(Aws::String&& value) { SetBackupJobId(std::move(value)); return *this;} /** *

Uniquely identifies a request to Backup to back up a resource.

*/ inline BackupJob& WithBackupJobId(const char* value) { SetBackupJobId(value); return *this;} /** *

The name of a logical container where backups are stored. Backup vaults are * identified by names that are unique to the account used to create them and the * Amazon Web Services Region where they are created. They consist of lowercase * letters, numbers, and hyphens.

*/ inline const Aws::String& GetBackupVaultName() const{ return m_backupVaultName; } /** *

The name of a logical container where backups are stored. Backup vaults are * identified by names that are unique to the account used to create them and the * Amazon Web Services Region where they are created. They consist of lowercase * letters, numbers, and hyphens.

*/ inline bool BackupVaultNameHasBeenSet() const { return m_backupVaultNameHasBeenSet; } /** *

The name of a logical container where backups are stored. Backup vaults are * identified by names that are unique to the account used to create them and the * Amazon Web Services Region where they are created. They consist of lowercase * letters, numbers, and hyphens.

*/ inline void SetBackupVaultName(const Aws::String& value) { m_backupVaultNameHasBeenSet = true; m_backupVaultName = value; } /** *

The name of a logical container where backups are stored. Backup vaults are * identified by names that are unique to the account used to create them and the * Amazon Web Services Region where they are created. They consist of lowercase * letters, numbers, and hyphens.

*/ inline void SetBackupVaultName(Aws::String&& value) { m_backupVaultNameHasBeenSet = true; m_backupVaultName = std::move(value); } /** *

The name of a logical container where backups are stored. Backup vaults are * identified by names that are unique to the account used to create them and the * Amazon Web Services Region where they are created. They consist of lowercase * letters, numbers, and hyphens.

*/ inline void SetBackupVaultName(const char* value) { m_backupVaultNameHasBeenSet = true; m_backupVaultName.assign(value); } /** *

The name of a logical container where backups are stored. Backup vaults are * identified by names that are unique to the account used to create them and the * Amazon Web Services Region where they are created. They consist of lowercase * letters, numbers, and hyphens.

*/ inline BackupJob& WithBackupVaultName(const Aws::String& value) { SetBackupVaultName(value); return *this;} /** *

The name of a logical container where backups are stored. Backup vaults are * identified by names that are unique to the account used to create them and the * Amazon Web Services Region where they are created. They consist of lowercase * letters, numbers, and hyphens.

*/ inline BackupJob& WithBackupVaultName(Aws::String&& value) { SetBackupVaultName(std::move(value)); return *this;} /** *

The name of a logical container where backups are stored. Backup vaults are * identified by names that are unique to the account used to create them and the * Amazon Web Services Region where they are created. They consist of lowercase * letters, numbers, and hyphens.

*/ inline BackupJob& WithBackupVaultName(const char* value) { SetBackupVaultName(value); return *this;} /** *

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for * example, * arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

*/ inline const Aws::String& GetBackupVaultArn() const{ return m_backupVaultArn; } /** *

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for * example, * arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

*/ inline bool BackupVaultArnHasBeenSet() const { return m_backupVaultArnHasBeenSet; } /** *

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for * example, * arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

*/ inline void SetBackupVaultArn(const Aws::String& value) { m_backupVaultArnHasBeenSet = true; m_backupVaultArn = value; } /** *

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for * example, * arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

*/ inline void SetBackupVaultArn(Aws::String&& value) { m_backupVaultArnHasBeenSet = true; m_backupVaultArn = std::move(value); } /** *

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for * example, * arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

*/ inline void SetBackupVaultArn(const char* value) { m_backupVaultArnHasBeenSet = true; m_backupVaultArn.assign(value); } /** *

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for * example, * arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

*/ inline BackupJob& WithBackupVaultArn(const Aws::String& value) { SetBackupVaultArn(value); return *this;} /** *

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for * example, * arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

*/ inline BackupJob& WithBackupVaultArn(Aws::String&& value) { SetBackupVaultArn(std::move(value)); return *this;} /** *

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for * example, * arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

*/ inline BackupJob& WithBackupVaultArn(const char* value) { SetBackupVaultArn(value); return *this;} /** *

An ARN that uniquely identifies a recovery point; for example, * arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

*/ inline const Aws::String& GetRecoveryPointArn() const{ return m_recoveryPointArn; } /** *

An ARN that uniquely identifies a recovery point; for example, * arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

*/ inline bool RecoveryPointArnHasBeenSet() const { return m_recoveryPointArnHasBeenSet; } /** *

An ARN that uniquely identifies a recovery point; for example, * arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

*/ inline void SetRecoveryPointArn(const Aws::String& value) { m_recoveryPointArnHasBeenSet = true; m_recoveryPointArn = value; } /** *

An ARN that uniquely identifies a recovery point; for example, * arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

*/ inline void SetRecoveryPointArn(Aws::String&& value) { m_recoveryPointArnHasBeenSet = true; m_recoveryPointArn = std::move(value); } /** *

An ARN that uniquely identifies a recovery point; for example, * arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

*/ inline void SetRecoveryPointArn(const char* value) { m_recoveryPointArnHasBeenSet = true; m_recoveryPointArn.assign(value); } /** *

An ARN that uniquely identifies a recovery point; for example, * arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

*/ inline BackupJob& WithRecoveryPointArn(const Aws::String& value) { SetRecoveryPointArn(value); return *this;} /** *

An ARN that uniquely identifies a recovery point; for example, * arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

*/ inline BackupJob& WithRecoveryPointArn(Aws::String&& value) { SetRecoveryPointArn(std::move(value)); return *this;} /** *

An ARN that uniquely identifies a recovery point; for example, * arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

*/ inline BackupJob& WithRecoveryPointArn(const char* value) { SetRecoveryPointArn(value); return *this;} /** *

An ARN that uniquely identifies a resource. The format of the ARN depends on * the resource type.

*/ inline const Aws::String& GetResourceArn() const{ return m_resourceArn; } /** *

An ARN that uniquely identifies a resource. The format of the ARN depends on * the resource type.

*/ inline bool ResourceArnHasBeenSet() const { return m_resourceArnHasBeenSet; } /** *

An ARN that uniquely identifies a resource. The format of the ARN depends on * the resource type.

*/ inline void SetResourceArn(const Aws::String& value) { m_resourceArnHasBeenSet = true; m_resourceArn = value; } /** *

An ARN that uniquely identifies a resource. The format of the ARN depends on * the resource type.

*/ inline void SetResourceArn(Aws::String&& value) { m_resourceArnHasBeenSet = true; m_resourceArn = std::move(value); } /** *

An ARN that uniquely identifies a resource. The format of the ARN depends on * the resource type.

*/ inline void SetResourceArn(const char* value) { m_resourceArnHasBeenSet = true; m_resourceArn.assign(value); } /** *

An ARN that uniquely identifies a resource. The format of the ARN depends on * the resource type.

*/ inline BackupJob& WithResourceArn(const Aws::String& value) { SetResourceArn(value); return *this;} /** *

An ARN that uniquely identifies a resource. The format of the ARN depends on * the resource type.

*/ inline BackupJob& WithResourceArn(Aws::String&& value) { SetResourceArn(std::move(value)); return *this;} /** *

An ARN that uniquely identifies a resource. The format of the ARN depends on * the resource type.

*/ inline BackupJob& WithResourceArn(const char* value) { SetResourceArn(value); return *this;} /** *

The date and time a backup job is created, in Unix format and Coordinated * Universal Time (UTC). The value of CreationDate is accurate to * milliseconds. For example, the value 1516925490.087 represents Friday, January * 26, 2018 12:11:30.087 AM.

*/ inline const Aws::Utils::DateTime& GetCreationDate() const{ return m_creationDate; } /** *

The date and time a backup job is created, in Unix format and Coordinated * Universal Time (UTC). The value of CreationDate is accurate to * milliseconds. For example, the value 1516925490.087 represents Friday, January * 26, 2018 12:11:30.087 AM.

*/ inline bool CreationDateHasBeenSet() const { return m_creationDateHasBeenSet; } /** *

The date and time a backup job is created, in Unix format and Coordinated * Universal Time (UTC). The value of CreationDate is accurate to * milliseconds. For example, the value 1516925490.087 represents Friday, January * 26, 2018 12:11:30.087 AM.

*/ inline void SetCreationDate(const Aws::Utils::DateTime& value) { m_creationDateHasBeenSet = true; m_creationDate = value; } /** *

The date and time a backup job is created, in Unix format and Coordinated * Universal Time (UTC). The value of CreationDate is accurate to * milliseconds. For example, the value 1516925490.087 represents Friday, January * 26, 2018 12:11:30.087 AM.

*/ inline void SetCreationDate(Aws::Utils::DateTime&& value) { m_creationDateHasBeenSet = true; m_creationDate = std::move(value); } /** *

The date and time a backup job is created, in Unix format and Coordinated * Universal Time (UTC). The value of CreationDate is accurate to * milliseconds. For example, the value 1516925490.087 represents Friday, January * 26, 2018 12:11:30.087 AM.

*/ inline BackupJob& WithCreationDate(const Aws::Utils::DateTime& value) { SetCreationDate(value); return *this;} /** *

The date and time a backup job is created, in Unix format and Coordinated * Universal Time (UTC). The value of CreationDate is accurate to * milliseconds. For example, the value 1516925490.087 represents Friday, January * 26, 2018 12:11:30.087 AM.

*/ inline BackupJob& WithCreationDate(Aws::Utils::DateTime&& value) { SetCreationDate(std::move(value)); return *this;} /** *

The date and time a job to create a backup job is completed, in Unix format * and Coordinated Universal Time (UTC). The value of CompletionDate * is accurate to milliseconds. For example, the value 1516925490.087 represents * Friday, January 26, 2018 12:11:30.087 AM.

*/ inline const Aws::Utils::DateTime& GetCompletionDate() const{ return m_completionDate; } /** *

The date and time a job to create a backup job is completed, in Unix format * and Coordinated Universal Time (UTC). The value of CompletionDate * is accurate to milliseconds. For example, the value 1516925490.087 represents * Friday, January 26, 2018 12:11:30.087 AM.

*/ inline bool CompletionDateHasBeenSet() const { return m_completionDateHasBeenSet; } /** *

The date and time a job to create a backup job is completed, in Unix format * and Coordinated Universal Time (UTC). The value of CompletionDate * is accurate to milliseconds. For example, the value 1516925490.087 represents * Friday, January 26, 2018 12:11:30.087 AM.

*/ inline void SetCompletionDate(const Aws::Utils::DateTime& value) { m_completionDateHasBeenSet = true; m_completionDate = value; } /** *

The date and time a job to create a backup job is completed, in Unix format * and Coordinated Universal Time (UTC). The value of CompletionDate * is accurate to milliseconds. For example, the value 1516925490.087 represents * Friday, January 26, 2018 12:11:30.087 AM.

*/ inline void SetCompletionDate(Aws::Utils::DateTime&& value) { m_completionDateHasBeenSet = true; m_completionDate = std::move(value); } /** *

The date and time a job to create a backup job is completed, in Unix format * and Coordinated Universal Time (UTC). The value of CompletionDate * is accurate to milliseconds. For example, the value 1516925490.087 represents * Friday, January 26, 2018 12:11:30.087 AM.

*/ inline BackupJob& WithCompletionDate(const Aws::Utils::DateTime& value) { SetCompletionDate(value); return *this;} /** *

The date and time a job to create a backup job is completed, in Unix format * and Coordinated Universal Time (UTC). The value of CompletionDate * is accurate to milliseconds. For example, the value 1516925490.087 represents * Friday, January 26, 2018 12:11:30.087 AM.

*/ inline BackupJob& WithCompletionDate(Aws::Utils::DateTime&& value) { SetCompletionDate(std::move(value)); return *this;} /** *

The current state of a resource recovery point.

*/ inline const BackupJobState& GetState() const{ return m_state; } /** *

The current state of a resource recovery point.

*/ inline bool StateHasBeenSet() const { return m_stateHasBeenSet; } /** *

The current state of a resource recovery point.

*/ inline void SetState(const BackupJobState& value) { m_stateHasBeenSet = true; m_state = value; } /** *

The current state of a resource recovery point.

*/ inline void SetState(BackupJobState&& value) { m_stateHasBeenSet = true; m_state = std::move(value); } /** *

The current state of a resource recovery point.

*/ inline BackupJob& WithState(const BackupJobState& value) { SetState(value); return *this;} /** *

The current state of a resource recovery point.

*/ inline BackupJob& WithState(BackupJobState&& value) { SetState(std::move(value)); return *this;} /** *

A detailed message explaining the status of the job to back up a * resource.

*/ inline const Aws::String& GetStatusMessage() const{ return m_statusMessage; } /** *

A detailed message explaining the status of the job to back up a * resource.

*/ inline bool StatusMessageHasBeenSet() const { return m_statusMessageHasBeenSet; } /** *

A detailed message explaining the status of the job to back up a * resource.

*/ inline void SetStatusMessage(const Aws::String& value) { m_statusMessageHasBeenSet = true; m_statusMessage = value; } /** *

A detailed message explaining the status of the job to back up a * resource.

*/ inline void SetStatusMessage(Aws::String&& value) { m_statusMessageHasBeenSet = true; m_statusMessage = std::move(value); } /** *

A detailed message explaining the status of the job to back up a * resource.

*/ inline void SetStatusMessage(const char* value) { m_statusMessageHasBeenSet = true; m_statusMessage.assign(value); } /** *

A detailed message explaining the status of the job to back up a * resource.

*/ inline BackupJob& WithStatusMessage(const Aws::String& value) { SetStatusMessage(value); return *this;} /** *

A detailed message explaining the status of the job to back up a * resource.

*/ inline BackupJob& WithStatusMessage(Aws::String&& value) { SetStatusMessage(std::move(value)); return *this;} /** *

A detailed message explaining the status of the job to back up a * resource.

*/ inline BackupJob& WithStatusMessage(const char* value) { SetStatusMessage(value); return *this;} /** *

Contains an estimated percentage complete of a job at the time the job status * was queried.

*/ inline const Aws::String& GetPercentDone() const{ return m_percentDone; } /** *

Contains an estimated percentage complete of a job at the time the job status * was queried.

*/ inline bool PercentDoneHasBeenSet() const { return m_percentDoneHasBeenSet; } /** *

Contains an estimated percentage complete of a job at the time the job status * was queried.

*/ inline void SetPercentDone(const Aws::String& value) { m_percentDoneHasBeenSet = true; m_percentDone = value; } /** *

Contains an estimated percentage complete of a job at the time the job status * was queried.

*/ inline void SetPercentDone(Aws::String&& value) { m_percentDoneHasBeenSet = true; m_percentDone = std::move(value); } /** *

Contains an estimated percentage complete of a job at the time the job status * was queried.

*/ inline void SetPercentDone(const char* value) { m_percentDoneHasBeenSet = true; m_percentDone.assign(value); } /** *

Contains an estimated percentage complete of a job at the time the job status * was queried.

*/ inline BackupJob& WithPercentDone(const Aws::String& value) { SetPercentDone(value); return *this;} /** *

Contains an estimated percentage complete of a job at the time the job status * was queried.

*/ inline BackupJob& WithPercentDone(Aws::String&& value) { SetPercentDone(std::move(value)); return *this;} /** *

Contains an estimated percentage complete of a job at the time the job status * was queried.

*/ inline BackupJob& WithPercentDone(const char* value) { SetPercentDone(value); return *this;} /** *

The size, in bytes, of a backup.

*/ inline long long GetBackupSizeInBytes() const{ return m_backupSizeInBytes; } /** *

The size, in bytes, of a backup.

*/ inline bool BackupSizeInBytesHasBeenSet() const { return m_backupSizeInBytesHasBeenSet; } /** *

The size, in bytes, of a backup.

*/ inline void SetBackupSizeInBytes(long long value) { m_backupSizeInBytesHasBeenSet = true; m_backupSizeInBytes = value; } /** *

The size, in bytes, of a backup.

*/ inline BackupJob& WithBackupSizeInBytes(long long value) { SetBackupSizeInBytes(value); return *this;} /** *

Specifies the IAM role ARN used to create the target recovery point. IAM * roles other than the default role must include either AWSBackup or * AwsBackup in the role name. For example, * arn:aws:iam::123456789012:role/AWSBackupRDSAccess. Role names * without those strings lack permissions to perform backup jobs.

*/ inline const Aws::String& GetIamRoleArn() const{ return m_iamRoleArn; } /** *

Specifies the IAM role ARN used to create the target recovery point. IAM * roles other than the default role must include either AWSBackup or * AwsBackup in the role name. For example, * arn:aws:iam::123456789012:role/AWSBackupRDSAccess. Role names * without those strings lack permissions to perform backup jobs.

*/ inline bool IamRoleArnHasBeenSet() const { return m_iamRoleArnHasBeenSet; } /** *

Specifies the IAM role ARN used to create the target recovery point. IAM * roles other than the default role must include either AWSBackup or * AwsBackup in the role name. For example, * arn:aws:iam::123456789012:role/AWSBackupRDSAccess. Role names * without those strings lack permissions to perform backup jobs.

*/ inline void SetIamRoleArn(const Aws::String& value) { m_iamRoleArnHasBeenSet = true; m_iamRoleArn = value; } /** *

Specifies the IAM role ARN used to create the target recovery point. IAM * roles other than the default role must include either AWSBackup or * AwsBackup in the role name. For example, * arn:aws:iam::123456789012:role/AWSBackupRDSAccess. Role names * without those strings lack permissions to perform backup jobs.

*/ inline void SetIamRoleArn(Aws::String&& value) { m_iamRoleArnHasBeenSet = true; m_iamRoleArn = std::move(value); } /** *

Specifies the IAM role ARN used to create the target recovery point. IAM * roles other than the default role must include either AWSBackup or * AwsBackup in the role name. For example, * arn:aws:iam::123456789012:role/AWSBackupRDSAccess. Role names * without those strings lack permissions to perform backup jobs.

*/ inline void SetIamRoleArn(const char* value) { m_iamRoleArnHasBeenSet = true; m_iamRoleArn.assign(value); } /** *

Specifies the IAM role ARN used to create the target recovery point. IAM * roles other than the default role must include either AWSBackup or * AwsBackup in the role name. For example, * arn:aws:iam::123456789012:role/AWSBackupRDSAccess. Role names * without those strings lack permissions to perform backup jobs.

*/ inline BackupJob& WithIamRoleArn(const Aws::String& value) { SetIamRoleArn(value); return *this;} /** *

Specifies the IAM role ARN used to create the target recovery point. IAM * roles other than the default role must include either AWSBackup or * AwsBackup in the role name. For example, * arn:aws:iam::123456789012:role/AWSBackupRDSAccess. Role names * without those strings lack permissions to perform backup jobs.

*/ inline BackupJob& WithIamRoleArn(Aws::String&& value) { SetIamRoleArn(std::move(value)); return *this;} /** *

Specifies the IAM role ARN used to create the target recovery point. IAM * roles other than the default role must include either AWSBackup or * AwsBackup in the role name. For example, * arn:aws:iam::123456789012:role/AWSBackupRDSAccess. Role names * without those strings lack permissions to perform backup jobs.

*/ inline BackupJob& WithIamRoleArn(const char* value) { SetIamRoleArn(value); return *this;} /** *

Contains identifying information about the creation of a backup job, * including the BackupPlanArn, BackupPlanId, * BackupPlanVersion, and BackupRuleId of the backup plan * used to create it.

*/ inline const RecoveryPointCreator& GetCreatedBy() const{ return m_createdBy; } /** *

Contains identifying information about the creation of a backup job, * including the BackupPlanArn, BackupPlanId, * BackupPlanVersion, and BackupRuleId of the backup plan * used to create it.

*/ inline bool CreatedByHasBeenSet() const { return m_createdByHasBeenSet; } /** *

Contains identifying information about the creation of a backup job, * including the BackupPlanArn, BackupPlanId, * BackupPlanVersion, and BackupRuleId of the backup plan * used to create it.

*/ inline void SetCreatedBy(const RecoveryPointCreator& value) { m_createdByHasBeenSet = true; m_createdBy = value; } /** *

Contains identifying information about the creation of a backup job, * including the BackupPlanArn, BackupPlanId, * BackupPlanVersion, and BackupRuleId of the backup plan * used to create it.

*/ inline void SetCreatedBy(RecoveryPointCreator&& value) { m_createdByHasBeenSet = true; m_createdBy = std::move(value); } /** *

Contains identifying information about the creation of a backup job, * including the BackupPlanArn, BackupPlanId, * BackupPlanVersion, and BackupRuleId of the backup plan * used to create it.

*/ inline BackupJob& WithCreatedBy(const RecoveryPointCreator& value) { SetCreatedBy(value); return *this;} /** *

Contains identifying information about the creation of a backup job, * including the BackupPlanArn, BackupPlanId, * BackupPlanVersion, and BackupRuleId of the backup plan * used to create it.

*/ inline BackupJob& WithCreatedBy(RecoveryPointCreator&& value) { SetCreatedBy(std::move(value)); return *this;} /** *

The date and time a job to back up resources is expected to be completed, in * Unix format and Coordinated Universal Time (UTC). The value of * ExpectedCompletionDate is accurate to milliseconds. For example, * the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 * AM.

*/ inline const Aws::Utils::DateTime& GetExpectedCompletionDate() const{ return m_expectedCompletionDate; } /** *

The date and time a job to back up resources is expected to be completed, in * Unix format and Coordinated Universal Time (UTC). The value of * ExpectedCompletionDate is accurate to milliseconds. For example, * the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 * AM.

*/ inline bool ExpectedCompletionDateHasBeenSet() const { return m_expectedCompletionDateHasBeenSet; } /** *

The date and time a job to back up resources is expected to be completed, in * Unix format and Coordinated Universal Time (UTC). The value of * ExpectedCompletionDate is accurate to milliseconds. For example, * the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 * AM.

*/ inline void SetExpectedCompletionDate(const Aws::Utils::DateTime& value) { m_expectedCompletionDateHasBeenSet = true; m_expectedCompletionDate = value; } /** *

The date and time a job to back up resources is expected to be completed, in * Unix format and Coordinated Universal Time (UTC). The value of * ExpectedCompletionDate is accurate to milliseconds. For example, * the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 * AM.

*/ inline void SetExpectedCompletionDate(Aws::Utils::DateTime&& value) { m_expectedCompletionDateHasBeenSet = true; m_expectedCompletionDate = std::move(value); } /** *

The date and time a job to back up resources is expected to be completed, in * Unix format and Coordinated Universal Time (UTC). The value of * ExpectedCompletionDate is accurate to milliseconds. For example, * the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 * AM.

*/ inline BackupJob& WithExpectedCompletionDate(const Aws::Utils::DateTime& value) { SetExpectedCompletionDate(value); return *this;} /** *

The date and time a job to back up resources is expected to be completed, in * Unix format and Coordinated Universal Time (UTC). The value of * ExpectedCompletionDate is accurate to milliseconds. For example, * the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 * AM.

*/ inline BackupJob& WithExpectedCompletionDate(Aws::Utils::DateTime&& value) { SetExpectedCompletionDate(std::move(value)); return *this;} /** *

Specifies the time in Unix format and Coordinated Universal Time (UTC) when a * backup job must be started before it is canceled. The value is calculated by * adding the start window to the scheduled time. So if the scheduled time were * 6:00 PM and the start window is 2 hours, the StartBy time would be * 8:00 PM on the date specified. The value of StartBy is accurate to * milliseconds. For example, the value 1516925490.087 represents Friday, January * 26, 2018 12:11:30.087 AM.

*/ inline const Aws::Utils::DateTime& GetStartBy() const{ return m_startBy; } /** *

Specifies the time in Unix format and Coordinated Universal Time (UTC) when a * backup job must be started before it is canceled. The value is calculated by * adding the start window to the scheduled time. So if the scheduled time were * 6:00 PM and the start window is 2 hours, the StartBy time would be * 8:00 PM on the date specified. The value of StartBy is accurate to * milliseconds. For example, the value 1516925490.087 represents Friday, January * 26, 2018 12:11:30.087 AM.

*/ inline bool StartByHasBeenSet() const { return m_startByHasBeenSet; } /** *

Specifies the time in Unix format and Coordinated Universal Time (UTC) when a * backup job must be started before it is canceled. The value is calculated by * adding the start window to the scheduled time. So if the scheduled time were * 6:00 PM and the start window is 2 hours, the StartBy time would be * 8:00 PM on the date specified. The value of StartBy is accurate to * milliseconds. For example, the value 1516925490.087 represents Friday, January * 26, 2018 12:11:30.087 AM.

*/ inline void SetStartBy(const Aws::Utils::DateTime& value) { m_startByHasBeenSet = true; m_startBy = value; } /** *

Specifies the time in Unix format and Coordinated Universal Time (UTC) when a * backup job must be started before it is canceled. The value is calculated by * adding the start window to the scheduled time. So if the scheduled time were * 6:00 PM and the start window is 2 hours, the StartBy time would be * 8:00 PM on the date specified. The value of StartBy is accurate to * milliseconds. For example, the value 1516925490.087 represents Friday, January * 26, 2018 12:11:30.087 AM.

*/ inline void SetStartBy(Aws::Utils::DateTime&& value) { m_startByHasBeenSet = true; m_startBy = std::move(value); } /** *

Specifies the time in Unix format and Coordinated Universal Time (UTC) when a * backup job must be started before it is canceled. The value is calculated by * adding the start window to the scheduled time. So if the scheduled time were * 6:00 PM and the start window is 2 hours, the StartBy time would be * 8:00 PM on the date specified. The value of StartBy is accurate to * milliseconds. For example, the value 1516925490.087 represents Friday, January * 26, 2018 12:11:30.087 AM.

*/ inline BackupJob& WithStartBy(const Aws::Utils::DateTime& value) { SetStartBy(value); return *this;} /** *

Specifies the time in Unix format and Coordinated Universal Time (UTC) when a * backup job must be started before it is canceled. The value is calculated by * adding the start window to the scheduled time. So if the scheduled time were * 6:00 PM and the start window is 2 hours, the StartBy time would be * 8:00 PM on the date specified. The value of StartBy is accurate to * milliseconds. For example, the value 1516925490.087 represents Friday, January * 26, 2018 12:11:30.087 AM.

*/ inline BackupJob& WithStartBy(Aws::Utils::DateTime&& value) { SetStartBy(std::move(value)); return *this;} /** *

The type of Amazon Web Services resource to be backed up; for example, an * Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database * Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) * backups, the only supported resource type is Amazon EC2.

*/ inline const Aws::String& GetResourceType() const{ return m_resourceType; } /** *

The type of Amazon Web Services resource to be backed up; for example, an * Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database * Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) * backups, the only supported resource type is Amazon EC2.

*/ inline bool ResourceTypeHasBeenSet() const { return m_resourceTypeHasBeenSet; } /** *

The type of Amazon Web Services resource to be backed up; for example, an * Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database * Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) * backups, the only supported resource type is Amazon EC2.

*/ inline void SetResourceType(const Aws::String& value) { m_resourceTypeHasBeenSet = true; m_resourceType = value; } /** *

The type of Amazon Web Services resource to be backed up; for example, an * Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database * Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) * backups, the only supported resource type is Amazon EC2.

*/ inline void SetResourceType(Aws::String&& value) { m_resourceTypeHasBeenSet = true; m_resourceType = std::move(value); } /** *

The type of Amazon Web Services resource to be backed up; for example, an * Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database * Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) * backups, the only supported resource type is Amazon EC2.

*/ inline void SetResourceType(const char* value) { m_resourceTypeHasBeenSet = true; m_resourceType.assign(value); } /** *

The type of Amazon Web Services resource to be backed up; for example, an * Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database * Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) * backups, the only supported resource type is Amazon EC2.

*/ inline BackupJob& WithResourceType(const Aws::String& value) { SetResourceType(value); return *this;} /** *

The type of Amazon Web Services resource to be backed up; for example, an * Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database * Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) * backups, the only supported resource type is Amazon EC2.

*/ inline BackupJob& WithResourceType(Aws::String&& value) { SetResourceType(std::move(value)); return *this;} /** *

The type of Amazon Web Services resource to be backed up; for example, an * Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database * Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) * backups, the only supported resource type is Amazon EC2.

*/ inline BackupJob& WithResourceType(const char* value) { SetResourceType(value); return *this;} /** *

The size in bytes transferred to a backup vault at the time that the job * status was queried.

*/ inline long long GetBytesTransferred() const{ return m_bytesTransferred; } /** *

The size in bytes transferred to a backup vault at the time that the job * status was queried.

*/ inline bool BytesTransferredHasBeenSet() const { return m_bytesTransferredHasBeenSet; } /** *

The size in bytes transferred to a backup vault at the time that the job * status was queried.

*/ inline void SetBytesTransferred(long long value) { m_bytesTransferredHasBeenSet = true; m_bytesTransferred = value; } /** *

The size in bytes transferred to a backup vault at the time that the job * status was queried.

*/ inline BackupJob& WithBytesTransferred(long long value) { SetBytesTransferred(value); return *this;} /** *

Specifies the backup option for a selected resource. This option is only * available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid * values: Set to "WindowsVSS":"enabled" to enable the * WindowsVSS backup option and create a Windows VSS backup. Set to * "WindowsVSS":"disabled" to create a regular backup. If you specify * an invalid option, you get an InvalidParameterValueException * exception.

*/ inline const Aws::Map& GetBackupOptions() const{ return m_backupOptions; } /** *

Specifies the backup option for a selected resource. This option is only * available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid * values: Set to "WindowsVSS":"enabled" to enable the * WindowsVSS backup option and create a Windows VSS backup. Set to * "WindowsVSS":"disabled" to create a regular backup. If you specify * an invalid option, you get an InvalidParameterValueException * exception.

*/ inline bool BackupOptionsHasBeenSet() const { return m_backupOptionsHasBeenSet; } /** *

Specifies the backup option for a selected resource. This option is only * available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid * values: Set to "WindowsVSS":"enabled" to enable the * WindowsVSS backup option and create a Windows VSS backup. Set to * "WindowsVSS":"disabled" to create a regular backup. If you specify * an invalid option, you get an InvalidParameterValueException * exception.

*/ inline void SetBackupOptions(const Aws::Map& value) { m_backupOptionsHasBeenSet = true; m_backupOptions = value; } /** *

Specifies the backup option for a selected resource. This option is only * available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid * values: Set to "WindowsVSS":"enabled" to enable the * WindowsVSS backup option and create a Windows VSS backup. Set to * "WindowsVSS":"disabled" to create a regular backup. If you specify * an invalid option, you get an InvalidParameterValueException * exception.

*/ inline void SetBackupOptions(Aws::Map&& value) { m_backupOptionsHasBeenSet = true; m_backupOptions = std::move(value); } /** *

Specifies the backup option for a selected resource. This option is only * available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid * values: Set to "WindowsVSS":"enabled" to enable the * WindowsVSS backup option and create a Windows VSS backup. Set to * "WindowsVSS":"disabled" to create a regular backup. If you specify * an invalid option, you get an InvalidParameterValueException * exception.

*/ inline BackupJob& WithBackupOptions(const Aws::Map& value) { SetBackupOptions(value); return *this;} /** *

Specifies the backup option for a selected resource. This option is only * available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid * values: Set to "WindowsVSS":"enabled" to enable the * WindowsVSS backup option and create a Windows VSS backup. Set to * "WindowsVSS":"disabled" to create a regular backup. If you specify * an invalid option, you get an InvalidParameterValueException * exception.

*/ inline BackupJob& WithBackupOptions(Aws::Map&& value) { SetBackupOptions(std::move(value)); return *this;} /** *

Specifies the backup option for a selected resource. This option is only * available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid * values: Set to "WindowsVSS":"enabled" to enable the * WindowsVSS backup option and create a Windows VSS backup. Set to * "WindowsVSS":"disabled" to create a regular backup. If you specify * an invalid option, you get an InvalidParameterValueException * exception.

*/ inline BackupJob& AddBackupOptions(const Aws::String& key, const Aws::String& value) { m_backupOptionsHasBeenSet = true; m_backupOptions.emplace(key, value); return *this; } /** *

Specifies the backup option for a selected resource. This option is only * available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid * values: Set to "WindowsVSS":"enabled" to enable the * WindowsVSS backup option and create a Windows VSS backup. Set to * "WindowsVSS":"disabled" to create a regular backup. If you specify * an invalid option, you get an InvalidParameterValueException * exception.

*/ inline BackupJob& AddBackupOptions(Aws::String&& key, const Aws::String& value) { m_backupOptionsHasBeenSet = true; m_backupOptions.emplace(std::move(key), value); return *this; } /** *

Specifies the backup option for a selected resource. This option is only * available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid * values: Set to "WindowsVSS":"enabled" to enable the * WindowsVSS backup option and create a Windows VSS backup. Set to * "WindowsVSS":"disabled" to create a regular backup. If you specify * an invalid option, you get an InvalidParameterValueException * exception.

*/ inline BackupJob& AddBackupOptions(const Aws::String& key, Aws::String&& value) { m_backupOptionsHasBeenSet = true; m_backupOptions.emplace(key, std::move(value)); return *this; } /** *

Specifies the backup option for a selected resource. This option is only * available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid * values: Set to "WindowsVSS":"enabled" to enable the * WindowsVSS backup option and create a Windows VSS backup. Set to * "WindowsVSS":"disabled" to create a regular backup. If you specify * an invalid option, you get an InvalidParameterValueException * exception.

*/ inline BackupJob& AddBackupOptions(Aws::String&& key, Aws::String&& value) { m_backupOptionsHasBeenSet = true; m_backupOptions.emplace(std::move(key), std::move(value)); return *this; } /** *

Specifies the backup option for a selected resource. This option is only * available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid * values: Set to "WindowsVSS":"enabled" to enable the * WindowsVSS backup option and create a Windows VSS backup. Set to * "WindowsVSS":"disabled" to create a regular backup. If you specify * an invalid option, you get an InvalidParameterValueException * exception.

*/ inline BackupJob& AddBackupOptions(const char* key, Aws::String&& value) { m_backupOptionsHasBeenSet = true; m_backupOptions.emplace(key, std::move(value)); return *this; } /** *

Specifies the backup option for a selected resource. This option is only * available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid * values: Set to "WindowsVSS":"enabled" to enable the * WindowsVSS backup option and create a Windows VSS backup. Set to * "WindowsVSS":"disabled" to create a regular backup. If you specify * an invalid option, you get an InvalidParameterValueException * exception.

*/ inline BackupJob& AddBackupOptions(Aws::String&& key, const char* value) { m_backupOptionsHasBeenSet = true; m_backupOptions.emplace(std::move(key), value); return *this; } /** *

Specifies the backup option for a selected resource. This option is only * available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid * values: Set to "WindowsVSS":"enabled" to enable the * WindowsVSS backup option and create a Windows VSS backup. Set to * "WindowsVSS":"disabled" to create a regular backup. If you specify * an invalid option, you get an InvalidParameterValueException * exception.

*/ inline BackupJob& AddBackupOptions(const char* key, const char* value) { m_backupOptionsHasBeenSet = true; m_backupOptions.emplace(key, value); return *this; } /** *

Represents the type of backup for a backup job.

*/ inline const Aws::String& GetBackupType() const{ return m_backupType; } /** *

Represents the type of backup for a backup job.

*/ inline bool BackupTypeHasBeenSet() const { return m_backupTypeHasBeenSet; } /** *

Represents the type of backup for a backup job.

*/ inline void SetBackupType(const Aws::String& value) { m_backupTypeHasBeenSet = true; m_backupType = value; } /** *

Represents the type of backup for a backup job.

*/ inline void SetBackupType(Aws::String&& value) { m_backupTypeHasBeenSet = true; m_backupType = std::move(value); } /** *

Represents the type of backup for a backup job.

*/ inline void SetBackupType(const char* value) { m_backupTypeHasBeenSet = true; m_backupType.assign(value); } /** *

Represents the type of backup for a backup job.

*/ inline BackupJob& WithBackupType(const Aws::String& value) { SetBackupType(value); return *this;} /** *

Represents the type of backup for a backup job.

*/ inline BackupJob& WithBackupType(Aws::String&& value) { SetBackupType(std::move(value)); return *this;} /** *

Represents the type of backup for a backup job.

*/ inline BackupJob& WithBackupType(const char* value) { SetBackupType(value); return *this;} /** *

This uniquely identifies a request to Backup to back up a resource. The * return will be the parent (composite) job ID.

*/ inline const Aws::String& GetParentJobId() const{ return m_parentJobId; } /** *

This uniquely identifies a request to Backup to back up a resource. The * return will be the parent (composite) job ID.

*/ inline bool ParentJobIdHasBeenSet() const { return m_parentJobIdHasBeenSet; } /** *

This uniquely identifies a request to Backup to back up a resource. The * return will be the parent (composite) job ID.

*/ inline void SetParentJobId(const Aws::String& value) { m_parentJobIdHasBeenSet = true; m_parentJobId = value; } /** *

This uniquely identifies a request to Backup to back up a resource. The * return will be the parent (composite) job ID.

*/ inline void SetParentJobId(Aws::String&& value) { m_parentJobIdHasBeenSet = true; m_parentJobId = std::move(value); } /** *

This uniquely identifies a request to Backup to back up a resource. The * return will be the parent (composite) job ID.

*/ inline void SetParentJobId(const char* value) { m_parentJobIdHasBeenSet = true; m_parentJobId.assign(value); } /** *

This uniquely identifies a request to Backup to back up a resource. The * return will be the parent (composite) job ID.

*/ inline BackupJob& WithParentJobId(const Aws::String& value) { SetParentJobId(value); return *this;} /** *

This uniquely identifies a request to Backup to back up a resource. The * return will be the parent (composite) job ID.

*/ inline BackupJob& WithParentJobId(Aws::String&& value) { SetParentJobId(std::move(value)); return *this;} /** *

This uniquely identifies a request to Backup to back up a resource. The * return will be the parent (composite) job ID.

*/ inline BackupJob& WithParentJobId(const char* value) { SetParentJobId(value); return *this;} /** *

This is a boolean value indicating this is a parent (composite) backup * job.

*/ inline bool GetIsParent() const{ return m_isParent; } /** *

This is a boolean value indicating this is a parent (composite) backup * job.

*/ inline bool IsParentHasBeenSet() const { return m_isParentHasBeenSet; } /** *

This is a boolean value indicating this is a parent (composite) backup * job.

*/ inline void SetIsParent(bool value) { m_isParentHasBeenSet = true; m_isParent = value; } /** *

This is a boolean value indicating this is a parent (composite) backup * job.

*/ inline BackupJob& WithIsParent(bool value) { SetIsParent(value); return *this;} /** *

This is the non-unique name of the resource that belongs to the specified * backup.

*/ inline const Aws::String& GetResourceName() const{ return m_resourceName; } /** *

This is the non-unique name of the resource that belongs to the specified * backup.

*/ inline bool ResourceNameHasBeenSet() const { return m_resourceNameHasBeenSet; } /** *

This is the non-unique name of the resource that belongs to the specified * backup.

*/ inline void SetResourceName(const Aws::String& value) { m_resourceNameHasBeenSet = true; m_resourceName = value; } /** *

This is the non-unique name of the resource that belongs to the specified * backup.

*/ inline void SetResourceName(Aws::String&& value) { m_resourceNameHasBeenSet = true; m_resourceName = std::move(value); } /** *

This is the non-unique name of the resource that belongs to the specified * backup.

*/ inline void SetResourceName(const char* value) { m_resourceNameHasBeenSet = true; m_resourceName.assign(value); } /** *

This is the non-unique name of the resource that belongs to the specified * backup.

*/ inline BackupJob& WithResourceName(const Aws::String& value) { SetResourceName(value); return *this;} /** *

This is the non-unique name of the resource that belongs to the specified * backup.

*/ inline BackupJob& WithResourceName(Aws::String&& value) { SetResourceName(std::move(value)); return *this;} /** *

This is the non-unique name of the resource that belongs to the specified * backup.

*/ inline BackupJob& WithResourceName(const char* value) { SetResourceName(value); return *this;} private: Aws::String m_accountId; bool m_accountIdHasBeenSet = false; Aws::String m_backupJobId; bool m_backupJobIdHasBeenSet = false; Aws::String m_backupVaultName; bool m_backupVaultNameHasBeenSet = false; Aws::String m_backupVaultArn; bool m_backupVaultArnHasBeenSet = false; Aws::String m_recoveryPointArn; bool m_recoveryPointArnHasBeenSet = false; Aws::String m_resourceArn; bool m_resourceArnHasBeenSet = false; Aws::Utils::DateTime m_creationDate; bool m_creationDateHasBeenSet = false; Aws::Utils::DateTime m_completionDate; bool m_completionDateHasBeenSet = false; BackupJobState m_state; bool m_stateHasBeenSet = false; Aws::String m_statusMessage; bool m_statusMessageHasBeenSet = false; Aws::String m_percentDone; bool m_percentDoneHasBeenSet = false; long long m_backupSizeInBytes; bool m_backupSizeInBytesHasBeenSet = false; Aws::String m_iamRoleArn; bool m_iamRoleArnHasBeenSet = false; RecoveryPointCreator m_createdBy; bool m_createdByHasBeenSet = false; Aws::Utils::DateTime m_expectedCompletionDate; bool m_expectedCompletionDateHasBeenSet = false; Aws::Utils::DateTime m_startBy; bool m_startByHasBeenSet = false; Aws::String m_resourceType; bool m_resourceTypeHasBeenSet = false; long long m_bytesTransferred; bool m_bytesTransferredHasBeenSet = false; Aws::Map m_backupOptions; bool m_backupOptionsHasBeenSet = false; Aws::String m_backupType; bool m_backupTypeHasBeenSet = false; Aws::String m_parentJobId; bool m_parentJobIdHasBeenSet = false; bool m_isParent; bool m_isParentHasBeenSet = false; Aws::String m_resourceName; bool m_resourceNameHasBeenSet = false; }; } // namespace Model } // namespace Backup } // namespace Aws