7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/devops-guru/DevOpsGuruRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename NextTokenT = Aws::String>
43 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
44 template<
typename NextTokenT = Aws::String>
50 bool m_nextTokenHasBeenSet =
false;
AWS_DEVOPSGURU_API ListNotificationChannelsRequest()=default
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_DEVOPSGURU_API Aws::String SerializePayload() const override
ListNotificationChannelsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String