7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/EdgePresetDeploymentType.h>
41 template <
typename S3OutputLocationT = Aws::String>
43 m_s3OutputLocationHasBeenSet =
true;
44 m_s3OutputLocation = std::forward<S3OutputLocationT>(value);
46 template <
typename S3OutputLocationT = Aws::String>
62 template <
typename KmsKeyIdT = Aws::String>
64 m_kmsKeyIdHasBeenSet =
true;
65 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
67 template <
typename KmsKeyIdT = Aws::String>
82 m_presetDeploymentTypeHasBeenSet =
true;
83 m_presetDeploymentType = value;
114 template <
typename PresetDeploymentConfigT = Aws::String>
116 m_presetDeploymentConfigHasBeenSet =
true;
117 m_presetDeploymentConfig = std::forward<PresetDeploymentConfigT>(value);
119 template <
typename PresetDeploymentConfigT = Aws::String>
133 bool m_s3OutputLocationHasBeenSet =
false;
134 bool m_kmsKeyIdHasBeenSet =
false;
135 bool m_presetDeploymentTypeHasBeenSet =
false;
136 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