AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
EventsConfiguration.h
1
6#pragma once
7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Chime
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_CHIME_API EventsConfiguration() = default;
38 AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetBotId() const { return m_botId; }
46 inline bool BotIdHasBeenSet() const { return m_botIdHasBeenSet; }
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>
50 EventsConfiguration& WithBotId(BotIdT&& value) { SetBotId(std::forward<BotIdT>(value)); return *this;}
52
54
57 inline const Aws::String& GetOutboundEventsHTTPSEndpoint() const { return m_outboundEventsHTTPSEndpoint; }
58 inline bool OutboundEventsHTTPSEndpointHasBeenSet() const { return m_outboundEventsHTTPSEndpointHasBeenSet; }
59 template<typename OutboundEventsHTTPSEndpointT = Aws::String>
60 void SetOutboundEventsHTTPSEndpoint(OutboundEventsHTTPSEndpointT&& value) { m_outboundEventsHTTPSEndpointHasBeenSet = true; m_outboundEventsHTTPSEndpoint = std::forward<OutboundEventsHTTPSEndpointT>(value); }
61 template<typename OutboundEventsHTTPSEndpointT = Aws::String>
62 EventsConfiguration& WithOutboundEventsHTTPSEndpoint(OutboundEventsHTTPSEndpointT&& value) { SetOutboundEventsHTTPSEndpoint(std::forward<OutboundEventsHTTPSEndpointT>(value)); return *this;}
64
66
69 inline const Aws::String& GetLambdaFunctionArn() const { return m_lambdaFunctionArn; }
70 inline bool LambdaFunctionArnHasBeenSet() const { return m_lambdaFunctionArnHasBeenSet; }
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>
74 EventsConfiguration& WithLambdaFunctionArn(LambdaFunctionArnT&& value) { SetLambdaFunctionArn(std::forward<LambdaFunctionArnT>(value)); return *this;}
76 private:
77
78 Aws::String m_botId;
79 bool m_botIdHasBeenSet = false;
80
81 Aws::String m_outboundEventsHTTPSEndpoint;
82 bool m_outboundEventsHTTPSEndpointHasBeenSet = false;
83
84 Aws::String m_lambdaFunctionArn;
85 bool m_lambdaFunctionArnHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace Chime
90} // namespace Aws
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
EventsConfiguration & WithBotId(BotIdT &&value)
AWS_CHIME_API EventsConfiguration(Aws::Utils::Json::JsonView jsonValue)
EventsConfiguration & WithOutboundEventsHTTPSEndpoint(OutboundEventsHTTPSEndpointT &&value)
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)
void SetOutboundEventsHTTPSEndpoint(OutboundEventsHTTPSEndpointT &&value)
AWS_CHIME_API EventsConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue