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>
70 bool m_defaultResourceSpecHasBeenSet =
false;
73 bool m_customImagesHasBeenSet =
false;
bool CustomImagesHasBeenSet() const
RSessionAppSettings & AddCustomImages(const CustomImage &value)
RSessionAppSettings & WithCustomImages(const Aws::Vector< CustomImage > &value)
AWS_SAGEMAKER_API RSessionAppSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
const ResourceSpec & GetDefaultResourceSpec() const
RSessionAppSettings & WithDefaultResourceSpec(ResourceSpec &&value)
RSessionAppSettings & WithCustomImages(Aws::Vector< CustomImage > &&value)
const Aws::Vector< CustomImage > & GetCustomImages() const
AWS_SAGEMAKER_API RSessionAppSettings()
RSessionAppSettings & AddCustomImages(CustomImage &&value)
RSessionAppSettings & WithDefaultResourceSpec(const ResourceSpec &value)
bool DefaultResourceSpecHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCustomImages(Aws::Vector< CustomImage > &&value)
void SetCustomImages(const Aws::Vector< CustomImage > &value)
void SetDefaultResourceSpec(const ResourceSpec &value)
AWS_SAGEMAKER_API RSessionAppSettings(Aws::Utils::Json::JsonView jsonValue)
void SetDefaultResourceSpec(ResourceSpec &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue