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>
50 template<
typename SuccessTopicT = Aws::String>
51 void SetSuccessTopic(SuccessTopicT&& value) { m_successTopicHasBeenSet =
true; m_successTopic = std::forward<SuccessTopicT>(value); }
52 template<
typename SuccessTopicT = Aws::String>
63 template<
typename ErrorTopicT = Aws::String>
64 void SetErrorTopic(ErrorTopicT&& value) { m_errorTopicHasBeenSet =
true; m_errorTopic = std::forward<ErrorTopicT>(value); }
65 template<
typename ErrorTopicT = Aws::String>
77 template<
typename IncludeInferenceResponseInT = Aws::Vector<AsyncNotificationTopicTypes>>
78 void SetIncludeInferenceResponseIn(IncludeInferenceResponseInT&& value) { m_includeInferenceResponseInHasBeenSet =
true; m_includeInferenceResponseIn = std::forward<IncludeInferenceResponseInT>(value); }
79 template<
typename IncludeInferenceResponseInT = Aws::Vector<AsyncNotificationTopicTypes>>
86 bool m_successTopicHasBeenSet =
false;
89 bool m_errorTopicHasBeenSet =
false;
92 bool m_includeInferenceResponseInHasBeenSet =
false;
AsyncInferenceNotificationConfig & AddIncludeInferenceResponseIn(AsyncNotificationTopicTypes value)
void SetErrorTopic(ErrorTopicT &&value)
void SetSuccessTopic(SuccessTopicT &&value)
AWS_SAGEMAKER_API AsyncInferenceNotificationConfig()=default
bool IncludeInferenceResponseInHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool SuccessTopicHasBeenSet() const
const Aws::String & GetSuccessTopic() const
AWS_SAGEMAKER_API AsyncInferenceNotificationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< AsyncNotificationTopicTypes > & GetIncludeInferenceResponseIn() const
AsyncInferenceNotificationConfig & WithSuccessTopic(SuccessTopicT &&value)
AsyncInferenceNotificationConfig & WithIncludeInferenceResponseIn(IncludeInferenceResponseInT &&value)
bool ErrorTopicHasBeenSet() const
void SetIncludeInferenceResponseIn(IncludeInferenceResponseInT &&value)
AsyncInferenceNotificationConfig & WithErrorTopic(ErrorTopicT &&value)
AWS_SAGEMAKER_API AsyncInferenceNotificationConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetErrorTopic() const
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