7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/model/FileSystemConfig.h>
10#include <aws/sagemaker/model/KernelSpec.h>
72 bool m_kernelSpecsHasBeenSet =
false;
75 bool m_fileSystemConfigHasBeenSet =
false;
void SetKernelSpecs(Aws::Vector< KernelSpec > &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
KernelGatewayImageConfig & WithKernelSpecs(Aws::Vector< KernelSpec > &&value)
KernelGatewayImageConfig & AddKernelSpecs(KernelSpec &&value)
KernelGatewayImageConfig & WithKernelSpecs(const Aws::Vector< KernelSpec > &value)
KernelGatewayImageConfig & AddKernelSpecs(const KernelSpec &value)
const Aws::Vector< KernelSpec > & GetKernelSpecs() const
AWS_SAGEMAKER_API KernelGatewayImageConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API KernelGatewayImageConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFileSystemConfig(FileSystemConfig &&value)
AWS_SAGEMAKER_API KernelGatewayImageConfig()
const FileSystemConfig & GetFileSystemConfig() const
void SetKernelSpecs(const Aws::Vector< KernelSpec > &value)
bool KernelSpecsHasBeenSet() const
bool FileSystemConfigHasBeenSet() const
void SetFileSystemConfig(const FileSystemConfig &value)
KernelGatewayImageConfig & WithFileSystemConfig(const FileSystemConfig &value)
KernelGatewayImageConfig & WithFileSystemConfig(FileSystemConfig &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue