7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/firehose/model/ProcessorParameterName.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
66 inline void SetParameterValue(
const char* value) { m_parameterValueHasBeenSet =
true; m_parameterValue.assign(value); }
74 bool m_parameterNameHasBeenSet =
false;
77 bool m_parameterValueHasBeenSet =
false;
AWS_FIREHOSE_API ProcessorParameter(Aws::Utils::Json::JsonView jsonValue)
void SetParameterName(const ProcessorParameterName &value)
const Aws::String & GetParameterValue() const
void SetParameterValue(const Aws::String &value)
AWS_FIREHOSE_API ProcessorParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
const ProcessorParameterName & GetParameterName() const
void SetParameterName(ProcessorParameterName &&value)
void SetParameterValue(Aws::String &&value)
ProcessorParameter & WithParameterValue(const Aws::String &value)
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ParameterNameHasBeenSet() const
void SetParameterValue(const char *value)
ProcessorParameter & WithParameterName(const ProcessorParameterName &value)
AWS_FIREHOSE_API ProcessorParameter()
ProcessorParameter & WithParameterValue(Aws::String &&value)
bool ParameterValueHasBeenSet() const
ProcessorParameter & WithParameterName(ProcessorParameterName &&value)
ProcessorParameter & WithParameterValue(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue