7#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
8#include <aws/lookoutequipment/LookoutEquipmentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
15namespace LookoutEquipment
45 template<
typename NextTokenT = Aws::String>
46 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
47 template<
typename NextTokenT = Aws::String>
57 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
67 template<
typename InferenceSchedulerNameT = Aws::String>
68 void SetInferenceSchedulerName(InferenceSchedulerNameT&& value) { m_inferenceSchedulerNameHasBeenSet =
true; m_inferenceSchedulerName = std::forward<InferenceSchedulerNameT>(value); }
69 template<
typename InferenceSchedulerNameT = Aws::String>
80 template<
typename IntervalStartTimeT = Aws::Utils::DateTime>
81 void SetIntervalStartTime(IntervalStartTimeT&& value) { m_intervalStartTimeHasBeenSet =
true; m_intervalStartTime = std::forward<IntervalStartTimeT>(value); }
82 template<
typename IntervalStartTimeT = Aws::Utils::DateTime>
93 template<
typename IntervalEndTimeT = Aws::Utils::DateTime>
94 void SetIntervalEndTime(IntervalEndTimeT&& value) { m_intervalEndTimeHasBeenSet =
true; m_intervalEndTime = std::forward<IntervalEndTimeT>(value); }
95 template<
typename IntervalEndTimeT = Aws::Utils::DateTime>
101 bool m_nextTokenHasBeenSet =
false;
104 bool m_maxResultsHasBeenSet =
false;
107 bool m_inferenceSchedulerNameHasBeenSet =
false;
110 bool m_intervalStartTimeHasBeenSet =
false;
113 bool m_intervalEndTimeHasBeenSet =
false;
AWS_LOOKOUTEQUIPMENT_API ListInferenceEventsRequest()=default
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListInferenceEventsRequest & WithMaxResults(int value)
const Aws::Utils::DateTime & GetIntervalEndTime() const
void SetIntervalStartTime(IntervalStartTimeT &&value)
int GetMaxResults() const
bool IntervalEndTimeHasBeenSet() const
ListInferenceEventsRequest & WithIntervalEndTime(IntervalEndTimeT &&value)
bool IntervalStartTimeHasBeenSet() const
const Aws::String & GetNextToken() const
void SetIntervalEndTime(IntervalEndTimeT &&value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetInferenceSchedulerName() const
ListInferenceEventsRequest & WithIntervalStartTime(IntervalStartTimeT &&value)
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
const Aws::Utils::DateTime & GetIntervalStartTime() const
ListInferenceEventsRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
ListInferenceEventsRequest & WithInferenceSchedulerName(InferenceSchedulerNameT &&value)
bool InferenceSchedulerNameHasBeenSet() const
void SetInferenceSchedulerName(InferenceSchedulerNameT &&value)
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String