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/LabelRating.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace LookoutEquipment
42 template<
typename LabelGroupNameT = Aws::String>
43 void SetLabelGroupName(LabelGroupNameT&& value) { m_labelGroupNameHasBeenSet =
true; m_labelGroupName = std::forward<LabelGroupNameT>(value); }
44 template<
typename LabelGroupNameT = Aws::String>
53 template<
typename LabelGroupArnT = Aws::String>
54 void SetLabelGroupArn(LabelGroupArnT&& value) { m_labelGroupArnHasBeenSet =
true; m_labelGroupArn = std::forward<LabelGroupArnT>(value); }
55 template<
typename LabelGroupArnT = Aws::String>
64 template<
typename LabelIdT = Aws::String>
65 void SetLabelId(LabelIdT&& value) { m_labelIdHasBeenSet =
true; m_labelId = std::forward<LabelIdT>(value); }
66 template<
typename LabelIdT = Aws::String>
75 template<
typename StartTimeT = Aws::Utils::DateTime>
76 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
77 template<
typename StartTimeT = Aws::Utils::DateTime>
86 template<
typename EndTimeT = Aws::Utils::DateTime>
87 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
88 template<
typename EndTimeT = Aws::Utils::DateTime>
108 template<
typename FaultCodeT = Aws::String>
109 void SetFaultCode(FaultCodeT&& value) { m_faultCodeHasBeenSet =
true; m_faultCode = std::forward<FaultCodeT>(value); }
110 template<
typename FaultCodeT = Aws::String>
121 template<
typename NotesT = Aws::String>
122 void SetNotes(NotesT&& value) { m_notesHasBeenSet =
true; m_notes = std::forward<NotesT>(value); }
123 template<
typename NotesT = Aws::String>
132 template<
typename EquipmentT = Aws::String>
133 void SetEquipment(EquipmentT&& value) { m_equipmentHasBeenSet =
true; m_equipment = std::forward<EquipmentT>(value); }
134 template<
typename EquipmentT = Aws::String>
143 template<
typename CreatedAtT = Aws::Utils::DateTime>
144 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
145 template<
typename CreatedAtT = Aws::Utils::DateTime>
152 template<
typename RequestIdT = Aws::String>
153 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
154 template<
typename RequestIdT = Aws::String>
160 bool m_labelGroupNameHasBeenSet =
false;
163 bool m_labelGroupArnHasBeenSet =
false;
166 bool m_labelIdHasBeenSet =
false;
169 bool m_startTimeHasBeenSet =
false;
172 bool m_endTimeHasBeenSet =
false;
175 bool m_ratingHasBeenSet =
false;
178 bool m_faultCodeHasBeenSet =
false;
181 bool m_notesHasBeenSet =
false;
184 bool m_equipmentHasBeenSet =
false;
187 bool m_createdAtHasBeenSet =
false;
190 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
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