7#include <aws/rolesanywhere/RolesAnywhere_EXPORTS.h>
8#include <aws/rolesanywhere/RolesAnywhereRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace RolesAnywhere
51 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
63 inline void SetPageSize(
int value) { m_pageSizeHasBeenSet =
true; m_pageSize = value; }
69 bool m_nextTokenHasBeenSet =
false;
72 bool m_pageSizeHasBeenSet =
false;
AWS_ROLESANYWHERE_API ListCrlsRequest()
void SetNextToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool PageSizeHasBeenSet() const
void SetPageSize(int value)
void SetNextToken(const Aws::String &value)
ListCrlsRequest & WithNextToken(Aws::String &&value)
bool NextTokenHasBeenSet() const
ListCrlsRequest & WithNextToken(const char *value)
ListCrlsRequest & WithNextToken(const Aws::String &value)
AWS_ROLESANYWHERE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_ROLESANYWHERE_API Aws::String SerializePayload() const override
ListCrlsRequest & WithPageSize(int value)
const Aws::String & GetNextToken() const
void SetNextToken(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String