7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename S3ExportArtifactsT = Aws::String>
47 void SetS3ExportArtifacts(S3ExportArtifactsT&& value) { m_s3ExportArtifactsHasBeenSet =
true; m_s3ExportArtifacts = std::forward<S3ExportArtifactsT>(value); }
48 template<
typename S3ExportArtifactsT = Aws::String>
54 bool m_s3ExportArtifactsHasBeenSet =
false;
const Aws::String & GetS3ExportArtifacts() const
ModelCardExportArtifacts & WithS3ExportArtifacts(S3ExportArtifactsT &&value)
AWS_SAGEMAKER_API ModelCardExportArtifacts & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API ModelCardExportArtifacts()=default
AWS_SAGEMAKER_API ModelCardExportArtifacts(Aws::Utils::Json::JsonView jsonValue)
bool S3ExportArtifactsHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3ExportArtifacts(S3ExportArtifactsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue