AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ProcessorParameter.h
1
6#pragma once
7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/firehose/model/ProcessorParameterName.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 Firehose
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_FIREHOSE_API ProcessorParameter() = default;
38 AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
50 inline ProcessorParameterName GetParameterName() const { return m_parameterName; }
51 inline bool ParameterNameHasBeenSet() const { return m_parameterNameHasBeenSet; }
52 inline void SetParameterName(ProcessorParameterName value) { m_parameterNameHasBeenSet = true; m_parameterName = value; }
55
57
60 inline const Aws::String& GetParameterValue() const { return m_parameterValue; }
61 inline bool ParameterValueHasBeenSet() const { return m_parameterValueHasBeenSet; }
62 template<typename ParameterValueT = Aws::String>
63 void SetParameterValue(ParameterValueT&& value) { m_parameterValueHasBeenSet = true; m_parameterValue = std::forward<ParameterValueT>(value); }
64 template<typename ParameterValueT = Aws::String>
65 ProcessorParameter& WithParameterValue(ParameterValueT&& value) { SetParameterValue(std::forward<ParameterValueT>(value)); return *this;}
67 private:
68
70 bool m_parameterNameHasBeenSet = false;
71
72 Aws::String m_parameterValue;
73 bool m_parameterValueHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace Firehose
78} // namespace Aws
ProcessorParameter & WithParameterName(ProcessorParameterName value)
void SetParameterName(ProcessorParameterName value)
AWS_FIREHOSE_API ProcessorParameter(Aws::Utils::Json::JsonView jsonValue)
void SetParameterValue(ParameterValueT &&value)
const Aws::String & GetParameterValue() const
AWS_FIREHOSE_API ProcessorParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
ProcessorParameter & WithParameterValue(ParameterValueT &&value)
ProcessorParameterName GetParameterName() const
AWS_FIREHOSE_API ProcessorParameter()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue