7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetNotificationTopicArn(
const char* value) { m_notificationTopicArnHasBeenSet =
true; m_notificationTopicArn.assign(value); }
58 bool m_notificationTopicArnHasBeenSet =
false;
NotificationConfiguration & WithNotificationTopicArn(const char *value)
NotificationConfiguration & WithNotificationTopicArn(Aws::String &&value)
AWS_SAGEMAKER_API NotificationConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetNotificationTopicArn(const Aws::String &value)
const Aws::String & GetNotificationTopicArn() const
bool NotificationTopicArnHasBeenSet() const
AWS_SAGEMAKER_API NotificationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNotificationTopicArn(Aws::String &&value)
NotificationConfiguration & WithNotificationTopicArn(const Aws::String &value)
AWS_SAGEMAKER_API NotificationConfiguration()
void SetNotificationTopicArn(const char *value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue