7#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8#include <aws/transcribestreaming/model/MedicalTranscriptEvent.h>
9#include <aws/transcribestreaming/model/BadRequestException.h>
10#include <aws/transcribestreaming/model/LimitExceededException.h>
11#include <aws/transcribestreaming/model/InternalFailureException.h>
12#include <aws/transcribestreaming/model/ConflictException.h>
13#include <aws/transcribestreaming/model/ServiceUnavailableException.h>
26namespace TranscribeStreamingService
68 inline void SetBadRequestException(
const BadRequestException& value) { m_badRequestExceptionHasBeenSet =
true; m_badRequestException = value; }
69 inline void SetBadRequestException(BadRequestException&& value) { m_badRequestExceptionHasBeenSet =
true; m_badRequestException = std::move(value); }
78 inline void SetLimitExceededException(
const LimitExceededException& value) { m_limitExceededExceptionHasBeenSet =
true; m_limitExceededException = value; }
79 inline void SetLimitExceededException(LimitExceededException&& value) { m_limitExceededExceptionHasBeenSet =
true; m_limitExceededException = std::move(value); }
88 inline void SetInternalFailureException(
const InternalFailureException& value) { m_internalFailureExceptionHasBeenSet =
true; m_internalFailureException = value; }
89 inline void SetInternalFailureException(InternalFailureException&& value) { m_internalFailureExceptionHasBeenSet =
true; m_internalFailureException = std::move(value); }
98 inline void SetConflictException(
const ConflictException& value) { m_conflictExceptionHasBeenSet =
true; m_conflictException = value; }
99 inline void SetConflictException(ConflictException&& value) { m_conflictExceptionHasBeenSet =
true; m_conflictException = std::move(value); }
108 inline void SetServiceUnavailableException(
const ServiceUnavailableException& value) { m_serviceUnavailableExceptionHasBeenSet =
true; m_serviceUnavailableException = value; }
109 inline void SetServiceUnavailableException(ServiceUnavailableException&& value) { m_serviceUnavailableExceptionHasBeenSet =
true; m_serviceUnavailableException = std::move(value); }
116 bool m_transcriptEventHasBeenSet =
false;
118 BadRequestException m_badRequestException;
119 bool m_badRequestExceptionHasBeenSet =
false;
121 LimitExceededException m_limitExceededException;
122 bool m_limitExceededExceptionHasBeenSet =
false;
124 InternalFailureException m_internalFailureException;
125 bool m_internalFailureExceptionHasBeenSet =
false;
127 ConflictException m_conflictException;
128 bool m_conflictExceptionHasBeenSet =
false;
130 ServiceUnavailableException m_serviceUnavailableException;
131 bool m_serviceUnavailableExceptionHasBeenSet =
false;
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalTranscriptResultStream()
const MedicalTranscriptEvent & GetTranscriptEvent() const
void SetLimitExceededException(const LimitExceededException &value)
const InternalFailureException & GetInternalFailureException() const
void SetBadRequestException(const BadRequestException &value)
void SetTranscriptEvent(MedicalTranscriptEvent &&value)
const ConflictException & GetConflictException() const
bool TranscriptEventHasBeenSet() const
void SetTranscriptEvent(const MedicalTranscriptEvent &value)
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalTranscriptResultStream(Aws::Utils::Json::JsonView jsonValue)
void SetConflictException(ConflictException &&value)
bool LimitExceededExceptionHasBeenSet() const
MedicalTranscriptResultStream & WithLimitExceededException(LimitExceededException &&value)
bool InternalFailureExceptionHasBeenSet() const
void SetConflictException(const ConflictException &value)
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
MedicalTranscriptResultStream & WithConflictException(ConflictException &&value)
void SetInternalFailureException(const InternalFailureException &value)
void SetBadRequestException(BadRequestException &&value)
void SetLimitExceededException(LimitExceededException &&value)
MedicalTranscriptResultStream & WithTranscriptEvent(const MedicalTranscriptEvent &value)
MedicalTranscriptResultStream & WithBadRequestException(BadRequestException &&value)
const ServiceUnavailableException & GetServiceUnavailableException() const
MedicalTranscriptResultStream & WithBadRequestException(const BadRequestException &value)
MedicalTranscriptResultStream & WithTranscriptEvent(MedicalTranscriptEvent &&value)
MedicalTranscriptResultStream & WithServiceUnavailableException(ServiceUnavailableException &&value)
MedicalTranscriptResultStream & WithInternalFailureException(const InternalFailureException &value)
MedicalTranscriptResultStream & WithInternalFailureException(InternalFailureException &&value)
void SetServiceUnavailableException(ServiceUnavailableException &&value)
bool BadRequestExceptionHasBeenSet() const
bool ServiceUnavailableExceptionHasBeenSet() const
void SetServiceUnavailableException(const ServiceUnavailableException &value)
const LimitExceededException & GetLimitExceededException() const
MedicalTranscriptResultStream & WithServiceUnavailableException(const ServiceUnavailableException &value)
void SetInternalFailureException(InternalFailureException &&value)
MedicalTranscriptResultStream & WithConflictException(const ConflictException &value)
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalTranscriptResultStream & operator=(Aws::Utils::Json::JsonView jsonValue)
MedicalTranscriptResultStream & WithLimitExceededException(const LimitExceededException &value)
bool ConflictExceptionHasBeenSet() const
const BadRequestException & GetBadRequestException() const
Aws::Utils::Json::JsonValue JsonValue