7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kendra/KendraRequest.h>
9#include <aws/kendra/Kendra_EXPORTS.h>
10#include <aws/kendra/model/Interval.h>
11#include <aws/kendra/model/MetricType.h>
41 template <
typename IndexIdT = Aws::String>
43 m_indexIdHasBeenSet =
true;
44 m_indexId = std::forward<IndexIdT>(value);
46 template <
typename IndexIdT = Aws::String>
73 m_intervalHasBeenSet =
true;
92 m_metricTypeHasBeenSet =
true;
109 template <
typename NextTokenT = Aws::String>
111 m_nextTokenHasBeenSet =
true;
112 m_nextToken = std::forward<NextTokenT>(value);
114 template <
typename NextTokenT = Aws::String>
128 m_maxResultsHasBeenSet =
true;
129 m_maxResults = value;
146 bool m_indexIdHasBeenSet =
false;
147 bool m_intervalHasBeenSet =
false;
148 bool m_metricTypeHasBeenSet =
false;
149 bool m_nextTokenHasBeenSet =
false;
150 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