7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/AsyncInferenceNotificationConfig.h>
50 template<
typename KmsKeyIdT = Aws::String>
51 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
52 template<
typename KmsKeyIdT = Aws::String>
62 template<
typename S3OutputPathT = Aws::String>
63 void SetS3OutputPath(S3OutputPathT&& value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath = std::forward<S3OutputPathT>(value); }
64 template<
typename S3OutputPathT = Aws::String>
75 template<
typename NotificationConfigT = AsyncInferenceNotificationConfig>
76 void SetNotificationConfig(NotificationConfigT&& value) { m_notificationConfigHasBeenSet =
true; m_notificationConfig = std::forward<NotificationConfigT>(value); }
77 template<
typename NotificationConfigT = AsyncInferenceNotificationConfig>
87 template<
typename S3FailurePathT = Aws::String>
88 void SetS3FailurePath(S3FailurePathT&& value) { m_s3FailurePathHasBeenSet =
true; m_s3FailurePath = std::forward<S3FailurePathT>(value); }
89 template<
typename S3FailurePathT = Aws::String>
95 bool m_kmsKeyIdHasBeenSet =
false;
98 bool m_s3OutputPathHasBeenSet =
false;
101 bool m_notificationConfigHasBeenSet =
false;
104 bool m_s3FailurePathHasBeenSet =
false;
bool KmsKeyIdHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool S3OutputPathHasBeenSet() const
const Aws::String & GetS3OutputPath() const
AWS_SAGEMAKER_API AsyncInferenceOutputConfig(Aws::Utils::Json::JsonView jsonValue)
bool NotificationConfigHasBeenSet() const
const AsyncInferenceNotificationConfig & GetNotificationConfig() const
AWS_SAGEMAKER_API AsyncInferenceOutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API AsyncInferenceOutputConfig()=default
AsyncInferenceOutputConfig & WithS3OutputPath(S3OutputPathT &&value)
const Aws::String & GetS3FailurePath() const
const Aws::String & GetKmsKeyId() const
void SetS3OutputPath(S3OutputPathT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
void SetS3FailurePath(S3FailurePathT &&value)
AsyncInferenceOutputConfig & WithS3FailurePath(S3FailurePathT &&value)
bool S3FailurePathHasBeenSet() const
void SetNotificationConfig(NotificationConfigT &&value)
AsyncInferenceOutputConfig & WithNotificationConfig(NotificationConfigT &&value)
AsyncInferenceOutputConfig & WithKmsKeyId(KmsKeyIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue