7#include <aws/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/transcribe/model/CLMLanguageCode.h>
11#include <aws/transcribe/model/BaseModelName.h>
12#include <aws/transcribe/model/ModelStatus.h>
13#include <aws/transcribe/model/InputDataConfig.h>
26namespace TranscribeService
61 inline void SetModelName(
const char* value) { m_modelNameHasBeenSet =
true; m_modelName.assign(value); }
154 inline void SetUpgradeAvailability(
bool value) { m_upgradeAvailabilityHasBeenSet =
true; m_upgradeAvailability = value; }
170 inline void SetFailureReason(
const char* value) { m_failureReasonHasBeenSet =
true; m_failureReason.assign(value); }
192 bool m_modelNameHasBeenSet =
false;
195 bool m_createTimeHasBeenSet =
false;
198 bool m_lastModifiedTimeHasBeenSet =
false;
201 bool m_languageCodeHasBeenSet =
false;
204 bool m_baseModelNameHasBeenSet =
false;
207 bool m_modelStatusHasBeenSet =
false;
209 bool m_upgradeAvailability;
210 bool m_upgradeAvailabilityHasBeenSet =
false;
213 bool m_failureReasonHasBeenSet =
false;
216 bool m_inputDataConfigHasBeenSet =
false;
bool InputDataConfigHasBeenSet() const
bool ModelStatusHasBeenSet() const
LanguageModel & WithFailureReason(Aws::String &&value)
LanguageModel & WithLastModifiedTime(Aws::Utils::DateTime &&value)
LanguageModel & WithInputDataConfig(InputDataConfig &&value)
LanguageModel & WithLastModifiedTime(const Aws::Utils::DateTime &value)
const ModelStatus & GetModelStatus() const
void SetModelStatus(const ModelStatus &value)
LanguageModel & WithModelName(const char *value)
AWS_TRANSCRIBESERVICE_API LanguageModel()
LanguageModel & WithLanguageCode(CLMLanguageCode &&value)
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
LanguageModel & WithInputDataConfig(const InputDataConfig &value)
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
LanguageModel & WithBaseModelName(BaseModelName &&value)
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
LanguageModel & WithModelName(Aws::String &&value)
void SetFailureReason(const Aws::String &value)
void SetCreateTime(Aws::Utils::DateTime &&value)
LanguageModel & WithLanguageCode(const CLMLanguageCode &value)
AWS_TRANSCRIBESERVICE_API LanguageModel & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetModelName() const
void SetUpgradeAvailability(bool value)
void SetModelName(const Aws::String &value)
void SetModelStatus(ModelStatus &&value)
void SetCreateTime(const Aws::Utils::DateTime &value)
bool BaseModelNameHasBeenSet() const
bool ModelNameHasBeenSet() const
bool FailureReasonHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
LanguageModel & WithModelStatus(ModelStatus &&value)
const Aws::Utils::DateTime & GetCreateTime() const
bool GetUpgradeAvailability() const
LanguageModel & WithCreateTime(Aws::Utils::DateTime &&value)
const Aws::String & GetFailureReason() const
bool CreateTimeHasBeenSet() const
LanguageModel & WithFailureReason(const char *value)
void SetBaseModelName(BaseModelName &&value)
LanguageModel & WithUpgradeAvailability(bool value)
void SetInputDataConfig(const InputDataConfig &value)
const InputDataConfig & GetInputDataConfig() const
void SetLanguageCode(CLMLanguageCode &&value)
void SetModelName(Aws::String &&value)
void SetLanguageCode(const CLMLanguageCode &value)
LanguageModel & WithModelName(const Aws::String &value)
bool UpgradeAvailabilityHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
void SetFailureReason(Aws::String &&value)
LanguageModel & WithBaseModelName(const BaseModelName &value)
void SetModelName(const char *value)
void SetFailureReason(const char *value)
const BaseModelName & GetBaseModelName() const
LanguageModel & WithFailureReason(const Aws::String &value)
LanguageModel & WithCreateTime(const Aws::Utils::DateTime &value)
const CLMLanguageCode & GetLanguageCode() const
AWS_TRANSCRIBESERVICE_API LanguageModel(Aws::Utils::Json::JsonView jsonValue)
bool LanguageCodeHasBeenSet() const
LanguageModel & WithModelStatus(const ModelStatus &value)
void SetInputDataConfig(InputDataConfig &&value)
void SetBaseModelName(const BaseModelName &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue