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;
AWS_ROUTE53PROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceExistsException & WithMessage(const Aws::String &value)
const Aws::String & GetMessage() const
void SetMessage(const char *value)
bool ResourceTypeHasBeenSet() const
ResourceExistsException & WithMessage(const char *value)
AWS_ROUTE53PROFILES_API ResourceExistsException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResourceType(Aws::String &&value)
void SetResourceType(const Aws::String &value)
ResourceExistsException & WithResourceType(Aws::String &&value)
void SetMessage(Aws::String &&value)
ResourceExistsException & WithResourceType(const char *value)
bool MessageHasBeenSet() const
ResourceExistsException & WithMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
AWS_ROUTE53PROFILES_API ResourceExistsException()
ResourceExistsException & WithResourceType(const Aws::String &value)
AWS_ROUTE53PROFILES_API ResourceExistsException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResourceType() const
void SetResourceType(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue