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>
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_modelKmsKeyIdHasBeenSet =
false;
85 bool m_volumeKmsKeyIdHasBeenSet =
false;
88 bool m_vpcConfigHasBeenSet =
false;
UpdateDataSecurityConfig & WithVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
AWS_COMPREHEND_API UpdateDataSecurityConfig()=default
const VpcConfig & GetVpcConfig() const
AWS_COMPREHEND_API UpdateDataSecurityConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VolumeKmsKeyIdHasBeenSet() const
UpdateDataSecurityConfig & WithModelKmsKeyId(ModelKmsKeyIdT &&value)
void SetVpcConfig(VpcConfigT &&value)
UpdateDataSecurityConfig & WithVpcConfig(VpcConfigT &&value)
const Aws::String & GetModelKmsKeyId() const
void SetModelKmsKeyId(ModelKmsKeyIdT &&value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
bool VpcConfigHasBeenSet() const
const Aws::String & GetVolumeKmsKeyId() const
AWS_COMPREHEND_API UpdateDataSecurityConfig(Aws::Utils::Json::JsonView jsonValue)
bool ModelKmsKeyIdHasBeenSet() const
void SetVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue