7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename BackupPlanIdT = Aws::String>
48 void SetBackupPlanId(BackupPlanIdT&& value) { m_backupPlanIdHasBeenSet =
true; m_backupPlanId = std::forward<BackupPlanIdT>(value); }
49 template<
typename BackupPlanIdT = Aws::String>
61 template<
typename BackupPlanArnT = Aws::String>
62 void SetBackupPlanArn(BackupPlanArnT&& value) { m_backupPlanArnHasBeenSet =
true; m_backupPlanArn = std::forward<BackupPlanArnT>(value); }
63 template<
typename BackupPlanArnT = Aws::String>
74 template<
typename BackupPlanVersionT = Aws::String>
75 void SetBackupPlanVersion(BackupPlanVersionT&& value) { m_backupPlanVersionHasBeenSet =
true; m_backupPlanVersion = std::forward<BackupPlanVersionT>(value); }
76 template<
typename BackupPlanVersionT = Aws::String>
87 template<
typename BackupRuleIdT = Aws::String>
88 void SetBackupRuleId(BackupRuleIdT&& value) { m_backupRuleIdHasBeenSet =
true; m_backupRuleId = std::forward<BackupRuleIdT>(value); }
89 template<
typename BackupRuleIdT = Aws::String>
95 bool m_backupPlanIdHasBeenSet =
false;
98 bool m_backupPlanArnHasBeenSet =
false;
101 bool m_backupPlanVersionHasBeenSet =
false;
104 bool m_backupRuleIdHasBeenSet =
false;
const Aws::String & GetBackupPlanId() const
void SetBackupRuleId(BackupRuleIdT &&value)
RecoveryPointCreator & WithBackupPlanId(BackupPlanIdT &&value)
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBackupPlanArn(BackupPlanArnT &&value)
const Aws::String & GetBackupRuleId() const
void SetBackupPlanId(BackupPlanIdT &&value)
bool BackupPlanIdHasBeenSet() const
bool BackupPlanVersionHasBeenSet() const
void SetBackupPlanVersion(BackupPlanVersionT &&value)
RecoveryPointCreator & WithBackupPlanArn(BackupPlanArnT &&value)
const Aws::String & GetBackupPlanVersion() const
const Aws::String & GetBackupPlanArn() const
AWS_BACKUP_API RecoveryPointCreator()=default
RecoveryPointCreator & WithBackupRuleId(BackupRuleIdT &&value)
AWS_BACKUP_API RecoveryPointCreator(Aws::Utils::Json::JsonView jsonValue)
bool BackupPlanArnHasBeenSet() const
AWS_BACKUP_API RecoveryPointCreator & operator=(Aws::Utils::Json::JsonView jsonValue)
RecoveryPointCreator & WithBackupPlanVersion(BackupPlanVersionT &&value)
bool BackupRuleIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue