7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/EdgePresetDeploymentType.h>
47 template<
typename S3OutputLocationT = Aws::String>
48 void SetS3OutputLocation(S3OutputLocationT&& value) { m_s3OutputLocationHasBeenSet =
true; m_s3OutputLocation = std::forward<S3OutputLocationT>(value); }
49 template<
typename S3OutputLocationT = Aws::String>
62 template<
typename KmsKeyIdT = Aws::String>
63 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
64 template<
typename KmsKeyIdT = Aws::String>
102 template<
typename PresetDeploymentConfigT = Aws::String>
103 void SetPresetDeploymentConfig(PresetDeploymentConfigT&& value) { m_presetDeploymentConfigHasBeenSet =
true; m_presetDeploymentConfig = std::forward<PresetDeploymentConfigT>(value); }
104 template<
typename PresetDeploymentConfigT = Aws::String>
110 bool m_s3OutputLocationHasBeenSet =
false;
113 bool m_kmsKeyIdHasBeenSet =
false;
116 bool m_presetDeploymentTypeHasBeenSet =
false;
119 bool m_presetDeploymentConfigHasBeenSet =
false;
EdgeOutputConfig & WithPresetDeploymentType(EdgePresetDeploymentType value)
void SetPresetDeploymentType(EdgePresetDeploymentType value)
bool KmsKeyIdHasBeenSet() const
EdgeOutputConfig & WithS3OutputLocation(S3OutputLocationT &&value)
bool S3OutputLocationHasBeenSet() const
EdgeOutputConfig & WithKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetS3OutputLocation() const
bool PresetDeploymentTypeHasBeenSet() const
void SetPresetDeploymentConfig(PresetDeploymentConfigT &&value)
EdgeOutputConfig & WithPresetDeploymentConfig(PresetDeploymentConfigT &&value)
AWS_SAGEMAKER_API EdgeOutputConfig(Aws::Utils::Json::JsonView jsonValue)
bool PresetDeploymentConfigHasBeenSet() const
AWS_SAGEMAKER_API EdgeOutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPresetDeploymentConfig() const
EdgePresetDeploymentType GetPresetDeploymentType() const
AWS_SAGEMAKER_API EdgeOutputConfig()=default
void SetS3OutputLocation(S3OutputLocationT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetKmsKeyId() const
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