7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/amplifybackend/AmplifyBackendRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace AmplifyBackend
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>
52 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
AWS_AMPLIFYBACKEND_API Aws::String SerializePayload() const override
ListS3BucketsRequest & WithNextToken(NextTokenT &&value)
AWS_AMPLIFYBACKEND_API ListS3BucketsRequest()=default
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String