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>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/resource-explorer-2/model/IndexType.h>
16namespace ResourceExplorer2
52 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
69 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
99 inline void SetType(
const IndexType& value) { m_typeHasBeenSet =
true; m_type = value; }
100 inline void SetType(
IndexType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
107 bool m_maxResultsHasBeenSet =
false;
110 bool m_nextTokenHasBeenSet =
false;
113 bool m_regionsHasBeenSet =
false;
116 bool m_typeHasBeenSet =
false;
ListIndexesRequest & WithType(const IndexType &value)
void SetMaxResults(int value)
void SetType(IndexType &&value)
void SetRegions(Aws::Vector< Aws::String > &&value)
ListIndexesRequest & WithNextToken(const Aws::String &value)
void SetRegions(const Aws::Vector< Aws::String > &value)
ListIndexesRequest & WithMaxResults(int value)
ListIndexesRequest & AddRegions(Aws::String &&value)
bool TypeHasBeenSet() const
ListIndexesRequest & WithRegions(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetRegions() const
virtual const char * GetServiceRequestName() const override
ListIndexesRequest & WithNextToken(const char *value)
ListIndexesRequest & AddRegions(const char *value)
void SetNextToken(Aws::String &&value)
bool MaxResultsHasBeenSet() const
void SetNextToken(const Aws::String &value)
AWS_RESOURCEEXPLORER2_API ListIndexesRequest()
const IndexType & GetType() const
ListIndexesRequest & WithType(IndexType &&value)
bool RegionsHasBeenSet() const
void SetNextToken(const char *value)
ListIndexesRequest & AddRegions(const Aws::String &value)
ListIndexesRequest & WithNextToken(Aws::String &&value)
bool NextTokenHasBeenSet() const
void SetType(const IndexType &value)
const Aws::String & GetNextToken() const
int GetMaxResults() const
ListIndexesRequest & WithRegions(const Aws::Vector< Aws::String > &value)
AWS_RESOURCEEXPLORER2_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector