7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/model/ParameterExceptionField.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/waf/model/ParameterExceptionReason.h>
72 template<
typename ParameterT = Aws::String>
73 void SetParameter(ParameterT&& value) { m_parameterHasBeenSet =
true; m_parameter = std::forward<ParameterT>(value); }
74 template<
typename ParameterT = Aws::String>
88 bool m_fieldHasBeenSet =
false;
91 bool m_parameterHasBeenSet =
false;
94 bool m_reasonHasBeenSet =
false;
WAFInvalidParameterException & WithParameter(ParameterT &&value)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAF_API WAFInvalidParameterException(Aws::Utils::Json::JsonView jsonValue)
AWS_WAF_API WAFInvalidParameterException()=default
WAFInvalidParameterException & WithReason(ParameterExceptionReason value)
ParameterExceptionField GetField() const
void SetReason(ParameterExceptionReason value)
bool ParameterHasBeenSet() const
void SetField(ParameterExceptionField value)
WAFInvalidParameterException & WithField(ParameterExceptionField value)
bool ReasonHasBeenSet() const
ParameterExceptionReason GetReason() const
void SetParameter(ParameterT &&value)
const Aws::String & GetParameter() const
bool FieldHasBeenSet() const
AWS_WAF_API WAFInvalidParameterException & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue