7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/ChimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename AccountIdT = Aws::String>
42 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
43 template<
typename AccountIdT = Aws::String>
53 template<
typename BotIdT = Aws::String>
54 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
55 template<
typename BotIdT = Aws::String>
65 template<
typename OutboundEventsHTTPSEndpo
intT = Aws::String>
66 void SetOutboundEventsHTTPSEndpoint(OutboundEventsHTTPSEndpointT&& value) { m_outboundEventsHTTPSEndpointHasBeenSet =
true; m_outboundEventsHTTPSEndpoint = std::forward<OutboundEventsHTTPSEndpointT>(value); }
67 template<
typename OutboundEventsHTTPSEndpo
intT = Aws::String>
77 template<
typename LambdaFunctionArnT = Aws::String>
78 void SetLambdaFunctionArn(LambdaFunctionArnT&& value) { m_lambdaFunctionArnHasBeenSet =
true; m_lambdaFunctionArn = std::forward<LambdaFunctionArnT>(value); }
79 template<
typename LambdaFunctionArnT = Aws::String>
85 bool m_accountIdHasBeenSet =
false;
88 bool m_botIdHasBeenSet =
false;
91 bool m_outboundEventsHTTPSEndpointHasBeenSet =
false;
94 bool m_lambdaFunctionArnHasBeenSet =
false;
PutEventsConfigurationRequest & WithOutboundEventsHTTPSEndpoint(OutboundEventsHTTPSEndpointT &&value)
PutEventsConfigurationRequest & WithLambdaFunctionArn(LambdaFunctionArnT &&value)
AWS_CHIME_API PutEventsConfigurationRequest()=default
PutEventsConfigurationRequest & WithBotId(BotIdT &&value)
virtual const char * GetServiceRequestName() const override
bool OutboundEventsHTTPSEndpointHasBeenSet() const
const Aws::String & GetLambdaFunctionArn() const
void SetOutboundEventsHTTPSEndpoint(OutboundEventsHTTPSEndpointT &&value)
void SetBotId(BotIdT &&value)
PutEventsConfigurationRequest & WithAccountId(AccountIdT &&value)
void SetAccountId(AccountIdT &&value)
bool LambdaFunctionArnHasBeenSet() const
AWS_CHIME_API Aws::String SerializePayload() const override
const Aws::String & GetAccountId() const
const Aws::String & GetOutboundEventsHTTPSEndpoint() const
bool AccountIdHasBeenSet() const
void SetLambdaFunctionArn(LambdaFunctionArnT &&value)
const Aws::String & GetBotId() const
bool BotIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String