7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
19namespace Rekognition {
50 template <
typename SNSTopicArnT = Aws::String>
52 m_sNSTopicArnHasBeenSet =
true;
53 m_sNSTopicArn = std::forward<SNSTopicArnT>(value);
55 template <
typename SNSTopicArnT = Aws::String>
63 bool m_sNSTopicArnHasBeenSet =
false;
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API StreamProcessorNotificationChannel(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSNSTopicArn() const
AWS_REKOGNITION_API StreamProcessorNotificationChannel & operator=(Aws::Utils::Json::JsonView jsonValue)
StreamProcessorNotificationChannel & WithSNSTopicArn(SNSTopicArnT &&value)
bool SNSTopicArnHasBeenSet() const
void SetSNSTopicArn(SNSTopicArnT &&value)
AWS_REKOGNITION_API StreamProcessorNotificationChannel()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue