7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
20namespace LookoutEquipment {
41 template <
typename LabelGroupNameT = Aws::String>
43 m_labelGroupNameHasBeenSet =
true;
44 m_labelGroupName = std::forward<LabelGroupNameT>(value);
46 template <
typename LabelGroupNameT = Aws::String>
59 template <
typename LabelGroupArnT = Aws::String>
61 m_labelGroupArnHasBeenSet =
true;
62 m_labelGroupArn = std::forward<LabelGroupArnT>(value);
64 template <
typename LabelGroupArnT = Aws::String>
77 template <
typename CreatedAtT = Aws::Utils::DateTime>
79 m_createdAtHasBeenSet =
true;
80 m_createdAt = std::forward<CreatedAtT>(value);
82 template <
typename CreatedAtT = Aws::Utils::DateTime>
95 template <
typename UpdatedAtT = Aws::Utils::DateTime>
97 m_updatedAtHasBeenSet =
true;
98 m_updatedAt = std::forward<UpdatedAtT>(value);
100 template <
typename UpdatedAtT = Aws::Utils::DateTime>
108 bool m_labelGroupNameHasBeenSet =
false;
111 bool m_labelGroupArnHasBeenSet =
false;
114 bool m_createdAtHasBeenSet =
false;
117 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