7#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
8#include <aws/lookoutequipment/LookoutEquipmentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/lookoutequipment/model/LabelRating.h>
13#include <aws/core/utils/UUID.h>
17namespace LookoutEquipment
49 inline void SetLabelGroupName(
const char* value) { m_labelGroupNameHasBeenSet =
true; m_labelGroupName.assign(value); }
102 inline void SetFaultCode(
const char* value) { m_faultCodeHasBeenSet =
true; m_faultCode.assign(value); }
118 inline void SetNotes(
const char* value) { m_notesHasBeenSet =
true; m_notes.assign(value); }
134 inline void SetEquipment(
const char* value) { m_equipmentHasBeenSet =
true; m_equipment.assign(value); }
149 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
157 bool m_labelGroupNameHasBeenSet =
false;
160 bool m_startTimeHasBeenSet =
false;
163 bool m_endTimeHasBeenSet =
false;
166 bool m_ratingHasBeenSet =
false;
169 bool m_faultCodeHasBeenSet =
false;
172 bool m_notesHasBeenSet =
false;
175 bool m_equipmentHasBeenSet =
false;
178 bool m_clientTokenHasBeenSet =
false;
CreateLabelRequest & WithNotes(Aws::String &&value)
void SetRating(const LabelRating &value)
bool FaultCodeHasBeenSet() const
bool EndTimeHasBeenSet() const
void SetStartTime(const Aws::Utils::DateTime &value)
bool RatingHasBeenSet() const
CreateLabelRequest & WithRating(const LabelRating &value)
bool ClientTokenHasBeenSet() const
CreateLabelRequest & WithFaultCode(const Aws::String &value)
CreateLabelRequest & WithEquipment(const char *value)
void SetFaultCode(Aws::String &&value)
CreateLabelRequest & WithEquipment(Aws::String &&value)
CreateLabelRequest & WithNotes(const char *value)
CreateLabelRequest & WithRating(LabelRating &&value)
CreateLabelRequest & WithClientToken(const char *value)
void SetEndTime(const Aws::Utils::DateTime &value)
const Aws::String & GetClientToken() const
CreateLabelRequest & WithFaultCode(Aws::String &&value)
const Aws::String & GetLabelGroupName() const
CreateLabelRequest & WithNotes(const Aws::String &value)
AWS_LOOKOUTEQUIPMENT_API CreateLabelRequest()
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
bool StartTimeHasBeenSet() const
bool LabelGroupNameHasBeenSet() const
void SetLabelGroupName(Aws::String &&value)
const Aws::String & GetEquipment() const
void SetNotes(const char *value)
CreateLabelRequest & WithLabelGroupName(Aws::String &&value)
void SetFaultCode(const Aws::String &value)
CreateLabelRequest & WithEndTime(Aws::Utils::DateTime &&value)
void SetClientToken(const char *value)
const Aws::String & GetFaultCode() const
CreateLabelRequest & WithLabelGroupName(const Aws::String &value)
void SetEquipment(const Aws::String &value)
void SetNotes(const Aws::String &value)
CreateLabelRequest & WithFaultCode(const char *value)
const Aws::Utils::DateTime & GetEndTime() const
const LabelRating & GetRating() const
void SetEndTime(Aws::Utils::DateTime &&value)
CreateLabelRequest & WithClientToken(Aws::String &&value)
CreateLabelRequest & WithEquipment(const Aws::String &value)
void SetRating(LabelRating &&value)
bool NotesHasBeenSet() const
CreateLabelRequest & WithLabelGroupName(const char *value)
void SetEquipment(const char *value)
void SetStartTime(Aws::Utils::DateTime &&value)
void SetClientToken(Aws::String &&value)
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetClientToken(const Aws::String &value)
const Aws::Utils::DateTime & GetStartTime() const
void SetLabelGroupName(const Aws::String &value)
void SetLabelGroupName(const char *value)
CreateLabelRequest & WithEndTime(const Aws::Utils::DateTime &value)
CreateLabelRequest & WithStartTime(Aws::Utils::DateTime &&value)
void SetFaultCode(const char *value)
bool EquipmentHasBeenSet() const
CreateLabelRequest & WithStartTime(const Aws::Utils::DateTime &value)
virtual const char * GetServiceRequestName() const override
CreateLabelRequest & WithClientToken(const Aws::String &value)
void SetEquipment(Aws::String &&value)
void SetNotes(Aws::String &&value)
const Aws::String & GetNotes() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String