7#include <aws/lex-models/LexModelBuildingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace LexModelBuildingService
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
63 inline void SetTimeToLiveInSeconds(
int value) { m_timeToLiveInSecondsHasBeenSet =
true; m_timeToLiveInSeconds = value; }
75 inline void SetTurnsToLive(
int value) { m_turnsToLiveHasBeenSet =
true; m_turnsToLive = value; }
81 bool m_nameHasBeenSet =
false;
83 int m_timeToLiveInSeconds;
84 bool m_timeToLiveInSecondsHasBeenSet =
false;
87 bool m_turnsToLiveHasBeenSet =
false;
void SetName(Aws::String &&value)
OutputContext & WithName(const Aws::String &value)
const Aws::String & GetName() const
OutputContext & WithTimeToLiveInSeconds(int value)
void SetTimeToLiveInSeconds(int value)
OutputContext & WithTurnsToLive(int value)
void SetName(const Aws::String &value)
bool NameHasBeenSet() const
bool TurnsToLiveHasBeenSet() const
AWS_LEXMODELBUILDINGSERVICE_API OutputContext & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TimeToLiveInSecondsHasBeenSet() const
AWS_LEXMODELBUILDINGSERVICE_API OutputContext()
void SetTurnsToLive(int value)
OutputContext & WithName(const char *value)
AWS_LEXMODELBUILDINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
int GetTurnsToLive() const
int GetTimeToLiveInSeconds() const
void SetName(const char *value)
AWS_LEXMODELBUILDINGSERVICE_API OutputContext(Aws::Utils::Json::JsonView jsonValue)
OutputContext & WithName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue