7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/securityhub/model/AwsWafv2CustomHttpHeader.h>
54 inline void SetCustomResponseBodyKey(
const char* value) { m_customResponseBodyKeyHasBeenSet =
true; m_customResponseBodyKey.assign(value); }
69 inline void SetResponseCode(
int value) { m_responseCodeHasBeenSet =
true; m_responseCode = value; }
89 bool m_customResponseBodyKeyHasBeenSet =
false;
92 bool m_responseCodeHasBeenSet =
false;
95 bool m_responseHeadersHasBeenSet =
false;
void SetCustomResponseBodyKey(const char *value)
const Aws::String & GetCustomResponseBodyKey() const
AWS_SECURITYHUB_API AwsWafv2CustomResponseDetails()
void SetCustomResponseBodyKey(Aws::String &&value)
void SetResponseHeaders(const Aws::Vector< AwsWafv2CustomHttpHeader > &value)
AWS_SECURITYHUB_API AwsWafv2CustomResponseDetails(Aws::Utils::Json::JsonView jsonValue)
void SetCustomResponseBodyKey(const Aws::String &value)
AwsWafv2CustomResponseDetails & WithResponseHeaders(Aws::Vector< AwsWafv2CustomHttpHeader > &&value)
AwsWafv2CustomResponseDetails & WithResponseHeaders(const Aws::Vector< AwsWafv2CustomHttpHeader > &value)
AwsWafv2CustomResponseDetails & WithCustomResponseBodyKey(Aws::String &&value)
bool ResponseCodeHasBeenSet() const
void SetResponseCode(int value)
AwsWafv2CustomResponseDetails & WithCustomResponseBodyKey(const Aws::String &value)
AwsWafv2CustomResponseDetails & WithCustomResponseBodyKey(const char *value)
AWS_SECURITYHUB_API AwsWafv2CustomResponseDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CustomResponseBodyKeyHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResponseHeaders(Aws::Vector< AwsWafv2CustomHttpHeader > &&value)
const Aws::Vector< AwsWafv2CustomHttpHeader > & GetResponseHeaders() const
bool ResponseHeadersHasBeenSet() const
AwsWafv2CustomResponseDetails & WithResponseCode(int value)
AwsWafv2CustomResponseDetails & AddResponseHeaders(const AwsWafv2CustomHttpHeader &value)
int GetResponseCode() const
AwsWafv2CustomResponseDetails & AddResponseHeaders(AwsWafv2CustomHttpHeader &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue