7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
9#include <aws/lexv2-models/model/AudioLogSetting.h>
10#include <aws/lexv2-models/model/TextLogSetting.h>
21namespace LexModelsV2 {
43 template <
typename TextLogSettingsT = Aws::Vector<TextLogSetting>>
45 m_textLogSettingsHasBeenSet =
true;
46 m_textLogSettings = std::forward<TextLogSettingsT>(value);
48 template <
typename TextLogSettingsT = Aws::Vector<TextLogSetting>>
53 template <
typename TextLogSettingsT = TextLogSetting>
55 m_textLogSettingsHasBeenSet =
true;
56 m_textLogSettings.emplace_back(std::forward<TextLogSettingsT>(value));
67 template <
typename AudioLogSettingsT = Aws::Vector<AudioLogSetting>>
69 m_audioLogSettingsHasBeenSet =
true;
70 m_audioLogSettings = std::forward<AudioLogSettingsT>(value);
72 template <
typename AudioLogSettingsT = Aws::Vector<AudioLogSetting>>
77 template <
typename AudioLogSettingsT = AudioLogSetting>
79 m_audioLogSettingsHasBeenSet =
true;
80 m_audioLogSettings.emplace_back(std::forward<AudioLogSettingsT>(value));
88 bool m_textLogSettingsHasBeenSet =
false;
89 bool m_audioLogSettingsHasBeenSet =
false;
AWS_LEXMODELSV2_API ConversationLogSettings()=default
void SetTextLogSettings(TextLogSettingsT &&value)
AWS_LEXMODELSV2_API ConversationLogSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAudioLogSettings(AudioLogSettingsT &&value)
const Aws::Vector< AudioLogSetting > & GetAudioLogSettings() const
ConversationLogSettings & WithTextLogSettings(TextLogSettingsT &&value)
const Aws::Vector< TextLogSetting > & GetTextLogSettings() const
bool AudioLogSettingsHasBeenSet() const
bool TextLogSettingsHasBeenSet() const
ConversationLogSettings & AddTextLogSettings(TextLogSettingsT &&value)
AWS_LEXMODELSV2_API ConversationLogSettings(Aws::Utils::Json::JsonView jsonValue)
ConversationLogSettings & WithAudioLogSettings(AudioLogSettingsT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
ConversationLogSettings & AddAudioLogSettings(AudioLogSettingsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue