7#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/lookoutequipment/model/RetrainingSchedulerStatus.h>
11#include <aws/lookoutequipment/model/ModelPromoteMode.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace LookoutEquipment
43 template<
typename ModelNameT = Aws::String>
44 void SetModelName(ModelNameT&& value) { m_modelNameHasBeenSet =
true; m_modelName = std::forward<ModelNameT>(value); }
45 template<
typename ModelNameT = Aws::String>
54 template<
typename ModelArnT = Aws::String>
55 void SetModelArn(ModelArnT&& value) { m_modelArnHasBeenSet =
true; m_modelArn = std::forward<ModelArnT>(value); }
56 template<
typename ModelArnT = Aws::String>
66 template<
typename RetrainingStartDateT = Aws::Utils::DateTime>
67 void SetRetrainingStartDate(RetrainingStartDateT&& value) { m_retrainingStartDateHasBeenSet =
true; m_retrainingStartDate = std::forward<RetrainingStartDateT>(value); }
68 template<
typename RetrainingStartDateT = Aws::Utils::DateTime>
79 template<
typename RetrainingFrequencyT = Aws::String>
80 void SetRetrainingFrequency(RetrainingFrequencyT&& value) { m_retrainingFrequencyHasBeenSet =
true; m_retrainingFrequency = std::forward<RetrainingFrequencyT>(value); }
81 template<
typename RetrainingFrequencyT = Aws::String>
90 template<
typename LookbackWindowT = Aws::String>
91 void SetLookbackWindow(LookbackWindowT&& value) { m_lookbackWindowHasBeenSet =
true; m_lookbackWindow = std::forward<LookbackWindowT>(value); }
92 template<
typename LookbackWindowT = Aws::String>
125 template<
typename CreatedAtT = Aws::Utils::DateTime>
126 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
127 template<
typename CreatedAtT = Aws::Utils::DateTime>
137 template<
typename UpdatedAtT = Aws::Utils::DateTime>
138 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
139 template<
typename UpdatedAtT = Aws::Utils::DateTime>
146 template<
typename RequestIdT = Aws::String>
147 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
148 template<
typename RequestIdT = Aws::String>
154 bool m_modelNameHasBeenSet =
false;
157 bool m_modelArnHasBeenSet =
false;
160 bool m_retrainingStartDateHasBeenSet =
false;
163 bool m_retrainingFrequencyHasBeenSet =
false;
166 bool m_lookbackWindowHasBeenSet =
false;
169 bool m_statusHasBeenSet =
false;
172 bool m_promoteModeHasBeenSet =
false;
175 bool m_createdAtHasBeenSet =
false;
178 bool m_updatedAtHasBeenSet =
false;
181 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
DescribeRetrainingSchedulerResult & WithRetrainingFrequency(RetrainingFrequencyT &&value)
AWS_LOOKOUTEQUIPMENT_API DescribeRetrainingSchedulerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeRetrainingSchedulerResult & WithRequestId(RequestIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetRetrainingFrequency() const
const Aws::String & GetModelArn() const
void SetRetrainingStartDate(RetrainingStartDateT &&value)
RetrainingSchedulerStatus GetStatus() const
void SetModelName(ModelNameT &&value)
const Aws::Utils::DateTime & GetRetrainingStartDate() const
DescribeRetrainingSchedulerResult & WithRetrainingStartDate(RetrainingStartDateT &&value)
void SetModelArn(ModelArnT &&value)
DescribeRetrainingSchedulerResult & WithPromoteMode(ModelPromoteMode value)
const Aws::String & GetModelName() const
const Aws::String & GetRequestId() const
DescribeRetrainingSchedulerResult & WithModelName(ModelNameT &&value)
DescribeRetrainingSchedulerResult & WithModelArn(ModelArnT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
DescribeRetrainingSchedulerResult & WithStatus(RetrainingSchedulerStatus value)
void SetRetrainingFrequency(RetrainingFrequencyT &&value)
DescribeRetrainingSchedulerResult & WithCreatedAt(CreatedAtT &&value)
void SetLookbackWindow(LookbackWindowT &&value)
DescribeRetrainingSchedulerResult & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetLookbackWindow() const
DescribeRetrainingSchedulerResult & WithLookbackWindow(LookbackWindowT &&value)
AWS_LOOKOUTEQUIPMENT_API DescribeRetrainingSchedulerResult()=default
ModelPromoteMode GetPromoteMode() const
AWS_LOOKOUTEQUIPMENT_API DescribeRetrainingSchedulerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(RetrainingSchedulerStatus value)
void SetPromoteMode(ModelPromoteMode value)
RetrainingSchedulerStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue