AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
MultiMeasureAttributeMapping.h
1
6#pragma once
7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pipes/model/MeasureValueType.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 Pipes
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_PIPES_API MultiMeasureAttributeMapping() = default;
39 AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetMeasureValue() const { return m_measureValue; }
47 inline bool MeasureValueHasBeenSet() const { return m_measureValueHasBeenSet; }
48 template<typename MeasureValueT = Aws::String>
49 void SetMeasureValue(MeasureValueT&& value) { m_measureValueHasBeenSet = true; m_measureValue = std::forward<MeasureValueT>(value); }
50 template<typename MeasureValueT = Aws::String>
51 MultiMeasureAttributeMapping& WithMeasureValue(MeasureValueT&& value) { SetMeasureValue(std::forward<MeasureValueT>(value)); return *this;}
53
55
58 inline MeasureValueType GetMeasureValueType() const { return m_measureValueType; }
59 inline bool MeasureValueTypeHasBeenSet() const { return m_measureValueTypeHasBeenSet; }
60 inline void SetMeasureValueType(MeasureValueType value) { m_measureValueTypeHasBeenSet = true; m_measureValueType = value; }
63
65
68 inline const Aws::String& GetMultiMeasureAttributeName() const { return m_multiMeasureAttributeName; }
69 inline bool MultiMeasureAttributeNameHasBeenSet() const { return m_multiMeasureAttributeNameHasBeenSet; }
70 template<typename MultiMeasureAttributeNameT = Aws::String>
71 void SetMultiMeasureAttributeName(MultiMeasureAttributeNameT&& value) { m_multiMeasureAttributeNameHasBeenSet = true; m_multiMeasureAttributeName = std::forward<MultiMeasureAttributeNameT>(value); }
72 template<typename MultiMeasureAttributeNameT = Aws::String>
73 MultiMeasureAttributeMapping& WithMultiMeasureAttributeName(MultiMeasureAttributeNameT&& value) { SetMultiMeasureAttributeName(std::forward<MultiMeasureAttributeNameT>(value)); return *this;}
75 private:
76
77 Aws::String m_measureValue;
78 bool m_measureValueHasBeenSet = false;
79
81 bool m_measureValueTypeHasBeenSet = false;
82
83 Aws::String m_multiMeasureAttributeName;
84 bool m_multiMeasureAttributeNameHasBeenSet = false;
85 };
86
87} // namespace Model
88} // namespace Pipes
89} // namespace Aws
MultiMeasureAttributeMapping & WithMeasureValueType(MeasureValueType value)
MultiMeasureAttributeMapping & WithMeasureValue(MeasureValueT &&value)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PIPES_API MultiMeasureAttributeMapping(Aws::Utils::Json::JsonView jsonValue)
void SetMultiMeasureAttributeName(MultiMeasureAttributeNameT &&value)
MultiMeasureAttributeMapping & WithMultiMeasureAttributeName(MultiMeasureAttributeNameT &&value)
AWS_PIPES_API MultiMeasureAttributeMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PIPES_API MultiMeasureAttributeMapping()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue