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