7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/AudioLogDestination.h>
19namespace LexModelsV2 {
43 m_enabledHasBeenSet =
true;
56 template <
typename DestinationT = AudioLogDestination>
58 m_destinationHasBeenSet =
true;
59 m_destination = std::forward<DestinationT>(value);
61 template <
typename DestinationT = AudioLogDestination>
75 m_selectiveLoggingEnabledHasBeenSet =
true;
76 m_selectiveLoggingEnabled = value;
84 bool m_enabled{
false};
86 AudioLogDestination m_destination;
88 bool m_selectiveLoggingEnabled{
false};
89 bool m_enabledHasBeenSet =
false;
90 bool m_destinationHasBeenSet =
false;
91 bool m_selectiveLoggingEnabledHasBeenSet =
false;
void SetEnabled(bool value)
bool SelectiveLoggingEnabledHasBeenSet() const
bool EnabledHasBeenSet() const
bool DestinationHasBeenSet() const
void SetDestination(DestinationT &&value)
AWS_LEXMODELSV2_API AudioLogSetting & operator=(Aws::Utils::Json::JsonView jsonValue)
const AudioLogDestination & GetDestination() const
AWS_LEXMODELSV2_API AudioLogSetting(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API AudioLogSetting()=default
AudioLogSetting & WithSelectiveLoggingEnabled(bool value)
AudioLogSetting & WithDestination(DestinationT &&value)
bool GetSelectiveLoggingEnabled() const
AudioLogSetting & WithEnabled(bool value)
void SetSelectiveLoggingEnabled(bool value)
Aws::Utils::Json::JsonValue JsonValue