7#include <aws/voice-id/VoiceID_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/voice-id/model/ResourceType.h>
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
70 bool m_messageHasBeenSet =
false;
73 bool m_resourceTypeHasBeenSet =
false;
void SetResourceType(const ResourceType &value)
ResourceNotFoundException & WithMessage(const Aws::String &value)
bool ResourceTypeHasBeenSet() const
const Aws::String & GetMessage() const
void SetResourceType(ResourceType &&value)
void SetMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
const ResourceType & GetResourceType() const
ResourceNotFoundException & WithResourceType(const ResourceType &value)
ResourceNotFoundException & WithMessage(Aws::String &&value)
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
AWS_VOICEID_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithMessage(const char *value)
ResourceNotFoundException & WithResourceType(ResourceType &&value)
void SetMessage(const char *value)
AWS_VOICEID_API ResourceNotFoundException()
AWS_VOICEID_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue