7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/VpcConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template <
typename ModelKmsKeyIdT = Aws::String>
48 m_modelKmsKeyIdHasBeenSet =
true;
49 m_modelKmsKeyId = std::forward<ModelKmsKeyIdT>(value);
51 template <
typename ModelKmsKeyIdT = Aws::String>
64 template <
typename VolumeKmsKeyIdT = Aws::String>
66 m_volumeKmsKeyIdHasBeenSet =
true;
67 m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value);
69 template <
typename VolumeKmsKeyIdT = Aws::String>
80 template <
typename VpcConfigT = VpcConfig>
82 m_vpcConfigHasBeenSet =
true;
83 m_vpcConfig = std::forward<VpcConfigT>(value);
85 template <
typename VpcConfigT = VpcConfig>
97 bool m_modelKmsKeyIdHasBeenSet =
false;
98 bool m_volumeKmsKeyIdHasBeenSet =
false;
99 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