7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/model/ParameterExceptionField.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/waf-regional/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;
bool ReasonHasBeenSet() const
AWS_WAFREGIONAL_API Aws::Utils::Json::JsonValue Jsonize() const
WAFInvalidParameterException & WithField(ParameterExceptionField value)
AWS_WAFREGIONAL_API WAFInvalidParameterException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FieldHasBeenSet() const
bool ParameterHasBeenSet() const
AWS_WAFREGIONAL_API WAFInvalidParameterException(Aws::Utils::Json::JsonView jsonValue)
ParameterExceptionField GetField() const
void SetField(ParameterExceptionField value)
void SetReason(ParameterExceptionReason value)
const Aws::String & GetParameter() const
void SetParameter(ParameterT &&value)
WAFInvalidParameterException & WithReason(ParameterExceptionReason value)
WAFInvalidParameterException & WithParameter(ParameterT &&value)
AWS_WAFREGIONAL_API WAFInvalidParameterException()=default
ParameterExceptionReason GetReason() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue