7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/comprehend/model/VpcConfig.h>
52 template<
typename ModelKmsKeyIdT = Aws::String>
53 void SetModelKmsKeyId(ModelKmsKeyIdT&& value) { m_modelKmsKeyIdHasBeenSet =
true; m_modelKmsKeyId = std::forward<ModelKmsKeyIdT>(value); }
54 template<
typename ModelKmsKeyIdT = Aws::String>
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>
77 template<
typename DataLakeKmsKeyIdT = Aws::String>
78 void SetDataLakeKmsKeyId(DataLakeKmsKeyIdT&& value) { m_dataLakeKmsKeyIdHasBeenSet =
true; m_dataLakeKmsKeyId = std::forward<DataLakeKmsKeyIdT>(value); }
79 template<
typename DataLakeKmsKeyIdT = Aws::String>
87 template<
typename VpcConfigT = VpcConfig>
88 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
89 template<
typename VpcConfigT = VpcConfig>
95 bool m_modelKmsKeyIdHasBeenSet =
false;
98 bool m_volumeKmsKeyIdHasBeenSet =
false;
101 bool m_dataLakeKmsKeyIdHasBeenSet =
false;
104 bool m_vpcConfigHasBeenSet =
false;
const Aws::String & GetDataLakeKmsKeyId() const
const VpcConfig & GetVpcConfig() const
AWS_COMPREHEND_API DataSecurityConfig()=default
AWS_COMPREHEND_API DataSecurityConfig(Aws::Utils::Json::JsonView jsonValue)
DataSecurityConfig & WithModelKmsKeyId(ModelKmsKeyIdT &&value)
DataSecurityConfig & WithVpcConfig(VpcConfigT &&value)
void SetVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
AWS_COMPREHEND_API DataSecurityConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ModelKmsKeyIdHasBeenSet() const
bool VolumeKmsKeyIdHasBeenSet() const
const Aws::String & GetVolumeKmsKeyId() const
void SetDataLakeKmsKeyId(DataLakeKmsKeyIdT &&value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
DataSecurityConfig & WithDataLakeKmsKeyId(DataLakeKmsKeyIdT &&value)
void SetVpcConfig(VpcConfigT &&value)
const Aws::String & GetModelKmsKeyId() const
bool DataLakeKmsKeyIdHasBeenSet() const
bool VpcConfigHasBeenSet() const
DataSecurityConfig & WithVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
void SetModelKmsKeyId(ModelKmsKeyIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue