7#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
8#include <aws/lookoutequipment/model/LabelsS3InputConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace LookoutEquipment
49 template<
typename S3InputConfigurationT = LabelsS3InputConfiguration>
50 void SetS3InputConfiguration(S3InputConfigurationT&& value) { m_s3InputConfigurationHasBeenSet =
true; m_s3InputConfiguration = std::forward<S3InputConfigurationT>(value); }
51 template<
typename S3InputConfigurationT = LabelsS3InputConfiguration>
61 template<
typename LabelGroupNameT = Aws::String>
62 void SetLabelGroupName(LabelGroupNameT&& value) { m_labelGroupNameHasBeenSet =
true; m_labelGroupName = std::forward<LabelGroupNameT>(value); }
63 template<
typename LabelGroupNameT = Aws::String>
69 bool m_s3InputConfigurationHasBeenSet =
false;
72 bool m_labelGroupNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue