7#include <aws/codecatalyst/CodeCatalystRequest.h>
8#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CodeCatalyst {
38 template <
typename NextTokenT = Aws::String>
40 m_nextTokenHasBeenSet =
true;
41 m_nextToken = std::forward<NextTokenT>(value);
43 template <
typename NextTokenT = Aws::String>
51 bool m_nextTokenHasBeenSet =
false;
ListSpacesRequest & WithNextToken(NextTokenT &&value)
AWS_CODECATALYST_API ListSpacesRequest()=default
AWS_CODECATALYST_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String