7#include <aws/chime/ChimeRequest.h>
8#include <aws/chime/Chime_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
37 template <
typename AccountIdT = Aws::String>
39 m_accountIdHasBeenSet =
true;
40 m_accountId = std::forward<AccountIdT>(value);
42 template <
typename AccountIdT = Aws::String>
55 template <
typename BotIdT = Aws::String>
57 m_botIdHasBeenSet =
true;
58 m_botId = std::forward<BotIdT>(value);
60 template <
typename BotIdT = Aws::String>
62 SetBotId(std::forward<BotIdT>(value));
73 template <
typename OutboundEventsHTTPSEndpo
intT = Aws::String>
75 m_outboundEventsHTTPSEndpointHasBeenSet =
true;
76 m_outboundEventsHTTPSEndpoint = std::forward<OutboundEventsHTTPSEndpointT>(value);
78 template <
typename OutboundEventsHTTPSEndpo
intT = Aws::String>
91 template <
typename LambdaFunctionArnT = Aws::String>
93 m_lambdaFunctionArnHasBeenSet =
true;
94 m_lambdaFunctionArn = std::forward<LambdaFunctionArnT>(value);
96 template <
typename LambdaFunctionArnT = Aws::String>
110 bool m_accountIdHasBeenSet =
false;
111 bool m_botIdHasBeenSet =
false;
112 bool m_outboundEventsHTTPSEndpointHasBeenSet =
false;
113 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