AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LabelsInputConfiguration.h
1
6#pragma once
7#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
8#include <aws/lookoutequipment/model/LabelsS3InputConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace LookoutEquipment
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_LOOKOUTEQUIPMENT_API LabelsInputConfiguration();
37 AWS_LOOKOUTEQUIPMENT_API LabelsInputConfiguration(Aws::Utils::Json::JsonView jsonValue);
39 AWS_LOOKOUTEQUIPMENT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const LabelsS3InputConfiguration& GetS3InputConfiguration() const{ return m_s3InputConfiguration; }
48 inline bool S3InputConfigurationHasBeenSet() const { return m_s3InputConfigurationHasBeenSet; }
49 inline void SetS3InputConfiguration(const LabelsS3InputConfiguration& value) { m_s3InputConfigurationHasBeenSet = true; m_s3InputConfiguration = value; }
50 inline void SetS3InputConfiguration(LabelsS3InputConfiguration&& value) { m_s3InputConfigurationHasBeenSet = true; m_s3InputConfiguration = std::move(value); }
54
56
59 inline const Aws::String& GetLabelGroupName() const{ return m_labelGroupName; }
60 inline bool LabelGroupNameHasBeenSet() const { return m_labelGroupNameHasBeenSet; }
61 inline void SetLabelGroupName(const Aws::String& value) { m_labelGroupNameHasBeenSet = true; m_labelGroupName = value; }
62 inline void SetLabelGroupName(Aws::String&& value) { m_labelGroupNameHasBeenSet = true; m_labelGroupName = std::move(value); }
63 inline void SetLabelGroupName(const char* value) { m_labelGroupNameHasBeenSet = true; m_labelGroupName.assign(value); }
64 inline LabelsInputConfiguration& WithLabelGroupName(const Aws::String& value) { SetLabelGroupName(value); return *this;}
65 inline LabelsInputConfiguration& WithLabelGroupName(Aws::String&& value) { SetLabelGroupName(std::move(value)); return *this;}
66 inline LabelsInputConfiguration& WithLabelGroupName(const char* value) { SetLabelGroupName(value); return *this;}
68 private:
69
70 LabelsS3InputConfiguration m_s3InputConfiguration;
71 bool m_s3InputConfigurationHasBeenSet = false;
72
73 Aws::String m_labelGroupName;
74 bool m_labelGroupNameHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace LookoutEquipment
79} // namespace Aws
LabelsInputConfiguration & WithLabelGroupName(const char *value)
LabelsInputConfiguration & WithLabelGroupName(const Aws::String &value)
void SetS3InputConfiguration(LabelsS3InputConfiguration &&value)
LabelsInputConfiguration & WithLabelGroupName(Aws::String &&value)
AWS_LOOKOUTEQUIPMENT_API LabelsInputConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetS3InputConfiguration(const LabelsS3InputConfiguration &value)
const LabelsS3InputConfiguration & GetS3InputConfiguration() const
LabelsInputConfiguration & WithS3InputConfiguration(LabelsS3InputConfiguration &&value)
LabelsInputConfiguration & WithS3InputConfiguration(const LabelsS3InputConfiguration &value)
AWS_LOOKOUTEQUIPMENT_API LabelsInputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LOOKOUTEQUIPMENT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue