7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/AsyncInferenceNotificationConfig.h>
44 template <
typename KmsKeyIdT = Aws::String>
46 m_kmsKeyIdHasBeenSet =
true;
47 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
49 template <
typename KmsKeyIdT = Aws::String>
62 template <
typename S3OutputPathT = Aws::String>
64 m_s3OutputPathHasBeenSet =
true;
65 m_s3OutputPath = std::forward<S3OutputPathT>(value);
67 template <
typename S3OutputPathT = Aws::String>
81 template <
typename NotificationConfigT = AsyncInferenceNotificationConfig>
83 m_notificationConfigHasBeenSet =
true;
84 m_notificationConfig = std::forward<NotificationConfigT>(value);
86 template <
typename NotificationConfigT = AsyncInferenceNotificationConfig>
99 template <
typename S3FailurePathT = Aws::String>
101 m_s3FailurePathHasBeenSet =
true;
102 m_s3FailurePath = std::forward<S3FailurePathT>(value);
104 template <
typename S3FailurePathT = Aws::String>
118 bool m_kmsKeyIdHasBeenSet =
false;
119 bool m_s3OutputPathHasBeenSet =
false;
120 bool m_notificationConfigHasBeenSet =
false;
121 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