7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
58 inline void SetResourceName(
const char* value) { m_resourceNameHasBeenSet =
true; m_resourceName.assign(value); }
66 bool m_messageHasBeenSet =
false;
69 bool m_resourceNameHasBeenSet =
false;
ResourceNotFoundException & WithMessage(Aws::String &&value)
AWS_APPCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceNotFoundException & WithResourceName(const Aws::String &value)
AWS_APPCONFIG_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithMessage(const char *value)
void SetResourceName(const Aws::String &value)
void SetResourceName(const char *value)
AWS_APPCONFIG_API ResourceNotFoundException()
ResourceNotFoundException & WithResourceName(Aws::String &&value)
void SetMessage(const Aws::String &value)
const Aws::String & GetResourceName() const
bool ResourceNameHasBeenSet() const
void SetResourceName(Aws::String &&value)
void SetMessage(const char *value)
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
void SetMessage(Aws::String &&value)
AWS_APPCONFIG_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithMessage(const Aws::String &value)
ResourceNotFoundException & WithResourceName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue