7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
63 inline void SetOutboundEventsHTTPSEndpoint(
const char* value) { m_outboundEventsHTTPSEndpointHasBeenSet =
true; m_outboundEventsHTTPSEndpoint.assign(value); }
77 inline void SetLambdaFunctionArn(
const char* value) { m_lambdaFunctionArnHasBeenSet =
true; m_lambdaFunctionArn.assign(value); }
85 bool m_botIdHasBeenSet =
false;
88 bool m_outboundEventsHTTPSEndpointHasBeenSet =
false;
91 bool m_lambdaFunctionArnHasBeenSet =
false;
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
EventsConfiguration & WithOutboundEventsHTTPSEndpoint(const Aws::String &value)
void SetLambdaFunctionArn(const char *value)
void SetOutboundEventsHTTPSEndpoint(const Aws::String &value)
AWS_CHIME_API EventsConfiguration(Aws::Utils::Json::JsonView jsonValue)
EventsConfiguration & WithBotId(const Aws::String &value)
EventsConfiguration & WithBotId(Aws::String &&value)
void SetBotId(const char *value)
void SetLambdaFunctionArn(Aws::String &&value)
EventsConfiguration & WithLambdaFunctionArn(const char *value)
void SetOutboundEventsHTTPSEndpoint(const char *value)
bool OutboundEventsHTTPSEndpointHasBeenSet() const
EventsConfiguration & WithBotId(const char *value)
AWS_CHIME_API EventsConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLambdaFunctionArn() const
void SetLambdaFunctionArn(const Aws::String &value)
const Aws::String & GetOutboundEventsHTTPSEndpoint() const
EventsConfiguration & WithLambdaFunctionArn(Aws::String &&value)
EventsConfiguration & WithOutboundEventsHTTPSEndpoint(const char *value)
AWS_CHIME_API EventsConfiguration()
EventsConfiguration & WithOutboundEventsHTTPSEndpoint(Aws::String &&value)
bool BotIdHasBeenSet() const
void SetBotId(const Aws::String &value)
const Aws::String & GetBotId() const
void SetBotId(Aws::String &&value)
bool LambdaFunctionArnHasBeenSet() const
EventsConfiguration & WithLambdaFunctionArn(const Aws::String &value)
void SetOutboundEventsHTTPSEndpoint(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue