7#include <aws/backup/BackupRequest.h>
8#include <aws/backup/Backup_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename BackupPlanIdT = Aws::String>
44 m_backupPlanIdHasBeenSet =
true;
45 m_backupPlanId = std::forward<BackupPlanIdT>(value);
47 template <
typename BackupPlanIdT = Aws::String>
61 template <
typename VersionIdT = Aws::String>
63 m_versionIdHasBeenSet =
true;
64 m_versionId = std::forward<VersionIdT>(value);
66 template <
typename VersionIdT = Aws::String>
81 m_maxScheduledRunsPreviewHasBeenSet =
true;
82 m_maxScheduledRunsPreview = value;
94 int m_maxScheduledRunsPreview{0};
95 bool m_backupPlanIdHasBeenSet =
false;
96 bool m_versionIdHasBeenSet =
false;
97 bool m_maxScheduledRunsPreviewHasBeenSet =
false;
const Aws::String & GetVersionId() const
GetBackupPlanRequest & WithMaxScheduledRunsPreview(int value)
bool VersionIdHasBeenSet() const
AWS_BACKUP_API Aws::String SerializePayload() const override
int GetMaxScheduledRunsPreview() const
void SetVersionId(VersionIdT &&value)
GetBackupPlanRequest & WithBackupPlanId(BackupPlanIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_BACKUP_API GetBackupPlanRequest()=default
bool BackupPlanIdHasBeenSet() const
AWS_BACKUP_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetBackupPlanId(BackupPlanIdT &&value)
void SetMaxScheduledRunsPreview(int value)
bool MaxScheduledRunsPreviewHasBeenSet() const
const Aws::String & GetBackupPlanId() const
GetBackupPlanRequest & WithVersionId(VersionIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String