7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetS3OutputPath(
const char* value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath.assign(value); }
76 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
98 inline void SetSnsTopicArn(
const char* value) { m_snsTopicArnHasBeenSet =
true; m_snsTopicArn.assign(value); }
106 bool m_s3OutputPathHasBeenSet =
false;
109 bool m_kmsKeyIdHasBeenSet =
false;
112 bool m_snsTopicArnHasBeenSet =
false;
LabelingJobOutputConfig & WithS3OutputPath(Aws::String &&value)
const Aws::String & GetKmsKeyId() const
void SetSnsTopicArn(const Aws::String &value)
const Aws::String & GetSnsTopicArn() const
LabelingJobOutputConfig & WithKmsKeyId(const char *value)
LabelingJobOutputConfig & WithKmsKeyId(const Aws::String &value)
void SetS3OutputPath(const char *value)
LabelingJobOutputConfig & WithSnsTopicArn(Aws::String &&value)
void SetSnsTopicArn(const char *value)
LabelingJobOutputConfig & WithKmsKeyId(Aws::String &&value)
LabelingJobOutputConfig & WithS3OutputPath(const Aws::String &value)
AWS_SAGEMAKER_API LabelingJobOutputConfig(Aws::Utils::Json::JsonView jsonValue)
bool KmsKeyIdHasBeenSet() const
bool S3OutputPathHasBeenSet() const
AWS_SAGEMAKER_API LabelingJobOutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3OutputPath(Aws::String &&value)
void SetKmsKeyId(const char *value)
LabelingJobOutputConfig & WithSnsTopicArn(const char *value)
void SetS3OutputPath(const Aws::String &value)
bool SnsTopicArnHasBeenSet() const
LabelingJobOutputConfig & WithSnsTopicArn(const Aws::String &value)
void SetKmsKeyId(const Aws::String &value)
LabelingJobOutputConfig & WithS3OutputPath(const char *value)
void SetKmsKeyId(Aws::String &&value)
const Aws::String & GetS3OutputPath() const
void SetSnsTopicArn(Aws::String &&value)
AWS_SAGEMAKER_API LabelingJobOutputConfig()
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue