/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace Backup { namespace Model { class AWS_BACKUP_API UpdateBackupPlanResult { public: UpdateBackupPlanResult(); UpdateBackupPlanResult(const Aws::AmazonWebServiceResult& result); UpdateBackupPlanResult& operator=(const Aws::AmazonWebServiceResult& result); /** *

Uniquely identifies a backup plan.

*/ inline const Aws::String& GetBackupPlanId() const{ return m_backupPlanId; } /** *

Uniquely identifies a backup plan.

*/ inline void SetBackupPlanId(const Aws::String& value) { m_backupPlanId = value; } /** *

Uniquely identifies a backup plan.

*/ inline void SetBackupPlanId(Aws::String&& value) { m_backupPlanId = std::move(value); } /** *

Uniquely identifies a backup plan.

*/ inline void SetBackupPlanId(const char* value) { m_backupPlanId.assign(value); } /** *

Uniquely identifies a backup plan.

*/ inline UpdateBackupPlanResult& WithBackupPlanId(const Aws::String& value) { SetBackupPlanId(value); return *this;} /** *

Uniquely identifies a backup plan.

*/ inline UpdateBackupPlanResult& WithBackupPlanId(Aws::String&& value) { SetBackupPlanId(std::move(value)); return *this;} /** *

Uniquely identifies a backup plan.

*/ inline UpdateBackupPlanResult& WithBackupPlanId(const char* value) { SetBackupPlanId(value); return *this;} /** *

An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for * example, * arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.

*/ inline const Aws::String& GetBackupPlanArn() const{ return m_backupPlanArn; } /** *

An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for * example, * arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.

*/ inline void SetBackupPlanArn(const Aws::String& value) { m_backupPlanArn = value; } /** *

An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for * example, * arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.

*/ inline void SetBackupPlanArn(Aws::String&& value) { m_backupPlanArn = std::move(value); } /** *

An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for * example, * arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.

*/ inline void SetBackupPlanArn(const char* value) { m_backupPlanArn.assign(value); } /** *

An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for * example, * arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.

*/ inline UpdateBackupPlanResult& WithBackupPlanArn(const Aws::String& value) { SetBackupPlanArn(value); return *this;} /** *

An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for * example, * arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.

*/ inline UpdateBackupPlanResult& WithBackupPlanArn(Aws::String&& value) { SetBackupPlanArn(std::move(value)); return *this;} /** *

An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for * example, * arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.

*/ inline UpdateBackupPlanResult& WithBackupPlanArn(const char* value) { SetBackupPlanArn(value); return *this;} /** *

The date and time a backup plan is updated, 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 plan is updated, 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_creationDate = value; } /** *

The date and time a backup plan is updated, 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_creationDate = std::move(value); } /** *

The date and time a backup plan is updated, 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 UpdateBackupPlanResult& WithCreationDate(const Aws::Utils::DateTime& value) { SetCreationDate(value); return *this;} /** *

The date and time a backup plan is updated, 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 UpdateBackupPlanResult& WithCreationDate(Aws::Utils::DateTime&& value) { SetCreationDate(std::move(value)); return *this;} /** *

Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most * 1,024 bytes long. Version Ids cannot be edited.

*/ inline const Aws::String& GetVersionId() const{ return m_versionId; } /** *

Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most * 1,024 bytes long. Version Ids cannot be edited.

*/ inline void SetVersionId(const Aws::String& value) { m_versionId = value; } /** *

Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most * 1,024 bytes long. Version Ids cannot be edited.

*/ inline void SetVersionId(Aws::String&& value) { m_versionId = std::move(value); } /** *

Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most * 1,024 bytes long. Version Ids cannot be edited.

*/ inline void SetVersionId(const char* value) { m_versionId.assign(value); } /** *

Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most * 1,024 bytes long. Version Ids cannot be edited.

*/ inline UpdateBackupPlanResult& WithVersionId(const Aws::String& value) { SetVersionId(value); return *this;} /** *

Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most * 1,024 bytes long. Version Ids cannot be edited.

*/ inline UpdateBackupPlanResult& WithVersionId(Aws::String&& value) { SetVersionId(std::move(value)); return *this;} /** *

Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most * 1,024 bytes long. Version Ids cannot be edited.

*/ inline UpdateBackupPlanResult& WithVersionId(const char* value) { SetVersionId(value); return *this;} private: Aws::String m_backupPlanId; Aws::String m_backupPlanArn; Aws::Utils::DateTime m_creationDate; Aws::String m_versionId; }; } // namespace Model } // namespace Backup } // namespace Aws