7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/AsyncNotificationTopicTypes.h>
44 template <
typename SuccessTopicT = Aws::String>
46 m_successTopicHasBeenSet =
true;
47 m_successTopic = std::forward<SuccessTopicT>(value);
49 template <
typename SuccessTopicT = Aws::String>
63 template <
typename ErrorTopicT = Aws::String>
65 m_errorTopicHasBeenSet =
true;
66 m_errorTopic = std::forward<ErrorTopicT>(value);
68 template <
typename ErrorTopicT = Aws::String>
83 template <
typename IncludeInferenceResponseInT = Aws::Vector<AsyncNotificationTopicTypes>>
85 m_includeInferenceResponseInHasBeenSet =
true;
86 m_includeInferenceResponseIn = std::forward<IncludeInferenceResponseInT>(value);
88 template <
typename IncludeInferenceResponseInT = Aws::Vector<AsyncNotificationTopicTypes>>
94 m_includeInferenceResponseInHasBeenSet =
true;
95 m_includeInferenceResponseIn.push_back(value);
105 bool m_successTopicHasBeenSet =
false;
106 bool m_errorTopicHasBeenSet =
false;
107 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