7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/BackupRequest.h>
9#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>
62 template<
typename NextTokenT = Aws::String>
63 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
64 template<
typename NextTokenT = Aws::String>
74 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
80 bool m_backupPlanIdHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
86 bool m_maxResultsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_BACKUP_API Aws::String SerializePayload() const override
void SetBackupPlanId(BackupPlanIdT &&value)
ListBackupSelectionsRequest & WithMaxResults(int value)
ListBackupSelectionsRequest & WithBackupPlanId(BackupPlanIdT &&value)
ListBackupSelectionsRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
int GetMaxResults() const
const Aws::String & GetBackupPlanId() const
bool BackupPlanIdHasBeenSet() const
AWS_BACKUP_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetNextToken() const
AWS_BACKUP_API ListBackupSelectionsRequest()=default
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String