7#include <aws/voice-id/VoiceID_EXPORTS.h>
8#include <aws/voice-id/model/ConflictType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
71 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
79 bool m_conflictTypeHasBeenSet =
false;
82 bool m_messageHasBeenSet =
false;
AWS_VOICEID_API ConflictException()
bool MessageHasBeenSet() const
ConflictException & WithMessage(const char *value)
void SetConflictType(const ConflictType &value)
ConflictException & WithConflictType(const ConflictType &value)
const Aws::String & GetMessage() const
bool ConflictTypeHasBeenSet() const
void SetMessage(Aws::String &&value)
ConflictException & WithConflictType(ConflictType &&value)
ConflictException & WithMessage(Aws::String &&value)
AWS_VOICEID_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
const ConflictType & GetConflictType() const
void SetConflictType(ConflictType &&value)
void SetMessage(const char *value)
AWS_VOICEID_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const Aws::String &value)
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
ConflictException & WithMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue