7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/UUID.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lookoutequipment/LookoutEquipmentRequest.h>
11#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
12#include <aws/lookoutequipment/model/ModelPromoteMode.h>
17namespace LookoutEquipment {
42 template <
typename ModelNameT = Aws::String>
44 m_modelNameHasBeenSet =
true;
45 m_modelName = std::forward<ModelNameT>(value);
47 template <
typename ModelNameT = Aws::String>
61 template <
typename RetrainingStartDateT = Aws::Utils::DateTime>
63 m_retrainingStartDateHasBeenSet =
true;
64 m_retrainingStartDate = std::forward<RetrainingStartDateT>(value);
66 template <
typename RetrainingStartDateT = Aws::Utils::DateTime>
86 template <
typename RetrainingFrequencyT = Aws::String>
88 m_retrainingFrequencyHasBeenSet =
true;
89 m_retrainingFrequency = std::forward<RetrainingFrequencyT>(value);
91 template <
typename RetrainingFrequencyT = Aws::String>
104 template <
typename LookbackWindowT = Aws::String>
106 m_lookbackWindowHasBeenSet =
true;
107 m_lookbackWindow = std::forward<LookbackWindowT>(value);
109 template <
typename LookbackWindowT = Aws::String>
128 m_promoteModeHasBeenSet =
true;
129 m_promoteMode = value;
144 template <
typename ClientTokenT = Aws::String>
146 m_clientTokenHasBeenSet =
true;
147 m_clientToken = std::forward<ClientTokenT>(value);
149 template <
typename ClientTokenT = Aws::String>
157 bool m_modelNameHasBeenSet =
false;
160 bool m_retrainingStartDateHasBeenSet =
false;
163 bool m_retrainingFrequencyHasBeenSet =
false;
166 bool m_lookbackWindowHasBeenSet =
false;
169 bool m_promoteModeHasBeenSet =
false;
172 bool m_clientTokenHasBeenSet =
true;
void SetModelName(ModelNameT &&value)
const Aws::String & GetLookbackWindow() const
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_LOOKOUTEQUIPMENT_API CreateRetrainingSchedulerRequest()=default
const Aws::String & GetModelName() const
CreateRetrainingSchedulerRequest & WithClientToken(ClientTokenT &&value)
CreateRetrainingSchedulerRequest & WithRetrainingStartDate(RetrainingStartDateT &&value)
const Aws::String & GetRetrainingFrequency() const
virtual const char * GetServiceRequestName() const override
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
bool RetrainingFrequencyHasBeenSet() const
CreateRetrainingSchedulerRequest & WithModelName(ModelNameT &&value)
const Aws::String & GetClientToken() const
const Aws::Utils::DateTime & GetRetrainingStartDate() const
bool RetrainingStartDateHasBeenSet() const
void SetRetrainingFrequency(RetrainingFrequencyT &&value)
bool ModelNameHasBeenSet() const
CreateRetrainingSchedulerRequest & WithLookbackWindow(LookbackWindowT &&value)
bool PromoteModeHasBeenSet() const
CreateRetrainingSchedulerRequest & WithPromoteMode(ModelPromoteMode value)
bool ClientTokenHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
CreateRetrainingSchedulerRequest & WithRetrainingFrequency(RetrainingFrequencyT &&value)
void SetRetrainingStartDate(RetrainingStartDateT &&value)
void SetPromoteMode(ModelPromoteMode value)
void SetLookbackWindow(LookbackWindowT &&value)
ModelPromoteMode GetPromoteMode() const
bool LookbackWindowHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String