7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/VpcConfig.h>
64 template<
typename VolumeKmsKeyIdT = Aws::String>
65 void SetVolumeKmsKeyId(VolumeKmsKeyIdT&& value) { m_volumeKmsKeyIdHasBeenSet =
true; m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value); }
66 template<
typename VolumeKmsKeyIdT = Aws::String>
74 template<
typename VpcConfigT = VpcConfig>
75 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
76 template<
typename VpcConfigT = VpcConfig>
82 bool m_volumeKmsKeyIdHasBeenSet =
false;
85 bool m_vpcConfigHasBeenSet =
false;
bool VpcConfigHasBeenSet() const
AWS_SAGEMAKER_API LabelingJobResourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VolumeKmsKeyIdHasBeenSet() const
void SetVpcConfig(VpcConfigT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
LabelingJobResourceConfig & WithVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
const VpcConfig & GetVpcConfig() const
void SetVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
AWS_SAGEMAKER_API LabelingJobResourceConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API LabelingJobResourceConfig()=default
const Aws::String & GetVolumeKmsKeyId() const
LabelingJobResourceConfig & WithVpcConfig(VpcConfigT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue