7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/proton/ProtonRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
54 template<
typename NextTokenT = Aws::String>
55 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
56 template<
typename NextTokenT = Aws::String>
62 bool m_maxResultsHasBeenSet =
false;
65 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
int GetMaxResults() const
ListRepositoriesRequest & WithMaxResults(int value)
AWS_PROTON_API ListRepositoriesRequest()=default
AWS_PROTON_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
ListRepositoriesRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
AWS_PROTON_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String