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
47 template<
typename LabelGroupNameT = Aws::String>
48 void SetLabelGroupName(LabelGroupNameT&& value) { m_labelGroupNameHasBeenSet =
true; m_labelGroupName = std::forward<LabelGroupNameT>(value); }
49 template<
typename LabelGroupNameT = Aws::String>
59 template<
typename LabelGroupArnT = Aws::String>
60 void SetLabelGroupArn(LabelGroupArnT&& value) { m_labelGroupArnHasBeenSet =
true; m_labelGroupArn = std::forward<LabelGroupArnT>(value); }
61 template<
typename LabelGroupArnT = Aws::String>
71 template<
typename CreatedAtT = Aws::Utils::DateTime>
72 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
73 template<
typename CreatedAtT = Aws::Utils::DateTime>
83 template<
typename UpdatedAtT = Aws::Utils::DateTime>
84 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
85 template<
typename UpdatedAtT = Aws::Utils::DateTime>
91 bool m_labelGroupNameHasBeenSet =
false;
94 bool m_labelGroupArnHasBeenSet =
false;
97 bool m_createdAtHasBeenSet =
false;
100 bool m_updatedAtHasBeenSet =
false;
void SetLabelGroupArn(LabelGroupArnT &&value)
const Aws::String & GetLabelGroupName() const
const Aws::Utils::DateTime & GetUpdatedAt() const
LabelGroupSummary & WithUpdatedAt(UpdatedAtT &&value)
AWS_LOOKOUTEQUIPMENT_API LabelGroupSummary()=default
bool CreatedAtHasBeenSet() const
bool UpdatedAtHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
AWS_LOOKOUTEQUIPMENT_API LabelGroupSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_LOOKOUTEQUIPMENT_API Aws::Utils::Json::JsonValue Jsonize() const
LabelGroupSummary & WithLabelGroupArn(LabelGroupArnT &&value)
LabelGroupSummary & WithCreatedAt(CreatedAtT &&value)
bool LabelGroupArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
LabelGroupSummary & WithLabelGroupName(LabelGroupNameT &&value)
const Aws::String & GetLabelGroupArn() const
void SetLabelGroupName(LabelGroupNameT &&value)
AWS_LOOKOUTEQUIPMENT_API LabelGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LabelGroupNameHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue