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
48 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
60 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
72 inline void SetInferenceSchedulerName(
const char* value) { m_inferenceSchedulerNameHasBeenSet =
true; m_inferenceSchedulerName.assign(value); }
118 bool m_nextTokenHasBeenSet =
false;
121 bool m_maxResultsHasBeenSet =
false;
124 bool m_inferenceSchedulerNameHasBeenSet =
false;
127 bool m_dataStartTimeAfterHasBeenSet =
false;
130 bool m_dataEndTimeBeforeHasBeenSet =
false;
133 bool m_statusHasBeenSet =
false;
void SetStatus(InferenceExecutionStatus &&value)
ListInferenceExecutionsRequest & WithDataStartTimeAfter(const Aws::Utils::DateTime &value)
const InferenceExecutionStatus & GetStatus() const
void SetInferenceSchedulerName(const char *value)
ListInferenceExecutionsRequest & WithInferenceSchedulerName(Aws::String &&value)
void SetDataStartTimeAfter(const Aws::Utils::DateTime &value)
ListInferenceExecutionsRequest & WithStatus(const InferenceExecutionStatus &value)
virtual const char * GetServiceRequestName() const override
ListInferenceExecutionsRequest & WithDataEndTimeBefore(const Aws::Utils::DateTime &value)
bool InferenceSchedulerNameHasBeenSet() const
ListInferenceExecutionsRequest & WithDataEndTimeBefore(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetDataStartTimeAfter() const
ListInferenceExecutionsRequest & WithInferenceSchedulerName(const char *value)
bool MaxResultsHasBeenSet() const
ListInferenceExecutionsRequest & WithStatus(InferenceExecutionStatus &&value)
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetDataEndTimeBefore() const
int GetMaxResults() const
bool NextTokenHasBeenSet() const
ListInferenceExecutionsRequest & WithDataStartTimeAfter(Aws::Utils::DateTime &&value)
bool DataEndTimeBeforeHasBeenSet() const
const Aws::String & GetInferenceSchedulerName() const
bool DataStartTimeAfterHasBeenSet() const
void SetNextToken(const char *value)
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListInferenceExecutionsRequest & WithNextToken(const char *value)
void SetNextToken(Aws::String &&value)
void SetNextToken(const Aws::String &value)
ListInferenceExecutionsRequest & WithInferenceSchedulerName(const Aws::String &value)
void SetDataEndTimeBefore(const Aws::Utils::DateTime &value)
void SetDataStartTimeAfter(Aws::Utils::DateTime &&value)
void SetInferenceSchedulerName(const Aws::String &value)
void SetInferenceSchedulerName(Aws::String &&value)
ListInferenceExecutionsRequest & WithNextToken(Aws::String &&value)
void SetDataEndTimeBefore(Aws::Utils::DateTime &&value)
void SetStatus(const InferenceExecutionStatus &value)
void SetMaxResults(int value)
ListInferenceExecutionsRequest & WithMaxResults(int value)
AWS_LOOKOUTEQUIPMENT_API ListInferenceExecutionsRequest()
ListInferenceExecutionsRequest & WithNextToken(const Aws::String &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