7#include <aws/backup/BackupRequest.h>
8#include <aws/backup/Backup_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
37 template <
typename BackupPlanIdT = Aws::String>
39 m_backupPlanIdHasBeenSet =
true;
40 m_backupPlanId = std::forward<BackupPlanIdT>(value);
42 template <
typename BackupPlanIdT = Aws::String>
50 bool m_backupPlanIdHasBeenSet =
false;
const Aws::String & GetBackupPlanId() const
AWS_BACKUP_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool BackupPlanIdHasBeenSet() const
AWS_BACKUP_API DeleteBackupPlanRequest()=default
DeleteBackupPlanRequest & WithBackupPlanId(BackupPlanIdT &&value)
void SetBackupPlanId(BackupPlanIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String