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>
69 template<
typename RoleArnT = Aws::String>
70 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
71 template<
typename RoleArnT = Aws::String>
77 bool m_sNSTopicArnHasBeenSet =
false;
80 bool m_roleArnHasBeenSet =
false;
NotificationChannel & WithRoleArn(RoleArnT &&value)
bool RoleArnHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetSNSTopicArn() const
AWS_REKOGNITION_API NotificationChannel(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRoleArn() const
void SetSNSTopicArn(SNSTopicArnT &&value)
bool SNSTopicArnHasBeenSet() const
AWS_REKOGNITION_API NotificationChannel & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API NotificationChannel()=default
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
NotificationChannel & WithSNSTopicArn(SNSTopicArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue