7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lexv2-runtime/model/SessionState.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/lexv2-runtime/model/Message.h>
88 inline void SetResponseContentType(
const char* value) { m_responseContentTypeHasBeenSet =
true; m_responseContentType.assign(value); }
134 inline void SetDisablePlayback(
bool value) { m_disablePlaybackHasBeenSet =
true; m_disablePlayback = value; }
147 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
160 inline void SetClientTimestampMillis(
long long value) { m_clientTimestampMillisHasBeenSet =
true; m_clientTimestampMillis = value; }
166 bool m_requestAttributesHasBeenSet =
false;
169 bool m_responseContentTypeHasBeenSet =
false;
172 bool m_sessionStateHasBeenSet =
false;
175 bool m_welcomeMessagesHasBeenSet =
false;
177 bool m_disablePlayback;
178 bool m_disablePlaybackHasBeenSet =
false;
181 bool m_eventIdHasBeenSet =
false;
183 long long m_clientTimestampMillis;
184 bool m_clientTimestampMillisHasBeenSet =
false;
void SetDisablePlayback(bool value)
bool RequestAttributesHasBeenSet() const
AWS_LEXRUNTIMEV2_API ConfigurationEvent()
long long GetClientTimestampMillis() const
ConfigurationEvent & WithRequestAttributes(const Aws::Map< Aws::String, Aws::String > &value)
ConfigurationEvent & WithResponseContentType(const Aws::String &value)
ConfigurationEvent & WithClientTimestampMillis(long long value)
ConfigurationEvent & AddRequestAttributes(const Aws::String &key, const Aws::String &value)
void SetEventId(const char *value)
bool EventIdHasBeenSet() const
void SetWelcomeMessages(Aws::Vector< Message > &&value)
const Aws::String & GetEventId() const
ConfigurationEvent & AddRequestAttributes(const char *key, Aws::String &&value)
bool GetDisablePlayback() const
ConfigurationEvent & WithWelcomeMessages(Aws::Vector< Message > &&value)
const Aws::Vector< Message > & GetWelcomeMessages() const
ConfigurationEvent & AddWelcomeMessages(Message &&value)
ConfigurationEvent & AddWelcomeMessages(const Message &value)
const Aws::Map< Aws::String, Aws::String > & GetRequestAttributes() const
void SetResponseContentType(Aws::String &&value)
void SetResponseContentType(const Aws::String &value)
bool DisablePlaybackHasBeenSet() const
ConfigurationEvent & WithWelcomeMessages(const Aws::Vector< Message > &value)
bool SessionStateHasBeenSet() const
void SetResponseContentType(const char *value)
ConfigurationEvent & WithEventId(const Aws::String &value)
ConfigurationEvent & AddRequestAttributes(const Aws::String &key, Aws::String &&value)
void SetRequestAttributes(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::String & GetResponseContentType() const
AWS_LEXRUNTIMEV2_API ConfigurationEvent(Aws::Utils::Json::JsonView jsonValue)
bool WelcomeMessagesHasBeenSet() const
ConfigurationEvent & WithEventId(Aws::String &&value)
ConfigurationEvent & AddRequestAttributes(Aws::String &&key, const char *value)
void SetWelcomeMessages(const Aws::Vector< Message > &value)
void SetEventId(Aws::String &&value)
ConfigurationEvent & WithDisablePlayback(bool value)
bool ResponseContentTypeHasBeenSet() const
void SetSessionState(SessionState &&value)
ConfigurationEvent & AddRequestAttributes(Aws::String &&key, const Aws::String &value)
void SetClientTimestampMillis(long long value)
ConfigurationEvent & WithRequestAttributes(Aws::Map< Aws::String, Aws::String > &&value)
void SetSessionState(const SessionState &value)
ConfigurationEvent & WithSessionState(const SessionState &value)
void SetEventId(const Aws::String &value)
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXRUNTIMEV2_API ConfigurationEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ClientTimestampMillisHasBeenSet() const
ConfigurationEvent & AddRequestAttributes(const char *key, const char *value)
ConfigurationEvent & WithEventId(const char *value)
ConfigurationEvent & WithResponseContentType(const char *value)
void SetRequestAttributes(Aws::Map< Aws::String, Aws::String > &&value)
ConfigurationEvent & AddRequestAttributes(Aws::String &&key, Aws::String &&value)
ConfigurationEvent & WithSessionState(SessionState &&value)
ConfigurationEvent & WithResponseContentType(Aws::String &&value)
const SessionState & GetSessionState() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue