7#include <aws/resource-explorer-2/ResourceExplorer2_EXPORTS.h>
8#include <aws/resource-explorer-2/ResourceExplorer2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ResourceExplorer2
50 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
65 template<
typename NextTokenT = Aws::String>
66 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
67 template<
typename NextTokenT = Aws::String>
73 bool m_maxResultsHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
AWS_RESOURCEEXPLORER2_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
ListViewsRequest & WithMaxResults(int value)
ListViewsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
AWS_RESOURCEEXPLORER2_API ListViewsRequest()=default
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String