7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/TextLogDestination.h>
19namespace LexModelsV2 {
42 m_enabledHasBeenSet =
true;
55 template <
typename DestinationT = TextLogDestination>
57 m_destinationHasBeenSet =
true;
58 m_destination = std::forward<DestinationT>(value);
60 template <
typename DestinationT = TextLogDestination>
74 m_selectiveLoggingEnabledHasBeenSet =
true;
75 m_selectiveLoggingEnabled = value;
83 bool m_enabled{
false};
85 TextLogDestination m_destination;
87 bool m_selectiveLoggingEnabled{
false};
88 bool m_enabledHasBeenSet =
false;
89 bool m_destinationHasBeenSet =
false;
90 bool m_selectiveLoggingEnabledHasBeenSet =
false;
TextLogSetting & WithSelectiveLoggingEnabled(bool value)
AWS_LEXMODELSV2_API TextLogSetting()=default
bool DestinationHasBeenSet() const
bool SelectiveLoggingEnabledHasBeenSet() const
bool EnabledHasBeenSet() const
AWS_LEXMODELSV2_API TextLogSetting(Aws::Utils::Json::JsonView jsonValue)
const TextLogDestination & GetDestination() const
TextLogSetting & WithDestination(DestinationT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSelectiveLoggingEnabled(bool value)
void SetDestination(DestinationT &&value)
TextLogSetting & WithEnabled(bool value)
void SetEnabled(bool value)
bool GetSelectiveLoggingEnabled() const
AWS_LEXMODELSV2_API TextLogSetting & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue