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>
11#include <aws/lookoutequipment/model/InferenceExecutionStatus.h>
16namespace LookoutEquipment
46 template<
typename NextTokenT = Aws::String>
47 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
48 template<
typename NextTokenT = Aws::String>
58 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
68 template<
typename InferenceSchedulerNameT = Aws::String>
69 void SetInferenceSchedulerName(InferenceSchedulerNameT&& value) { m_inferenceSchedulerNameHasBeenSet =
true; m_inferenceSchedulerName = std::forward<InferenceSchedulerNameT>(value); }
70 template<
typename InferenceSchedulerNameT = Aws::String>
81 template<
typename DataStartTimeAfterT = Aws::Utils::DateTime>
82 void SetDataStartTimeAfter(DataStartTimeAfterT&& value) { m_dataStartTimeAfterHasBeenSet =
true; m_dataStartTimeAfter = std::forward<DataStartTimeAfterT>(value); }
83 template<
typename DataStartTimeAfterT = Aws::Utils::DateTime>
94 template<
typename DataEndTimeBeforeT = Aws::Utils::DateTime>
95 void SetDataEndTimeBefore(DataEndTimeBeforeT&& value) { m_dataEndTimeBeforeHasBeenSet =
true; m_dataEndTimeBefore = std::forward<DataEndTimeBeforeT>(value); }
96 template<
typename DataEndTimeBeforeT = Aws::Utils::DateTime>
112 bool m_nextTokenHasBeenSet =
false;
115 bool m_maxResultsHasBeenSet =
false;
118 bool m_inferenceSchedulerNameHasBeenSet =
false;
121 bool m_dataStartTimeAfterHasBeenSet =
false;
124 bool m_dataEndTimeBeforeHasBeenSet =
false;
127 bool m_statusHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetDataEndTimeBefore(DataEndTimeBeforeT &&value)
void SetNextToken(NextTokenT &&value)
ListInferenceExecutionsRequest & WithDataEndTimeBefore(DataEndTimeBeforeT &&value)
bool InferenceSchedulerNameHasBeenSet() const
AWS_LOOKOUTEQUIPMENT_API ListInferenceExecutionsRequest()=default
const Aws::Utils::DateTime & GetDataStartTimeAfter() const
ListInferenceExecutionsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
bool StatusHasBeenSet() const
ListInferenceExecutionsRequest & WithDataStartTimeAfter(DataStartTimeAfterT &&value)
void SetStatus(InferenceExecutionStatus value)
const Aws::Utils::DateTime & GetDataEndTimeBefore() const
int GetMaxResults() const
bool NextTokenHasBeenSet() const
bool DataEndTimeBeforeHasBeenSet() const
const Aws::String & GetInferenceSchedulerName() const
bool DataStartTimeAfterHasBeenSet() const
void SetDataStartTimeAfter(DataStartTimeAfterT &&value)
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListInferenceExecutionsRequest & WithInferenceSchedulerName(InferenceSchedulerNameT &&value)
void SetInferenceSchedulerName(InferenceSchedulerNameT &&value)
InferenceExecutionStatus GetStatus() const
ListInferenceExecutionsRequest & WithStatus(InferenceExecutionStatus value)
void SetMaxResults(int value)
ListInferenceExecutionsRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String