AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MeetingNotificationConfiguration.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
35 {
36 public:
40 AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetSnsTopicArn() const{ return m_snsTopicArn; }
48 inline bool SnsTopicArnHasBeenSet() const { return m_snsTopicArnHasBeenSet; }
49 inline void SetSnsTopicArn(const Aws::String& value) { m_snsTopicArnHasBeenSet = true; m_snsTopicArn = value; }
50 inline void SetSnsTopicArn(Aws::String&& value) { m_snsTopicArnHasBeenSet = true; m_snsTopicArn = std::move(value); }
51 inline void SetSnsTopicArn(const char* value) { m_snsTopicArnHasBeenSet = true; m_snsTopicArn.assign(value); }
52 inline MeetingNotificationConfiguration& WithSnsTopicArn(const Aws::String& value) { SetSnsTopicArn(value); return *this;}
53 inline MeetingNotificationConfiguration& WithSnsTopicArn(Aws::String&& value) { SetSnsTopicArn(std::move(value)); return *this;}
54 inline MeetingNotificationConfiguration& WithSnsTopicArn(const char* value) { SetSnsTopicArn(value); return *this;}
56
58
61 inline const Aws::String& GetSqsQueueArn() const{ return m_sqsQueueArn; }
62 inline bool SqsQueueArnHasBeenSet() const { return m_sqsQueueArnHasBeenSet; }
63 inline void SetSqsQueueArn(const Aws::String& value) { m_sqsQueueArnHasBeenSet = true; m_sqsQueueArn = value; }
64 inline void SetSqsQueueArn(Aws::String&& value) { m_sqsQueueArnHasBeenSet = true; m_sqsQueueArn = std::move(value); }
65 inline void SetSqsQueueArn(const char* value) { m_sqsQueueArnHasBeenSet = true; m_sqsQueueArn.assign(value); }
66 inline MeetingNotificationConfiguration& WithSqsQueueArn(const Aws::String& value) { SetSqsQueueArn(value); return *this;}
67 inline MeetingNotificationConfiguration& WithSqsQueueArn(Aws::String&& value) { SetSqsQueueArn(std::move(value)); return *this;}
68 inline MeetingNotificationConfiguration& WithSqsQueueArn(const char* value) { SetSqsQueueArn(value); return *this;}
70 private:
71
72 Aws::String m_snsTopicArn;
73 bool m_snsTopicArnHasBeenSet = false;
74
75 Aws::String m_sqsQueueArn;
76 bool m_sqsQueueArnHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace Chime
81} // namespace Aws
MeetingNotificationConfiguration & WithSqsQueueArn(Aws::String &&value)
MeetingNotificationConfiguration & WithSnsTopicArn(Aws::String &&value)
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
MeetingNotificationConfiguration & WithSqsQueueArn(const char *value)
AWS_CHIME_API MeetingNotificationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
MeetingNotificationConfiguration & WithSqsQueueArn(const Aws::String &value)
MeetingNotificationConfiguration & WithSnsTopicArn(const char *value)
MeetingNotificationConfiguration & WithSnsTopicArn(const Aws::String &value)
AWS_CHIME_API MeetingNotificationConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue