7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/EdgePresetDeploymentType.h>
49 inline void SetS3OutputLocation(
const char* value) { m_s3OutputLocationHasBeenSet =
true; m_s3OutputLocation.assign(value); }
66 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
110 inline void SetPresetDeploymentConfig(
const char* value) { m_presetDeploymentConfigHasBeenSet =
true; m_presetDeploymentConfig.assign(value); }
118 bool m_s3OutputLocationHasBeenSet =
false;
121 bool m_kmsKeyIdHasBeenSet =
false;
124 bool m_presetDeploymentTypeHasBeenSet =
false;
127 bool m_presetDeploymentConfigHasBeenSet =
false;
EdgeOutputConfig & WithS3OutputLocation(Aws::String &&value)
EdgeOutputConfig & WithKmsKeyId(const Aws::String &value)
EdgeOutputConfig & WithPresetDeploymentConfig(const char *value)
void SetPresetDeploymentConfig(const char *value)
bool KmsKeyIdHasBeenSet() const
void SetPresetDeploymentType(EdgePresetDeploymentType &&value)
AWS_SAGEMAKER_API EdgeOutputConfig()
EdgeOutputConfig & WithPresetDeploymentType(EdgePresetDeploymentType &&value)
void SetKmsKeyId(const Aws::String &value)
bool S3OutputLocationHasBeenSet() const
void SetPresetDeploymentConfig(const Aws::String &value)
EdgeOutputConfig & WithKmsKeyId(Aws::String &&value)
void SetKmsKeyId(Aws::String &&value)
const EdgePresetDeploymentType & GetPresetDeploymentType() const
const Aws::String & GetS3OutputLocation() const
void SetPresetDeploymentConfig(Aws::String &&value)
void SetS3OutputLocation(Aws::String &&value)
bool PresetDeploymentTypeHasBeenSet() const
void SetPresetDeploymentType(const EdgePresetDeploymentType &value)
void SetKmsKeyId(const char *value)
void SetS3OutputLocation(const Aws::String &value)
AWS_SAGEMAKER_API EdgeOutputConfig(Aws::Utils::Json::JsonView jsonValue)
EdgeOutputConfig & WithPresetDeploymentConfig(const Aws::String &value)
bool PresetDeploymentConfigHasBeenSet() const
EdgeOutputConfig & WithKmsKeyId(const char *value)
AWS_SAGEMAKER_API EdgeOutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPresetDeploymentConfig() const
EdgeOutputConfig & WithPresetDeploymentConfig(Aws::String &&value)
EdgeOutputConfig & WithS3OutputLocation(const char *value)
EdgeOutputConfig & WithPresetDeploymentType(const EdgePresetDeploymentType &value)
const Aws::String & GetKmsKeyId() const
void SetS3OutputLocation(const char *value)
EdgeOutputConfig & WithS3OutputLocation(const Aws::String &value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue