AWS SDK for C++

AWS SDK for C++ Version 1.11.804

Loading...
Searching...
No Matches
AIRecommendationOutputConfig.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker {
20namespace Model {
21
29 public:
30 AWS_SAGEMAKER_API AIRecommendationOutputConfig() = default;
33 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetS3OutputLocation() const { return m_s3OutputLocation; }
40 inline bool S3OutputLocationHasBeenSet() const { return m_s3OutputLocationHasBeenSet; }
41 template <typename S3OutputLocationT = Aws::String>
42 void SetS3OutputLocation(S3OutputLocationT&& value) {
43 m_s3OutputLocationHasBeenSet = true;
44 m_s3OutputLocation = std::forward<S3OutputLocationT>(value);
45 }
46 template <typename S3OutputLocationT = Aws::String>
48 SetS3OutputLocation(std::forward<S3OutputLocationT>(value));
49 return *this;
50 }
52
54
58 inline const Aws::String& GetModelPackageGroupIdentifier() const { return m_modelPackageGroupIdentifier; }
59 inline bool ModelPackageGroupIdentifierHasBeenSet() const { return m_modelPackageGroupIdentifierHasBeenSet; }
60 template <typename ModelPackageGroupIdentifierT = Aws::String>
61 void SetModelPackageGroupIdentifier(ModelPackageGroupIdentifierT&& value) {
62 m_modelPackageGroupIdentifierHasBeenSet = true;
63 m_modelPackageGroupIdentifier = std::forward<ModelPackageGroupIdentifierT>(value);
64 }
65 template <typename ModelPackageGroupIdentifierT = Aws::String>
66 AIRecommendationOutputConfig& WithModelPackageGroupIdentifier(ModelPackageGroupIdentifierT&& value) {
67 SetModelPackageGroupIdentifier(std::forward<ModelPackageGroupIdentifierT>(value));
68 return *this;
69 }
71 private:
72 Aws::String m_s3OutputLocation;
73
74 Aws::String m_modelPackageGroupIdentifier;
75 bool m_s3OutputLocationHasBeenSet = false;
76 bool m_modelPackageGroupIdentifierHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace SageMaker
81} // namespace Aws
AIRecommendationOutputConfig & WithS3OutputLocation(S3OutputLocationT &&value)
AIRecommendationOutputConfig & WithModelPackageGroupIdentifier(ModelPackageGroupIdentifierT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API AIRecommendationOutputConfig()=default
void SetModelPackageGroupIdentifier(ModelPackageGroupIdentifierT &&value)
AWS_SAGEMAKER_API AIRecommendationOutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API AIRecommendationOutputConfig(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue