7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/model/ResponseContentType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
69 inline void SetContent(
const char* value) { m_contentHasBeenSet =
true; m_content.assign(value); }
77 bool m_contentTypeHasBeenSet =
false;
80 bool m_contentHasBeenSet =
false;
void SetContentType(ResponseContentType &&value)
void SetContent(const Aws::String &value)
void SetContent(const char *value)
bool ContentHasBeenSet() const
void SetContent(Aws::String &&value)
const Aws::String & GetContent() const
CustomResponseBody & WithContentType(ResponseContentType &&value)
CustomResponseBody & WithContent(Aws::String &&value)
AWS_WAFV2_API CustomResponseBody(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFV2_API CustomResponseBody & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomResponseBody & WithContent(const Aws::String &value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool ContentTypeHasBeenSet() const
const ResponseContentType & GetContentType() const
CustomResponseBody & WithContentType(const ResponseContentType &value)
AWS_WAFV2_API CustomResponseBody()
CustomResponseBody & WithContent(const char *value)
void SetContentType(const ResponseContentType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue