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/ModelStatus.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; }
77 template<
typename ModelNameBeginsWithT = Aws::String>
78 void SetModelNameBeginsWith(ModelNameBeginsWithT&& value) { m_modelNameBeginsWithHasBeenSet =
true; m_modelNameBeginsWith = std::forward<ModelNameBeginsWithT>(value); }
79 template<
typename ModelNameBeginsWithT = Aws::String>
90 template<
typename DatasetNameBeginsWithT = Aws::String>
91 void SetDatasetNameBeginsWith(DatasetNameBeginsWithT&& value) { m_datasetNameBeginsWithHasBeenSet =
true; m_datasetNameBeginsWith = std::forward<DatasetNameBeginsWithT>(value); }
92 template<
typename DatasetNameBeginsWithT = Aws::String>
98 bool m_nextTokenHasBeenSet =
false;
101 bool m_maxResultsHasBeenSet =
false;
104 bool m_statusHasBeenSet =
false;
107 bool m_modelNameBeginsWithHasBeenSet =
false;
110 bool m_datasetNameBeginsWithHasBeenSet =
false;
int GetMaxResults() const
bool ModelNameBeginsWithHasBeenSet() const
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
ListModelsRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
bool StatusHasBeenSet() const
ListModelsRequest & WithStatus(ModelStatus value)
ModelStatus GetStatus() const
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
ListModelsRequest & WithMaxResults(int value)
void SetStatus(ModelStatus value)
void SetModelNameBeginsWith(ModelNameBeginsWithT &&value)
ListModelsRequest & WithModelNameBeginsWith(ModelNameBeginsWithT &&value)
void SetMaxResults(int value)
void SetDatasetNameBeginsWith(DatasetNameBeginsWithT &&value)
ListModelsRequest & WithDatasetNameBeginsWith(DatasetNameBeginsWithT &&value)
const Aws::String & GetDatasetNameBeginsWith() const
AWS_LOOKOUTEQUIPMENT_API ListModelsRequest()=default
bool DatasetNameBeginsWithHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetModelNameBeginsWith() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String