7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
62 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
70 bool m_messageHasBeenSet =
false;
73 bool m_typeHasBeenSet =
false;
void SetMessage(Aws::String &&value)
AWS_GUARDDUTY_API AccessDeniedException(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
AccessDeniedException & WithType(const Aws::String &value)
void SetMessage(const Aws::String &value)
AccessDeniedException & WithType(Aws::String &&value)
const Aws::String & GetMessage() const
AccessDeniedException & WithMessage(const char *value)
const Aws::String & GetType() const
AWS_GUARDDUTY_API AccessDeniedException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(const char *value)
AWS_GUARDDUTY_API AccessDeniedException()
AccessDeniedException & WithType(const char *value)
void SetType(const Aws::String &value)
AccessDeniedException & WithMessage(Aws::String &&value)
void SetType(Aws::String &&value)
AccessDeniedException & WithMessage(const Aws::String &value)
void SetMessage(const char *value)
bool MessageHasBeenSet() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue