7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
59 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
67 bool m_messageHasBeenSet =
false;
70 bool m_codeHasBeenSet =
false;
bool CodeHasBeenSet() const
AWS_SECURITYHUB_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
void SetCode(const Aws::String &value)
ResourceNotFoundException & WithCode(Aws::String &&value)
void SetCode(const char *value)
const Aws::String & GetCode() const
AWS_SECURITYHUB_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithCode(const Aws::String &value)
void SetMessage(const char *value)
void SetCode(Aws::String &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(Aws::String &&value)
ResourceNotFoundException & WithCode(const char *value)
void SetMessage(const Aws::String &value)
AWS_SECURITYHUB_API ResourceNotFoundException()
const Aws::String & GetMessage() const
bool MessageHasBeenSet() const
ResourceNotFoundException & WithMessage(const char *value)
ResourceNotFoundException & WithMessage(const Aws::String &value)
ResourceNotFoundException & WithMessage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue