7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/AsyncInferenceNotificationConfig.h>
52 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
66 inline void SetS3OutputPath(
const char* value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath.assign(value); }
93 inline void SetS3FailurePath(
const char* value) { m_s3FailurePathHasBeenSet =
true; m_s3FailurePath.assign(value); }
101 bool m_kmsKeyIdHasBeenSet =
false;
104 bool m_s3OutputPathHasBeenSet =
false;
107 bool m_notificationConfigHasBeenSet =
false;
110 bool m_s3FailurePathHasBeenSet =
false;
bool KmsKeyIdHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetNotificationConfig(AsyncInferenceNotificationConfig &&value)
bool S3OutputPathHasBeenSet() const
void SetS3OutputPath(const char *value)
void SetS3OutputPath(Aws::String &&value)
const Aws::String & GetS3OutputPath() const
AsyncInferenceOutputConfig & WithKmsKeyId(const char *value)
AWS_SAGEMAKER_API AsyncInferenceOutputConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API AsyncInferenceOutputConfig()
AsyncInferenceOutputConfig & WithKmsKeyId(const Aws::String &value)
bool NotificationConfigHasBeenSet() const
const AsyncInferenceNotificationConfig & GetNotificationConfig() const
void SetKmsKeyId(const char *value)
AWS_SAGEMAKER_API AsyncInferenceOutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3FailurePath(const Aws::String &value)
void SetS3OutputPath(const Aws::String &value)
void SetS3FailurePath(Aws::String &&value)
AsyncInferenceOutputConfig & WithNotificationConfig(const AsyncInferenceNotificationConfig &value)
AsyncInferenceOutputConfig & WithS3FailurePath(const Aws::String &value)
AsyncInferenceOutputConfig & WithNotificationConfig(AsyncInferenceNotificationConfig &&value)
const Aws::String & GetS3FailurePath() const
const Aws::String & GetKmsKeyId() const
AsyncInferenceOutputConfig & WithS3FailurePath(const char *value)
void SetNotificationConfig(const AsyncInferenceNotificationConfig &value)
void SetS3FailurePath(const char *value)
AsyncInferenceOutputConfig & WithKmsKeyId(Aws::String &&value)
AsyncInferenceOutputConfig & WithS3OutputPath(const Aws::String &value)
bool S3FailurePathHasBeenSet() const
AsyncInferenceOutputConfig & WithS3FailurePath(Aws::String &&value)
AsyncInferenceOutputConfig & WithS3OutputPath(Aws::String &&value)
AsyncInferenceOutputConfig & WithS3OutputPath(const char *value)
void SetKmsKeyId(Aws::String &&value)
void SetKmsKeyId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue