7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/CustomImage.h>
11#include <aws/sagemaker/model/ResourceSpec.h>
48 template <
typename DefaultResourceSpecT = ResourceSpec>
50 m_defaultResourceSpecHasBeenSet =
true;
51 m_defaultResourceSpec = std::forward<DefaultResourceSpecT>(value);
53 template <
typename DefaultResourceSpecT = ResourceSpec>
69 template <
typename CustomImagesT = Aws::Vector<CustomImage>>
71 m_customImagesHasBeenSet =
true;
72 m_customImages = std::forward<CustomImagesT>(value);
74 template <
typename CustomImagesT = Aws::Vector<CustomImage>>
79 template <
typename CustomImagesT = CustomImage>
81 m_customImagesHasBeenSet =
true;
82 m_customImages.emplace_back(std::forward<CustomImagesT>(value));
95 template <
typename LifecycleConfigArnsT = Aws::Vector<Aws::String>>
97 m_lifecycleConfigArnsHasBeenSet =
true;
98 m_lifecycleConfigArns = std::forward<LifecycleConfigArnsT>(value);
100 template <
typename LifecycleConfigArnsT = Aws::Vector<Aws::String>>
105 template <
typename LifecycleConfigArnsT = Aws::String>
107 m_lifecycleConfigArnsHasBeenSet =
true;
108 m_lifecycleConfigArns.emplace_back(std::forward<LifecycleConfigArnsT>(value));
118 bool m_defaultResourceSpecHasBeenSet =
false;
119 bool m_customImagesHasBeenSet =
false;
120 bool m_lifecycleConfigArnsHasBeenSet =
false;
const ResourceSpec & GetDefaultResourceSpec() const
AWS_SAGEMAKER_API KernelGatewayAppSettings()=default
KernelGatewayAppSettings & WithDefaultResourceSpec(DefaultResourceSpecT &&value)
KernelGatewayAppSettings & AddCustomImages(CustomImagesT &&value)
void SetDefaultResourceSpec(DefaultResourceSpecT &&value)
AWS_SAGEMAKER_API KernelGatewayAppSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
KernelGatewayAppSettings & WithLifecycleConfigArns(LifecycleConfigArnsT &&value)
KernelGatewayAppSettings & WithCustomImages(CustomImagesT &&value)
const Aws::Vector< Aws::String > & GetLifecycleConfigArns() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLifecycleConfigArns(LifecycleConfigArnsT &&value)
bool CustomImagesHasBeenSet() const
bool DefaultResourceSpecHasBeenSet() const
AWS_SAGEMAKER_API KernelGatewayAppSettings(Aws::Utils::Json::JsonView jsonValue)
bool LifecycleConfigArnsHasBeenSet() const
void SetCustomImages(CustomImagesT &&value)
KernelGatewayAppSettings & AddLifecycleConfigArns(LifecycleConfigArnsT &&value)
const Aws::Vector< CustomImage > & GetCustomImages() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue