7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/CodePipelineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename NextTokenT = Aws::String>
45 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
46 template<
typename NextTokenT = Aws::String>
57 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
63 bool m_nextTokenHasBeenSet =
false;
66 bool m_maxResultsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
ListWebhooksRequest & WithMaxResults(int value)
AWS_CODEPIPELINE_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
ListWebhooksRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
AWS_CODEPIPELINE_API ListWebhooksRequest()=default
AWS_CODEPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaxResults(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String