7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
11#include <aws/lookoutequipment/model/LabelRating.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace LookoutEquipment {
37 template <
typename LabelGroupNameT = Aws::String>
39 m_labelGroupNameHasBeenSet =
true;
40 m_labelGroupName = std::forward<LabelGroupNameT>(value);
42 template <
typename LabelGroupNameT = Aws::String>
54 template <
typename LabelGroupArnT = Aws::String>
56 m_labelGroupArnHasBeenSet =
true;
57 m_labelGroupArn = std::forward<LabelGroupArnT>(value);
59 template <
typename LabelGroupArnT = Aws::String>
71 template <
typename LabelIdT = Aws::String>
73 m_labelIdHasBeenSet =
true;
74 m_labelId = std::forward<LabelIdT>(value);
76 template <
typename LabelIdT = Aws::String>
88 template <
typename StartTimeT = Aws::Utils::DateTime>
90 m_startTimeHasBeenSet =
true;
91 m_startTime = std::forward<StartTimeT>(value);
93 template <
typename StartTimeT = Aws::Utils::DateTime>
105 template <
typename EndTimeT = Aws::Utils::DateTime>
107 m_endTimeHasBeenSet =
true;
108 m_endTime = std::forward<EndTimeT>(value);
110 template <
typename EndTimeT = Aws::Utils::DateTime>
123 m_ratingHasBeenSet =
true;
139 template <
typename FaultCodeT = Aws::String>
141 m_faultCodeHasBeenSet =
true;
142 m_faultCode = std::forward<FaultCodeT>(value);
144 template <
typename FaultCodeT = Aws::String>
158 template <
typename NotesT = Aws::String>
160 m_notesHasBeenSet =
true;
161 m_notes = std::forward<NotesT>(value);
163 template <
typename NotesT = Aws::String>
165 SetNotes(std::forward<NotesT>(value));
175 template <
typename EquipmentT = Aws::String>
177 m_equipmentHasBeenSet =
true;
178 m_equipment = std::forward<EquipmentT>(value);
180 template <
typename EquipmentT = Aws::String>
192 template <
typename CreatedAtT = Aws::Utils::DateTime>
194 m_createdAtHasBeenSet =
true;
195 m_createdAt = std::forward<CreatedAtT>(value);
197 template <
typename CreatedAtT = Aws::Utils::DateTime>
207 template <
typename RequestIdT = Aws::String>
209 m_requestIdHasBeenSet =
true;
210 m_requestId = std::forward<RequestIdT>(value);
212 template <
typename RequestIdT = Aws::String>
243 bool m_labelGroupNameHasBeenSet =
false;
244 bool m_labelGroupArnHasBeenSet =
false;
245 bool m_labelIdHasBeenSet =
false;
246 bool m_startTimeHasBeenSet =
false;
247 bool m_endTimeHasBeenSet =
false;
248 bool m_ratingHasBeenSet =
false;
249 bool m_faultCodeHasBeenSet =
false;
250 bool m_notesHasBeenSet =
false;
251 bool m_equipmentHasBeenSet =
false;
252 bool m_createdAtHasBeenSet =
false;
253 bool m_requestIdHasBeenSet =
false;
DescribeLabelResult & WithEquipment(EquipmentT &&value)
AWS_LOOKOUTEQUIPMENT_API DescribeLabelResult()=default
const Aws::String & GetLabelGroupName() const
void SetFaultCode(FaultCodeT &&value)
void SetNotes(NotesT &&value)
DescribeLabelResult & WithStartTime(StartTimeT &&value)
const Aws::Utils::DateTime & GetStartTime() const
void SetLabelId(LabelIdT &&value)
AWS_LOOKOUTEQUIPMENT_API DescribeLabelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLabelGroupArn(LabelGroupArnT &&value)
LabelRating GetRating() const
void SetLabelGroupName(LabelGroupNameT &&value)
DescribeLabelResult & WithEndTime(EndTimeT &&value)
const Aws::String & GetLabelGroupArn() const
DescribeLabelResult & WithRating(LabelRating value)
void SetStartTime(StartTimeT &&value)
const Aws::String & GetRequestId() const
DescribeLabelResult & WithLabelId(LabelIdT &&value)
DescribeLabelResult & WithNotes(NotesT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
DescribeLabelResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetEquipment() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeLabelResult & WithFaultCode(FaultCodeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
const Aws::String & GetFaultCode() const
DescribeLabelResult & WithLabelGroupArn(LabelGroupArnT &&value)
const Aws::String & GetNotes() const
void SetRating(LabelRating value)
void SetEndTime(EndTimeT &&value)
void SetEquipment(EquipmentT &&value)
void SetRequestId(RequestIdT &&value)
DescribeLabelResult & WithLabelGroupName(LabelGroupNameT &&value)
DescribeLabelResult & WithCreatedAt(CreatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetLabelId() const
AWS_LOOKOUTEQUIPMENT_API DescribeLabelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue