7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
19namespace LexModelsV2 {
42 template <
typename ApiTokenSecretArnT = Aws::String>
44 m_apiTokenSecretArnHasBeenSet =
true;
45 m_apiTokenSecretArn = std::forward<ApiTokenSecretArnT>(value);
47 template <
typename ApiTokenSecretArnT = Aws::String>
61 template <
typename ModelIdT = Aws::String>
63 m_modelIdHasBeenSet =
true;
64 m_modelId = std::forward<ModelIdT>(value);
66 template <
typename ModelIdT = Aws::String>
76 bool m_apiTokenSecretArnHasBeenSet =
false;
77 bool m_modelIdHasBeenSet =
false;
void SetModelId(ModelIdT &&value)
bool ApiTokenSecretArnHasBeenSet() const
const Aws::String & GetApiTokenSecretArn() const
AWS_LEXMODELSV2_API DeepgramSpeechModelConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetApiTokenSecretArn(ApiTokenSecretArnT &&value)
DeepgramSpeechModelConfig & WithApiTokenSecretArn(ApiTokenSecretArnT &&value)
const Aws::String & GetModelId() const
DeepgramSpeechModelConfig & WithModelId(ModelIdT &&value)
AWS_LEXMODELSV2_API DeepgramSpeechModelConfig()=default
bool ModelIdHasBeenSet() const
AWS_LEXMODELSV2_API DeepgramSpeechModelConfig(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue