7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/firehose/Firehose_EXPORTS.h>
9#include <aws/firehose/model/ProcessorParameterName.h>
47 m_parameterNameHasBeenSet =
true;
48 m_parameterName = value;
62 template <
typename ParameterValueT = Aws::String>
64 m_parameterValueHasBeenSet =
true;
65 m_parameterValue = std::forward<ParameterValueT>(value);
67 template <
typename ParameterValueT = Aws::String>
77 bool m_parameterNameHasBeenSet =
false;
78 bool m_parameterValueHasBeenSet =
false;
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)
bool ParameterNameHasBeenSet() const
ProcessorParameterName GetParameterName() const
bool ParameterValueHasBeenSet() const
AWS_FIREHOSE_API ProcessorParameter()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue