7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename NotificationTopicArnT = Aws::String>
49 void SetNotificationTopicArn(NotificationTopicArnT&& value) { m_notificationTopicArnHasBeenSet =
true; m_notificationTopicArn = std::forward<NotificationTopicArnT>(value); }
50 template<
typename NotificationTopicArnT = Aws::String>
56 bool m_notificationTopicArnHasBeenSet =
false;
NotificationConfiguration & WithNotificationTopicArn(NotificationTopicArnT &&value)
AWS_SAGEMAKER_API NotificationConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetNotificationTopicArn() const
bool NotificationTopicArnHasBeenSet() const
AWS_SAGEMAKER_API NotificationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API NotificationConfiguration()=default
void SetNotificationTopicArn(NotificationTopicArnT &&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