7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/ResourceSpec.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/model/CustomImage.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
93 bool m_defaultResourceSpecHasBeenSet =
false;
96 bool m_customImagesHasBeenSet =
false;
99 bool m_lifecycleConfigArnsHasBeenSet =
false;
KernelGatewayAppSettings & WithLifecycleConfigArns(Aws::Vector< Aws::String > &&value)
const ResourceSpec & GetDefaultResourceSpec() const
KernelGatewayAppSettings & WithDefaultResourceSpec(ResourceSpec &&value)
KernelGatewayAppSettings & AddLifecycleConfigArns(const Aws::String &value)
void SetDefaultResourceSpec(const ResourceSpec &value)
void SetCustomImages(const Aws::Vector< CustomImage > &value)
KernelGatewayAppSettings & AddCustomImages(const CustomImage &value)
KernelGatewayAppSettings & AddCustomImages(CustomImage &&value)
AWS_SAGEMAKER_API KernelGatewayAppSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetLifecycleConfigArns() const
void SetDefaultResourceSpec(ResourceSpec &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
KernelGatewayAppSettings & WithCustomImages(const Aws::Vector< CustomImage > &value)
KernelGatewayAppSettings & AddLifecycleConfigArns(const char *value)
bool CustomImagesHasBeenSet() const
void SetLifecycleConfigArns(Aws::Vector< Aws::String > &&value)
bool DefaultResourceSpecHasBeenSet() const
AWS_SAGEMAKER_API KernelGatewayAppSettings(Aws::Utils::Json::JsonView jsonValue)
bool LifecycleConfigArnsHasBeenSet() const
KernelGatewayAppSettings & AddLifecycleConfigArns(Aws::String &&value)
AWS_SAGEMAKER_API KernelGatewayAppSettings()
KernelGatewayAppSettings & WithCustomImages(Aws::Vector< CustomImage > &&value)
const Aws::Vector< CustomImage > & GetCustomImages() const
void SetLifecycleConfigArns(const Aws::Vector< Aws::String > &value)
KernelGatewayAppSettings & WithDefaultResourceSpec(const ResourceSpec &value)
KernelGatewayAppSettings & WithLifecycleConfigArns(const Aws::Vector< Aws::String > &value)
void SetCustomImages(Aws::Vector< CustomImage > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue