7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/VpcConfig.h>
49 inline void SetVolumeKmsKeyId(
const char* value) { m_volumeKmsKeyIdHasBeenSet =
true; m_volumeKmsKeyId.assign(value); }
79 bool m_volumeKmsKeyIdHasBeenSet =
false;
81 bool m_enableInterContainerTrafficEncryption;
82 bool m_enableInterContainerTrafficEncryptionHasBeenSet =
false;
85 bool m_vpcConfigHasBeenSet =
false;
AutoMLSecurityConfig & WithVolumeKmsKeyId(const char *value)
AutoMLSecurityConfig & WithVolumeKmsKeyId(Aws::String &&value)
bool VpcConfigHasBeenSet() const
AutoMLSecurityConfig & WithVpcConfig(const VpcConfig &value)
const VpcConfig & GetVpcConfig() const
void SetVolumeKmsKeyId(const char *value)
bool EnableInterContainerTrafficEncryptionHasBeenSet() const
void SetVpcConfig(VpcConfig &&value)
AutoMLSecurityConfig & WithVpcConfig(VpcConfig &&value)
AWS_SAGEMAKER_API AutoMLSecurityConfig()
const Aws::String & GetVolumeKmsKeyId() const
void SetVpcConfig(const VpcConfig &value)
AutoMLSecurityConfig & WithVolumeKmsKeyId(const Aws::String &value)
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)
bool GetEnableInterContainerTrafficEncryption() const
void SetVolumeKmsKeyId(Aws::String &&value)
void SetEnableInterContainerTrafficEncryption(bool value)
AutoMLSecurityConfig & WithEnableInterContainerTrafficEncryption(bool value)
void SetVolumeKmsKeyId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue