7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename MessageT = Aws::String>
47 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
48 template<
typename MessageT = Aws::String>
56 template<
typename CodeT = Aws::String>
57 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
58 template<
typename CodeT = Aws::String>
64 bool m_messageHasBeenSet =
false;
67 bool m_codeHasBeenSet =
false;
void SetCode(CodeT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool CodeHasBeenSet() const
AWS_SECURITYHUB_API LimitExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
LimitExceededException & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
AWS_SECURITYHUB_API LimitExceededException(Aws::Utils::Json::JsonView jsonValue)
LimitExceededException & WithCode(CodeT &&value)
AWS_SECURITYHUB_API LimitExceededException()=default
bool MessageHasBeenSet() const
const Aws::String & GetCode() const
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue