This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/aws-cpp-sdk-backup/include/aws/backup/model/DeleteBackupPlanResult.h

219 lines
8.1 KiB
C
Raw Normal View History

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/backup/Backup_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/DateTime.h>
#include <utility>
namespace Aws
{
template<typename RESULT_TYPE>
class AmazonWebServiceResult;
namespace Utils
{
namespace Json
{
class JsonValue;
} // namespace Json
} // namespace Utils
namespace Backup
{
namespace Model
{
class AWS_BACKUP_API DeleteBackupPlanResult
{
public:
DeleteBackupPlanResult();
DeleteBackupPlanResult(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);
DeleteBackupPlanResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);
/**
* <p>Uniquely identifies a backup plan.</p>
*/
inline const Aws::String& GetBackupPlanId() const{ return m_backupPlanId; }
/**
* <p>Uniquely identifies a backup plan.</p>
*/
inline void SetBackupPlanId(const Aws::String& value) { m_backupPlanId = value; }
/**
* <p>Uniquely identifies a backup plan.</p>
*/
inline void SetBackupPlanId(Aws::String&& value) { m_backupPlanId = std::move(value); }
/**
* <p>Uniquely identifies a backup plan.</p>
*/
inline void SetBackupPlanId(const char* value) { m_backupPlanId.assign(value); }
/**
* <p>Uniquely identifies a backup plan.</p>
*/
inline DeleteBackupPlanResult& WithBackupPlanId(const Aws::String& value) { SetBackupPlanId(value); return *this;}
/**
* <p>Uniquely identifies a backup plan.</p>
*/
inline DeleteBackupPlanResult& WithBackupPlanId(Aws::String&& value) { SetBackupPlanId(std::move(value)); return *this;}
/**
* <p>Uniquely identifies a backup plan.</p>
*/
inline DeleteBackupPlanResult& WithBackupPlanId(const char* value) { SetBackupPlanId(value); return *this;}
/**
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for
* example,
* <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
*/
inline const Aws::String& GetBackupPlanArn() const{ return m_backupPlanArn; }
/**
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for
* example,
* <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
*/
inline void SetBackupPlanArn(const Aws::String& value) { m_backupPlanArn = value; }
/**
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for
* example,
* <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
*/
inline void SetBackupPlanArn(Aws::String&& value) { m_backupPlanArn = std::move(value); }
/**
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for
* example,
* <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
*/
inline void SetBackupPlanArn(const char* value) { m_backupPlanArn.assign(value); }
/**
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for
* example,
* <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
*/
inline DeleteBackupPlanResult& WithBackupPlanArn(const Aws::String& value) { SetBackupPlanArn(value); return *this;}
/**
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for
* example,
* <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
*/
inline DeleteBackupPlanResult& WithBackupPlanArn(Aws::String&& value) { SetBackupPlanArn(std::move(value)); return *this;}
/**
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for
* example,
* <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
*/
inline DeleteBackupPlanResult& WithBackupPlanArn(const char* value) { SetBackupPlanArn(value); return *this;}
/**
* <p>The date and time a backup plan is deleted, in Unix format and Coordinated
* Universal Time (UTC). The value of <code>DeletionDate</code> is accurate to
* milliseconds. For example, the value 1516925490.087 represents Friday, January
* 26, 2018 12:11:30.087 AM.</p>
*/
inline const Aws::Utils::DateTime& GetDeletionDate() const{ return m_deletionDate; }
/**
* <p>The date and time a backup plan is deleted, in Unix format and Coordinated
* Universal Time (UTC). The value of <code>DeletionDate</code> is accurate to
* milliseconds. For example, the value 1516925490.087 represents Friday, January
* 26, 2018 12:11:30.087 AM.</p>
*/
inline void SetDeletionDate(const Aws::Utils::DateTime& value) { m_deletionDate = value; }
/**
* <p>The date and time a backup plan is deleted, in Unix format and Coordinated
* Universal Time (UTC). The value of <code>DeletionDate</code> is accurate to
* milliseconds. For example, the value 1516925490.087 represents Friday, January
* 26, 2018 12:11:30.087 AM.</p>
*/
inline void SetDeletionDate(Aws::Utils::DateTime&& value) { m_deletionDate = std::move(value); }
/**
* <p>The date and time a backup plan is deleted, in Unix format and Coordinated
* Universal Time (UTC). The value of <code>DeletionDate</code> is accurate to
* milliseconds. For example, the value 1516925490.087 represents Friday, January
* 26, 2018 12:11:30.087 AM.</p>
*/
inline DeleteBackupPlanResult& WithDeletionDate(const Aws::Utils::DateTime& value) { SetDeletionDate(value); return *this;}
/**
* <p>The date and time a backup plan is deleted, in Unix format and Coordinated
* Universal Time (UTC). The value of <code>DeletionDate</code> is accurate to
* milliseconds. For example, the value 1516925490.087 represents Friday, January
* 26, 2018 12:11:30.087 AM.</p>
*/
inline DeleteBackupPlanResult& WithDeletionDate(Aws::Utils::DateTime&& value) { SetDeletionDate(std::move(value)); return *this;}
/**
* <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most
* 1,024 bytes long. Version Ids cannot be edited.</p>
*/
inline const Aws::String& GetVersionId() const{ return m_versionId; }
/**
* <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most
* 1,024 bytes long. Version Ids cannot be edited.</p>
*/
inline void SetVersionId(const Aws::String& value) { m_versionId = value; }
/**
* <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most
* 1,024 bytes long. Version Ids cannot be edited.</p>
*/
inline void SetVersionId(Aws::String&& value) { m_versionId = std::move(value); }
/**
* <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most
* 1,024 bytes long. Version Ids cannot be edited.</p>
*/
inline void SetVersionId(const char* value) { m_versionId.assign(value); }
/**
* <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most
* 1,024 bytes long. Version Ids cannot be edited.</p>
*/
inline DeleteBackupPlanResult& WithVersionId(const Aws::String& value) { SetVersionId(value); return *this;}
/**
* <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most
* 1,024 bytes long. Version Ids cannot be edited.</p>
*/
inline DeleteBackupPlanResult& WithVersionId(Aws::String&& value) { SetVersionId(std::move(value)); return *this;}
/**
* <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most
* 1,024 bytes long. Version Ids cannot be edited.</p>
*/
inline DeleteBackupPlanResult& WithVersionId(const char* value) { SetVersionId(value); return *this;}
private:
Aws::String m_backupPlanId;
Aws::String m_backupPlanArn;
Aws::Utils::DateTime m_deletionDate;
Aws::String m_versionId;
};
} // namespace Model
} // namespace Backup
} // namespace Aws