7#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace LookoutEquipment
49 inline void SetLabelGroupName(
const char* value) { m_labelGroupNameHasBeenSet =
true; m_labelGroupName.assign(value); }
63 inline void SetLabelGroupArn(
const char* value) { m_labelGroupArnHasBeenSet =
true; m_labelGroupArn.assign(value); }
95 bool m_labelGroupNameHasBeenSet =
false;
98 bool m_labelGroupArnHasBeenSet =
false;
101 bool m_createdAtHasBeenSet =
false;
104 bool m_updatedAtHasBeenSet =
false;
void SetUpdatedAt(const Aws::Utils::DateTime &value)
const Aws::String & GetLabelGroupName() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetLabelGroupArn(const Aws::String &value)
AWS_LOOKOUTEQUIPMENT_API LabelGroupSummary()
void SetUpdatedAt(Aws::Utils::DateTime &&value)
void SetLabelGroupArn(const char *value)
bool CreatedAtHasBeenSet() const
bool UpdatedAtHasBeenSet() const
void SetCreatedAt(const Aws::Utils::DateTime &value)
LabelGroupSummary & WithLabelGroupName(const Aws::String &value)
AWS_LOOKOUTEQUIPMENT_API LabelGroupSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_LOOKOUTEQUIPMENT_API Aws::Utils::Json::JsonValue Jsonize() const
LabelGroupSummary & WithUpdatedAt(const Aws::Utils::DateTime &value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
bool LabelGroupArnHasBeenSet() const
LabelGroupSummary & WithLabelGroupName(const char *value)
LabelGroupSummary & WithUpdatedAt(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
LabelGroupSummary & WithLabelGroupArn(const Aws::String &value)
LabelGroupSummary & WithLabelGroupArn(Aws::String &&value)
LabelGroupSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
LabelGroupSummary & WithLabelGroupName(Aws::String &&value)
void SetLabelGroupName(const char *value)
const Aws::String & GetLabelGroupArn() const
LabelGroupSummary & WithLabelGroupArn(const char *value)
void SetLabelGroupName(const Aws::String &value)
void SetLabelGroupArn(Aws::String &&value)
AWS_LOOKOUTEQUIPMENT_API LabelGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLabelGroupName(Aws::String &&value)
bool LabelGroupNameHasBeenSet() const
LabelGroupSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue