7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/model/AsyncNotificationTopicTypes.h>
52 inline void SetSuccessTopic(
const char* value) { m_successTopicHasBeenSet =
true; m_successTopic.assign(value); }
67 inline void SetErrorTopic(
const char* value) { m_errorTopicHasBeenSet =
true; m_errorTopic.assign(value); }
91 bool m_successTopicHasBeenSet =
false;
94 bool m_errorTopicHasBeenSet =
false;
97 bool m_includeInferenceResponseInHasBeenSet =
false;
AsyncInferenceNotificationConfig & WithErrorTopic(Aws::String &&value)
void SetErrorTopic(const char *value)
void SetErrorTopic(Aws::String &&value)
AsyncInferenceNotificationConfig & WithSuccessTopic(Aws::String &&value)
AsyncInferenceNotificationConfig & WithIncludeInferenceResponseIn(const Aws::Vector< AsyncNotificationTopicTypes > &value)
bool IncludeInferenceResponseInHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSuccessTopic(const char *value)
void SetIncludeInferenceResponseIn(Aws::Vector< AsyncNotificationTopicTypes > &&value)
AsyncInferenceNotificationConfig & AddIncludeInferenceResponseIn(const AsyncNotificationTopicTypes &value)
AsyncInferenceNotificationConfig & WithErrorTopic(const Aws::String &value)
AsyncInferenceNotificationConfig & WithIncludeInferenceResponseIn(Aws::Vector< AsyncNotificationTopicTypes > &&value)
bool SuccessTopicHasBeenSet() const
const Aws::String & GetSuccessTopic() const
void SetIncludeInferenceResponseIn(const Aws::Vector< AsyncNotificationTopicTypes > &value)
AsyncInferenceNotificationConfig & WithSuccessTopic(const Aws::String &value)
AWS_SAGEMAKER_API AsyncInferenceNotificationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< AsyncNotificationTopicTypes > & GetIncludeInferenceResponseIn() const
AsyncInferenceNotificationConfig & WithErrorTopic(const char *value)
bool ErrorTopicHasBeenSet() const
AsyncInferenceNotificationConfig & AddIncludeInferenceResponseIn(AsyncNotificationTopicTypes &&value)
void SetSuccessTopic(Aws::String &&value)
void SetErrorTopic(const Aws::String &value)
AWS_SAGEMAKER_API AsyncInferenceNotificationConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetErrorTopic() const
void SetSuccessTopic(const Aws::String &value)
AWS_SAGEMAKER_API AsyncInferenceNotificationConfig()
AsyncInferenceNotificationConfig & WithSuccessTopic(const char *value)
AsyncNotificationTopicTypes
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue