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/lookoutequipment/model/RetrainingSchedulerStatus.h>
15namespace LookoutEquipment
45 template<
typename ModelNameBeginsWithT = Aws::String>
46 void SetModelNameBeginsWith(ModelNameBeginsWithT&& value) { m_modelNameBeginsWithHasBeenSet =
true; m_modelNameBeginsWith = std::forward<ModelNameBeginsWithT>(value); }
47 template<
typename ModelNameBeginsWithT = Aws::String>
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
81 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
87 bool m_modelNameBeginsWithHasBeenSet =
false;
90 bool m_statusHasBeenSet =
false;
93 bool m_nextTokenHasBeenSet =
false;
96 bool m_maxResultsHasBeenSet =
false;
void SetMaxResults(int value)
bool ModelNameBeginsWithHasBeenSet() const
bool NextTokenHasBeenSet() const
const Aws::String & GetModelNameBeginsWith() const
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
RetrainingSchedulerStatus GetStatus() const
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
void SetModelNameBeginsWith(ModelNameBeginsWithT &&value)
const Aws::String & GetNextToken() const
int GetMaxResults() const
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListRetrainingSchedulersRequest & WithNextToken(NextTokenT &&value)
void SetStatus(RetrainingSchedulerStatus value)
ListRetrainingSchedulersRequest & WithModelNameBeginsWith(ModelNameBeginsWithT &&value)
ListRetrainingSchedulersRequest & WithMaxResults(int value)
AWS_LOOKOUTEQUIPMENT_API ListRetrainingSchedulersRequest()=default
ListRetrainingSchedulersRequest & WithStatus(RetrainingSchedulerStatus value)
void SetNextToken(NextTokenT &&value)
bool StatusHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
RetrainingSchedulerStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String