7#include <aws/shield/Shield_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 SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
70 bool m_messageHasBeenSet =
false;
73 bool m_resourceTypeHasBeenSet =
false;
const Aws::String & GetMessage() const
AWS_SHIELD_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithMessage(const Aws::String &value)
void SetResourceType(Aws::String &&value)
ResourceNotFoundException & WithMessage(const char *value)
void SetMessage(Aws::String &&value)
void SetMessage(const char *value)
AWS_SHIELD_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SHIELD_API ResourceNotFoundException()
ResourceNotFoundException & WithResourceType(const Aws::String &value)
AWS_SHIELD_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetResourceType() const
ResourceNotFoundException & WithMessage(Aws::String &&value)
ResourceNotFoundException & WithResourceType(const char *value)
bool MessageHasBeenSet() const
void SetResourceType(const char *value)
void SetMessage(const Aws::String &value)
void SetResourceType(const Aws::String &value)
bool ResourceTypeHasBeenSet() const
ResourceNotFoundException & WithResourceType(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue