7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
58 inline void SetSNSTopicArn(
const char* value) { m_sNSTopicArnHasBeenSet =
true; m_sNSTopicArn.assign(value); }
73 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
81 bool m_sNSTopicArnHasBeenSet =
false;
84 bool m_roleArnHasBeenSet =
false;
void SetRoleArn(const char *value)
void SetSNSTopicArn(const char *value)
void SetSNSTopicArn(const Aws::String &value)
bool RoleArnHasBeenSet() const
void SetSNSTopicArn(Aws::String &&value)
const Aws::String & GetSNSTopicArn() const
NotificationChannel & WithSNSTopicArn(const Aws::String &value)
NotificationChannel & WithRoleArn(const Aws::String &value)
AWS_REKOGNITION_API NotificationChannel(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRoleArn() const
bool SNSTopicArnHasBeenSet() const
void SetRoleArn(const Aws::String &value)
AWS_REKOGNITION_API NotificationChannel & operator=(Aws::Utils::Json::JsonView jsonValue)
NotificationChannel & WithSNSTopicArn(Aws::String &&value)
NotificationChannel & WithRoleArn(Aws::String &&value)
AWS_REKOGNITION_API NotificationChannel()
NotificationChannel & WithRoleArn(const char *value)
NotificationChannel & WithSNSTopicArn(const char *value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRoleArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue