7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/codecatalyst/CodeCatalystRequest.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;
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