7#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace Route53Profiles
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
61 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
69 bool m_messageHasBeenSet =
false;
72 bool m_resourceTypeHasBeenSet =
false;
void SetResourceType(Aws::String &&value)
bool MessageHasBeenSet() const
void SetResourceType(const Aws::String &value)
AWS_ROUTE53PROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
void SetMessage(Aws::String &&value)
ResourceNotFoundException & WithMessage(const Aws::String &value)
AWS_ROUTE53PROFILES_API ResourceNotFoundException()
void SetMessage(const Aws::String &value)
AWS_ROUTE53PROFILES_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const char *value)
ResourceNotFoundException & WithResourceType(const Aws::String &value)
const Aws::String & GetResourceType() const
ResourceNotFoundException & WithResourceType(Aws::String &&value)
ResourceNotFoundException & WithMessage(const char *value)
ResourceNotFoundException & WithResourceType(const char *value)
AWS_ROUTE53PROFILES_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
bool ResourceTypeHasBeenSet() const
ResourceNotFoundException & WithMessage(Aws::String &&value)
void SetResourceType(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue