7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename S3OutputLocationT = Aws::String>
43 m_s3OutputLocationHasBeenSet =
true;
44 m_s3OutputLocation = std::forward<S3OutputLocationT>(value);
46 template <
typename S3OutputLocationT = Aws::String>
60 template <
typename ModelPackageGroupIdentifierT = Aws::String>
62 m_modelPackageGroupIdentifierHasBeenSet =
true;
63 m_modelPackageGroupIdentifier = std::forward<ModelPackageGroupIdentifierT>(value);
65 template <
typename ModelPackageGroupIdentifierT = Aws::String>
75 bool m_s3OutputLocationHasBeenSet =
false;
76 bool m_modelPackageGroupIdentifierHasBeenSet =
false;
const Aws::String & GetModelPackageGroupIdentifier() const
AIRecommendationOutputConfig & WithS3OutputLocation(S3OutputLocationT &&value)
AIRecommendationOutputConfig & WithModelPackageGroupIdentifier(ModelPackageGroupIdentifierT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool S3OutputLocationHasBeenSet() const
const Aws::String & GetS3OutputLocation() const
AWS_SAGEMAKER_API AIRecommendationOutputConfig()=default
void SetModelPackageGroupIdentifier(ModelPackageGroupIdentifierT &&value)
bool ModelPackageGroupIdentifierHasBeenSet() const
AWS_SAGEMAKER_API AIRecommendationOutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API AIRecommendationOutputConfig(Aws::Utils::Json::JsonView jsonValue)
void SetS3OutputLocation(S3OutputLocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue