AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
StreamProcessorNotificationChannel.h
1
6#pragma once
7#include <aws/rekognition/Rekognition_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 Rekognition
22{
23namespace Model
24{
25
41 {
42 public:
43 AWS_REKOGNITION_API StreamProcessorNotificationChannel() = default;
46 AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const;
47
48
50
54 inline const Aws::String& GetSNSTopicArn() const { return m_sNSTopicArn; }
55 inline bool SNSTopicArnHasBeenSet() const { return m_sNSTopicArnHasBeenSet; }
56 template<typename SNSTopicArnT = Aws::String>
57 void SetSNSTopicArn(SNSTopicArnT&& value) { m_sNSTopicArnHasBeenSet = true; m_sNSTopicArn = std::forward<SNSTopicArnT>(value); }
58 template<typename SNSTopicArnT = Aws::String>
59 StreamProcessorNotificationChannel& WithSNSTopicArn(SNSTopicArnT&& value) { SetSNSTopicArn(std::forward<SNSTopicArnT>(value)); return *this;}
61 private:
62
63 Aws::String m_sNSTopicArn;
64 bool m_sNSTopicArnHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace Rekognition
69} // namespace Aws
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API StreamProcessorNotificationChannel(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API StreamProcessorNotificationChannel & operator=(Aws::Utils::Json::JsonView jsonValue)
StreamProcessorNotificationChannel & WithSNSTopicArn(SNSTopicArnT &&value)
AWS_REKOGNITION_API StreamProcessorNotificationChannel()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue