7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
62 inline void SetTimeToLiveInSeconds(
int value) { m_timeToLiveInSecondsHasBeenSet =
true; m_timeToLiveInSeconds = value; }
74 inline void SetTurnsToLive(
int value) { m_turnsToLiveHasBeenSet =
true; m_turnsToLive = value; }
80 bool m_nameHasBeenSet =
false;
82 int m_timeToLiveInSeconds;
83 bool m_timeToLiveInSecondsHasBeenSet =
false;
86 bool m_turnsToLiveHasBeenSet =
false;
void SetTimeToLiveInSeconds(int value)
int GetTurnsToLive() const
const Aws::String & GetName() const
void SetName(const char *value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API OutputContext()
bool NameHasBeenSet() const
OutputContext & WithName(Aws::String &&value)
void SetTurnsToLive(int value)
bool TurnsToLiveHasBeenSet() const
OutputContext & WithName(const Aws::String &value)
OutputContext & WithTimeToLiveInSeconds(int value)
AWS_LEXMODELSV2_API OutputContext & operator=(Aws::Utils::Json::JsonView jsonValue)
OutputContext & WithName(const char *value)
bool TimeToLiveInSecondsHasBeenSet() const
OutputContext & WithTurnsToLive(int value)
void SetName(const Aws::String &value)
int GetTimeToLiveInSeconds() const
AWS_LEXMODELSV2_API OutputContext(Aws::Utils::Json::JsonView jsonValue)
void SetName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue