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/LabelRating.h>
17namespace LookoutEquipment {
43 template <
typename LabelGroupNameT = Aws::String>
45 m_labelGroupNameHasBeenSet =
true;
46 m_labelGroupName = std::forward<LabelGroupNameT>(value);
48 template <
typename LabelGroupNameT = Aws::String>
61 template <
typename StartTimeT = Aws::Utils::DateTime>
63 m_startTimeHasBeenSet =
true;
64 m_startTime = std::forward<StartTimeT>(value);
66 template <
typename StartTimeT = Aws::Utils::DateTime>
79 template <
typename EndTimeT = Aws::Utils::DateTime>
81 m_endTimeHasBeenSet =
true;
82 m_endTime = std::forward<EndTimeT>(value);
84 template <
typename EndTimeT = Aws::Utils::DateTime>
98 m_ratingHasBeenSet =
true;
116 template <
typename FaultCodeT = Aws::String>
118 m_faultCodeHasBeenSet =
true;
119 m_faultCode = std::forward<FaultCodeT>(value);
121 template <
typename FaultCodeT = Aws::String>
136 template <
typename NotesT = Aws::String>
138 m_notesHasBeenSet =
true;
139 m_notes = std::forward<NotesT>(value);
141 template <
typename NotesT = Aws::String>
143 SetNotes(std::forward<NotesT>(value));
156 template <
typename EquipmentT = Aws::String>
158 m_equipmentHasBeenSet =
true;
159 m_equipment = std::forward<EquipmentT>(value);
161 template <
typename EquipmentT = Aws::String>
175 template <
typename ClientTokenT = Aws::String>
177 m_clientTokenHasBeenSet =
true;
178 m_clientToken = std::forward<ClientTokenT>(value);
180 template <
typename ClientTokenT = Aws::String>
188 bool m_labelGroupNameHasBeenSet =
false;
191 bool m_startTimeHasBeenSet =
false;
194 bool m_endTimeHasBeenSet =
false;
197 bool m_ratingHasBeenSet =
false;
200 bool m_faultCodeHasBeenSet =
false;
203 bool m_notesHasBeenSet =
false;
206 bool m_equipmentHasBeenSet =
false;
209 bool m_clientTokenHasBeenSet =
true;
CreateLabelRequest & WithEquipment(EquipmentT &&value)
CreateLabelRequest & WithNotes(NotesT &&value)
AWS_LOOKOUTEQUIPMENT_API CreateLabelRequest()=default
CreateLabelRequest & WithRating(LabelRating value)
bool FaultCodeHasBeenSet() const
bool EndTimeHasBeenSet() const
bool RatingHasBeenSet() const
bool ClientTokenHasBeenSet() const
CreateLabelRequest & WithEndTime(EndTimeT &&value)
void SetNotes(NotesT &&value)
const Aws::String & GetClientToken() const
CreateLabelRequest & WithFaultCode(FaultCodeT &&value)
LabelRating GetRating() const
void SetLabelGroupName(LabelGroupNameT &&value)
const Aws::String & GetLabelGroupName() const
void SetRating(LabelRating value)
void SetFaultCode(FaultCodeT &&value)
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
bool StartTimeHasBeenSet() const
bool LabelGroupNameHasBeenSet() const
const Aws::String & GetEquipment() const
const Aws::String & GetFaultCode() const
CreateLabelRequest & WithClientToken(ClientTokenT &&value)
const Aws::Utils::DateTime & GetEndTime() const
void SetStartTime(StartTimeT &&value)
bool NotesHasBeenSet() const
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateLabelRequest & WithStartTime(StartTimeT &&value)
const Aws::Utils::DateTime & GetStartTime() const
void SetEquipment(EquipmentT &&value)
bool EquipmentHasBeenSet() const
void SetEndTime(EndTimeT &&value)
virtual const char * GetServiceRequestName() const override
void SetClientToken(ClientTokenT &&value)
CreateLabelRequest & WithLabelGroupName(LabelGroupNameT &&value)
const Aws::String & GetNotes() 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