7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename BotIdT = Aws::String>
43 m_botIdHasBeenSet =
true;
44 m_botId = std::forward<BotIdT>(value);
46 template <
typename BotIdT = Aws::String>
48 SetBotId(std::forward<BotIdT>(value));
59 template <
typename OutboundEventsHTTPSEndpo
intT = Aws::String>
61 m_outboundEventsHTTPSEndpointHasBeenSet =
true;
62 m_outboundEventsHTTPSEndpoint = std::forward<OutboundEventsHTTPSEndpointT>(value);
64 template <
typename OutboundEventsHTTPSEndpo
intT = Aws::String>
77 template <
typename LambdaFunctionArnT = Aws::String>
79 m_lambdaFunctionArnHasBeenSet =
true;
80 m_lambdaFunctionArn = std::forward<LambdaFunctionArnT>(value);
82 template <
typename LambdaFunctionArnT = Aws::String>
94 bool m_botIdHasBeenSet =
false;
95 bool m_outboundEventsHTTPSEndpointHasBeenSet =
false;
96 bool m_lambdaFunctionArnHasBeenSet =
false;
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
EventsConfiguration & WithBotId(BotIdT &&value)
AWS_CHIME_API EventsConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetBotId(BotIdT &&value)
EventsConfiguration & WithOutboundEventsHTTPSEndpoint(OutboundEventsHTTPSEndpointT &&value)
bool OutboundEventsHTTPSEndpointHasBeenSet() const
AWS_CHIME_API EventsConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLambdaFunctionArn() const
EventsConfiguration & WithLambdaFunctionArn(LambdaFunctionArnT &&value)
const Aws::String & GetOutboundEventsHTTPSEndpoint() const
void SetLambdaFunctionArn(LambdaFunctionArnT &&value)
bool BotIdHasBeenSet() const
const Aws::String & GetBotId() const
void SetOutboundEventsHTTPSEndpoint(OutboundEventsHTTPSEndpointT &&value)
bool LambdaFunctionArnHasBeenSet() const
AWS_CHIME_API EventsConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue