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>
23namespace LookoutEquipment
50 inline void SetLabelGroupName(
const char* value) { m_labelGroupNameHasBeenSet =
true; m_labelGroupName.assign(value); }
64 inline void SetLabelId(
const char* value) { m_labelIdHasBeenSet =
true; m_labelId.assign(value); }
78 inline void SetLabelGroupArn(
const char* value) { m_labelGroupArnHasBeenSet =
true; m_labelGroupArn.assign(value); }
130 inline void SetFaultCode(
const char* value) { m_faultCodeHasBeenSet =
true; m_faultCode.assign(value); }
144 inline void SetEquipment(
const char* value) { m_equipmentHasBeenSet =
true; m_equipment.assign(value); }
164 bool m_labelGroupNameHasBeenSet =
false;
167 bool m_labelIdHasBeenSet =
false;
170 bool m_labelGroupArnHasBeenSet =
false;
173 bool m_startTimeHasBeenSet =
false;
176 bool m_endTimeHasBeenSet =
false;
179 bool m_ratingHasBeenSet =
false;
182 bool m_faultCodeHasBeenSet =
false;
185 bool m_equipmentHasBeenSet =
false;
188 bool m_createdAtHasBeenSet =
false;
AWS_LOOKOUTEQUIPMENT_API Aws::Utils::Json::JsonValue Jsonize() const
LabelSummary & WithFaultCode(const Aws::String &value)
bool StartTimeHasBeenSet() const
const Aws::Utils::DateTime & GetStartTime() const
AWS_LOOKOUTEQUIPMENT_API LabelSummary()
void SetFaultCode(const char *value)
LabelSummary & WithLabelId(const Aws::String &value)
LabelSummary & WithLabelId(const char *value)
LabelSummary & WithRating(const LabelRating &value)
void SetLabelGroupArn(Aws::String &&value)
void SetLabelId(const Aws::String &value)
const LabelRating & GetRating() const
void SetLabelId(Aws::String &&value)
const Aws::String & GetEquipment() const
LabelSummary & WithFaultCode(Aws::String &&value)
void SetEndTime(const Aws::Utils::DateTime &value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
const Aws::String & GetFaultCode() const
LabelSummary & WithLabelGroupArn(const char *value)
void SetLabelGroupArn(const char *value)
AWS_LOOKOUTEQUIPMENT_API LabelSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
LabelSummary & WithStartTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetEndTime() const
void SetRating(const LabelRating &value)
void SetFaultCode(Aws::String &&value)
const Aws::String & GetLabelId() const
LabelSummary & WithStartTime(const Aws::Utils::DateTime &value)
LabelSummary & WithEndTime(Aws::Utils::DateTime &&value)
LabelSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
LabelSummary & WithLabelGroupName(const Aws::String &value)
void SetLabelId(const char *value)
void SetLabelGroupArn(const Aws::String &value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
void SetLabelGroupName(const Aws::String &value)
void SetEquipment(const Aws::String &value)
void SetFaultCode(const Aws::String &value)
LabelSummary & WithLabelGroupArn(const Aws::String &value)
LabelSummary & WithLabelGroupName(Aws::String &&value)
void SetEquipment(const char *value)
LabelSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
LabelSummary & WithFaultCode(const char *value)
LabelSummary & WithLabelGroupName(const char *value)
LabelSummary & WithEquipment(const Aws::String &value)
void SetStartTime(Aws::Utils::DateTime &&value)
void SetLabelGroupName(const char *value)
bool EndTimeHasBeenSet() const
LabelSummary & WithRating(LabelRating &&value)
const Aws::String & GetLabelGroupArn() const
const Aws::Utils::DateTime & GetCreatedAt() const
LabelSummary & WithEquipment(const char *value)
bool LabelGroupArnHasBeenSet() const
bool LabelGroupNameHasBeenSet() const
void SetStartTime(const Aws::Utils::DateTime &value)
bool RatingHasBeenSet() const
void SetLabelGroupName(Aws::String &&value)
LabelSummary & WithEndTime(const Aws::Utils::DateTime &value)
void SetEndTime(Aws::Utils::DateTime &&value)
bool FaultCodeHasBeenSet() const
LabelSummary & WithLabelGroupArn(Aws::String &&value)
LabelSummary & WithLabelId(Aws::String &&value)
void SetRating(LabelRating &&value)
bool EquipmentHasBeenSet() const
bool CreatedAtHasBeenSet() const
bool LabelIdHasBeenSet() const
LabelSummary & WithEquipment(Aws::String &&value)
const Aws::String & GetLabelGroupName() const
AWS_LOOKOUTEQUIPMENT_API LabelSummary(Aws::Utils::Json::JsonView jsonValue)
void SetEquipment(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue