7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/kendra/KendraRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/kendra/model/Interval.h>
11#include <aws/kendra/model/MetricType.h>
45 template<
typename IndexIdT = Aws::String>
46 void SetIndexId(IndexIdT&& value) { m_indexIdHasBeenSet =
true; m_indexId = std::forward<IndexIdT>(value); }
47 template<
typename IndexIdT = Aws::String>
95 template<
typename NextTokenT = Aws::String>
96 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
97 template<
typename NextTokenT = Aws::String>
107 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
113 bool m_indexIdHasBeenSet =
false;
116 bool m_intervalHasBeenSet =
false;
119 bool m_metricTypeHasBeenSet =
false;
122 bool m_nextTokenHasBeenSet =
false;
125 bool m_maxResultsHasBeenSet =
false;
bool MetricTypeHasBeenSet() const
AWS_KENDRA_API GetSnapshotsRequest()=default
GetSnapshotsRequest & WithNextToken(NextTokenT &&value)
MetricType GetMetricType() const
const Aws::String & GetNextToken() const
void SetInterval(Interval value)
AWS_KENDRA_API Aws::String SerializePayload() const override
GetSnapshotsRequest & WithInterval(Interval value)
AWS_KENDRA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
int GetMaxResults() const
const Aws::String & GetIndexId() const
bool MaxResultsHasBeenSet() const
Interval GetInterval() const
bool NextTokenHasBeenSet() const
GetSnapshotsRequest & WithIndexId(IndexIdT &&value)
bool IndexIdHasBeenSet() const
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
void SetIndexId(IndexIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetMetricType(MetricType value)
bool IntervalHasBeenSet() const
GetSnapshotsRequest & WithMaxResults(int value)
GetSnapshotsRequest & WithMetricType(MetricType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String