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
47 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
59 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
71 inline void SetInferenceSchedulerName(
const char* value) { m_inferenceSchedulerNameHasBeenSet =
true; m_inferenceSchedulerName.assign(value); }
105 bool m_nextTokenHasBeenSet =
false;
108 bool m_maxResultsHasBeenSet =
false;
111 bool m_inferenceSchedulerNameHasBeenSet =
false;
114 bool m_intervalStartTimeHasBeenSet =
false;
117 bool m_intervalEndTimeHasBeenSet =
false;
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListInferenceEventsRequest & WithMaxResults(int value)
ListInferenceEventsRequest & WithNextToken(const char *value)
const Aws::Utils::DateTime & GetIntervalEndTime() const
AWS_LOOKOUTEQUIPMENT_API ListInferenceEventsRequest()
int GetMaxResults() const
void SetIntervalEndTime(const Aws::Utils::DateTime &value)
bool IntervalEndTimeHasBeenSet() const
void SetIntervalEndTime(Aws::Utils::DateTime &&value)
void SetNextToken(Aws::String &&value)
void SetIntervalStartTime(Aws::Utils::DateTime &&value)
bool IntervalStartTimeHasBeenSet() const
const Aws::String & GetNextToken() const
void SetInferenceSchedulerName(const Aws::String &value)
ListInferenceEventsRequest & WithIntervalEndTime(const Aws::Utils::DateTime &value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetInferenceSchedulerName() const
ListInferenceEventsRequest & WithInferenceSchedulerName(const Aws::String &value)
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
const Aws::Utils::DateTime & GetIntervalStartTime() const
ListInferenceEventsRequest & WithIntervalStartTime(const Aws::Utils::DateTime &value)
virtual const char * GetServiceRequestName() const override
ListInferenceEventsRequest & WithNextToken(Aws::String &&value)
ListInferenceEventsRequest & WithNextToken(const Aws::String &value)
void SetInferenceSchedulerName(const char *value)
void SetNextToken(const Aws::String &value)
bool InferenceSchedulerNameHasBeenSet() const
void SetIntervalStartTime(const Aws::Utils::DateTime &value)
ListInferenceEventsRequest & WithInferenceSchedulerName(Aws::String &&value)
void SetNextToken(const char *value)
ListInferenceEventsRequest & WithIntervalStartTime(Aws::Utils::DateTime &&value)
ListInferenceEventsRequest & WithInferenceSchedulerName(const char *value)
void SetInferenceSchedulerName(Aws::String &&value)
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
ListInferenceEventsRequest & WithIntervalEndTime(Aws::Utils::DateTime &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String