7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2Request.h>
9#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
17namespace resiliencehubv2 {
43 template <
typename AccountIdT = Aws::String>
45 m_accountIdHasBeenSet =
true;
46 m_accountId = std::forward<AccountIdT>(value);
48 template <
typename AccountIdT = Aws::String>
60 m_maxResultsHasBeenSet =
true;
73 template <
typename NextTokenT = Aws::String>
75 m_nextTokenHasBeenSet =
true;
76 m_nextToken = std::forward<NextTokenT>(value);
78 template <
typename NextTokenT = Aws::String>
90 bool m_accountIdHasBeenSet =
false;
91 bool m_maxResultsHasBeenSet =
false;
92 bool m_nextTokenHasBeenSet =
false;
bool AccountIdHasBeenSet() const
const Aws::String & GetNextToken() const
ListPoliciesRequest & WithMaxResults(int value)
int GetMaxResults() const
AWS_RESILIENCEHUBV2_API Aws::String SerializePayload() const override
void SetAccountId(AccountIdT &&value)
void SetNextToken(NextTokenT &&value)
AWS_RESILIENCEHUBV2_API ListPoliciesRequest()=default
bool NextTokenHasBeenSet() const
AWS_RESILIENCEHUBV2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMaxResults(int value)
ListPoliciesRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetAccountId() const
ListPoliciesRequest & WithAccountId(AccountIdT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String