7#include <aws/workspaces/WorkSpaces_EXPORTS.h>
8#include <aws/workspaces/WorkSpacesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
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_WORKSPACES_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
AWS_WORKSPACES_API DescribeAccountModificationsRequest()=default
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
DescribeAccountModificationsRequest & WithNextToken(NextTokenT &&value)
AWS_WORKSPACES_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String