7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/VpcConfig.h>
47 template<
typename VolumeKmsKeyIdT = Aws::String>
48 void SetVolumeKmsKeyId(VolumeKmsKeyIdT&& value) { m_volumeKmsKeyIdHasBeenSet =
true; m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value); }
49 template<
typename VolumeKmsKeyIdT = Aws::String>
69 template<
typename VpcConfigT = VpcConfig>
70 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
71 template<
typename VpcConfigT = VpcConfig>
77 bool m_volumeKmsKeyIdHasBeenSet =
false;
79 bool m_enableInterContainerTrafficEncryption{
false};
80 bool m_enableInterContainerTrafficEncryptionHasBeenSet =
false;
82 VpcConfig m_vpcConfig;
83 bool m_vpcConfigHasBeenSet =
false;
bool VpcConfigHasBeenSet() const
const VpcConfig & GetVpcConfig() const
bool EnableInterContainerTrafficEncryptionHasBeenSet() const
AutoMLSecurityConfig & WithVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
void SetVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
void SetVpcConfig(VpcConfigT &&value)
AWS_SAGEMAKER_API AutoMLSecurityConfig()=default
const Aws::String & GetVolumeKmsKeyId() const
bool VolumeKmsKeyIdHasBeenSet() const
AWS_SAGEMAKER_API AutoMLSecurityConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API AutoMLSecurityConfig(Aws::Utils::Json::JsonView jsonValue)
AutoMLSecurityConfig & WithVpcConfig(VpcConfigT &&value)
bool GetEnableInterContainerTrafficEncryption() const
void SetEnableInterContainerTrafficEncryption(bool value)
AutoMLSecurityConfig & WithEnableInterContainerTrafficEncryption(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue