7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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>
64 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