7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/VpcConfig.h>
41 template <
typename VolumeKmsKeyIdT = Aws::String>
43 m_volumeKmsKeyIdHasBeenSet =
true;
44 m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value);
46 template <
typename VolumeKmsKeyIdT = Aws::String>
60 m_enableInterContainerTrafficEncryptionHasBeenSet =
true;
61 m_enableInterContainerTrafficEncryption = value;
75 template <
typename VpcConfigT = VpcConfig>
77 m_vpcConfigHasBeenSet =
true;
78 m_vpcConfig = std::forward<VpcConfigT>(value);
80 template <
typename VpcConfigT = VpcConfig>
89 bool m_enableInterContainerTrafficEncryption{
false};
91 VpcConfig m_vpcConfig;
92 bool m_volumeKmsKeyIdHasBeenSet =
false;
93 bool m_enableInterContainerTrafficEncryptionHasBeenSet =
false;
94 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