7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/voice-id/VoiceID_EXPORTS.h>
9#include <aws/voice-id/model/ResourceType.h>
40 template <
typename MessageT = Aws::String>
42 m_messageHasBeenSet =
true;
43 m_message = std::forward<MessageT>(value);
45 template <
typename MessageT = Aws::String>
61 m_resourceTypeHasBeenSet =
true;
62 m_resourceType = value;
73 bool m_messageHasBeenSet =
false;
74 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