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; }
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
63 bool m_maxResultsHasBeenSet =
false;
66 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
AWS_PROTON_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_PROTON_API Aws::String SerializePayload() const override
AWS_PROTON_API ListServiceTemplatesRequest()=default
bool NextTokenHasBeenSet() const
ListServiceTemplatesRequest & WithNextToken(NextTokenT &&value)
ListServiceTemplatesRequest & WithMaxResults(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String