7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/BackupRequest.h>
9#include <aws/backup/model/VaultType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
58 inline void SetByShared(
bool value) { m_bySharedHasBeenSet =
true; m_byShared = value; }
71 template<
typename NextTokenT = Aws::String>
72 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
73 template<
typename NextTokenT = Aws::String>
83 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
89 bool m_byVaultTypeHasBeenSet =
false;
91 bool m_byShared{
false};
92 bool m_bySharedHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
98 bool m_maxResultsHasBeenSet =
false;
ListBackupVaultsRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
ListBackupVaultsRequest & WithByVaultType(VaultType value)
int GetMaxResults() const
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
bool ByVaultTypeHasBeenSet() const
AWS_BACKUP_API Aws::String SerializePayload() const override
void SetByShared(bool value)
AWS_BACKUP_API ListBackupVaultsRequest()=default
bool BySharedHasBeenSet() const
bool MaxResultsHasBeenSet() const
void SetByVaultType(VaultType value)
ListBackupVaultsRequest & WithNextToken(NextTokenT &&value)
VaultType GetByVaultType() const
virtual const char * GetServiceRequestName() const override
ListBackupVaultsRequest & WithByShared(bool value)
AWS_BACKUP_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String