AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
StreamProcessorNotificationChannel.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Rekognition {
20namespace Model {
21
37 public:
38 AWS_REKOGNITION_API StreamProcessorNotificationChannel() = default;
41 AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const;
42
44
48 inline const Aws::String& GetSNSTopicArn() const { return m_sNSTopicArn; }
49 inline bool SNSTopicArnHasBeenSet() const { return m_sNSTopicArnHasBeenSet; }
50 template <typename SNSTopicArnT = Aws::String>
51 void SetSNSTopicArn(SNSTopicArnT&& value) {
52 m_sNSTopicArnHasBeenSet = true;
53 m_sNSTopicArn = std::forward<SNSTopicArnT>(value);
54 }
55 template <typename SNSTopicArnT = Aws::String>
57 SetSNSTopicArn(std::forward<SNSTopicArnT>(value));
58 return *this;
59 }
61 private:
62 Aws::String m_sNSTopicArn;
63 bool m_sNSTopicArnHasBeenSet = false;
64};
65
66} // namespace Model
67} // namespace Rekognition
68} // 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