7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgentRequest.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
10#include <aws/devops-agent/model/Service.h>
18namespace DevOpsAgent {
48 m_maxResultsHasBeenSet =
true;
63 template <
typename NextTokenT = Aws::String>
65 m_nextTokenHasBeenSet =
true;
66 m_nextToken = std::forward<NextTokenT>(value);
68 template <
typename NextTokenT = Aws::String>
82 m_filterServiceTypeHasBeenSet =
true;
83 m_filterServiceType = value;
96 bool m_maxResultsHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
98 bool m_filterServiceTypeHasBeenSet =
false;
ListServicesRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
Service GetFilterServiceType() const
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
ListServicesRequest & WithFilterServiceType(Service value)
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
AWS_DEVOPSAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMaxResults(int value)
AWS_DEVOPSAGENT_API ListServicesRequest()=default
void SetFilterServiceType(Service value)
ListServicesRequest & WithNextToken(NextTokenT &&value)
bool FilterServiceTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String