7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename MessageT = Aws::String>
49 void SetMessage(
MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
50 template<
typename MessageT = Aws::String>
60 template<
typename SourceTypeT = Aws::String>
62 template<
typename SourceTypeT = Aws::String>
68 bool m_messageHasBeenSet =
false;
71 bool m_sourceTypeHasBeenSet =
false;
AWS_WAFV2_API WAFLimitsExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
void SetSourceType(SourceTypeT &&value)
bool SourceTypeHasBeenSet() const
const Aws::String & GetSourceType() const
WAFLimitsExceededException & WithSourceType(SourceTypeT &&value)
WAFLimitsExceededException & WithMessage(MessageT &&value)
AWS_WAFV2_API WAFLimitsExceededException()=default
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAFV2_API WAFLimitsExceededException(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue