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>
46 template<
typename MessageT = Aws::String>
47 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
48 template<
typename MessageT = Aws::String>
66 bool m_messageHasBeenSet =
false;
69 bool m_resourceTypeHasBeenSet =
false;
AWS_VOICEID_API ResourceNotFoundException()=default
bool ResourceTypeHasBeenSet() const
const Aws::String & GetMessage() const
ResourceNotFoundException & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
void SetResourceType(ResourceType value)
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
AWS_VOICEID_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceType GetResourceType() const
ResourceNotFoundException & WithResourceType(ResourceType value)
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