7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename BotIdT = Aws::String>
48 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
49 template<
typename BotIdT = Aws::String>
59 template<
typename OutboundEventsHTTPSEndpo
intT = Aws::String>
60 void SetOutboundEventsHTTPSEndpoint(OutboundEventsHTTPSEndpointT&& value) { m_outboundEventsHTTPSEndpointHasBeenSet =
true; m_outboundEventsHTTPSEndpoint = std::forward<OutboundEventsHTTPSEndpointT>(value); }
61 template<
typename OutboundEventsHTTPSEndpo
intT = Aws::String>
71 template<
typename LambdaFunctionArnT = Aws::String>
72 void SetLambdaFunctionArn(LambdaFunctionArnT&& value) { m_lambdaFunctionArnHasBeenSet =
true; m_lambdaFunctionArn = std::forward<LambdaFunctionArnT>(value); }
73 template<
typename LambdaFunctionArnT = Aws::String>
79 bool m_botIdHasBeenSet =
false;
82 bool m_outboundEventsHTTPSEndpointHasBeenSet =
false;
85 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