7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/VpcConfig.h>
47 m_enableInterContainerTrafficEncryptionHasBeenSet =
true;
48 m_enableInterContainerTrafficEncryption = value;
64 m_enableNetworkIsolationHasBeenSet =
true;
65 m_enableNetworkIsolation = value;
77 template <
typename VpcConfigT = VpcConfig>
79 m_vpcConfigHasBeenSet =
true;
80 m_vpcConfig = std::forward<VpcConfigT>(value);
82 template <
typename VpcConfigT = VpcConfig>
89 bool m_enableInterContainerTrafficEncryption{
false};
91 bool m_enableNetworkIsolation{
false};
93 VpcConfig m_vpcConfig;
94 bool m_enableInterContainerTrafficEncryptionHasBeenSet =
false;
95 bool m_enableNetworkIsolationHasBeenSet =
false;
96 bool m_vpcConfigHasBeenSet =
false;
AWS_SAGEMAKER_API NetworkConfig(Aws::Utils::Json::JsonView jsonValue)
void SetEnableNetworkIsolation(bool value)
bool GetEnableNetworkIsolation() const
void SetVpcConfig(VpcConfigT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEnableInterContainerTrafficEncryption(bool value)
NetworkConfig & WithEnableInterContainerTrafficEncryption(bool value)
bool VpcConfigHasBeenSet() const
bool EnableNetworkIsolationHasBeenSet() const
AWS_SAGEMAKER_API NetworkConfig()=default
bool EnableInterContainerTrafficEncryptionHasBeenSet() const
NetworkConfig & WithVpcConfig(VpcConfigT &&value)
const VpcConfig & GetVpcConfig() const
AWS_SAGEMAKER_API NetworkConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GetEnableInterContainerTrafficEncryption() const
NetworkConfig & WithEnableNetworkIsolation(bool value)
Aws::Utils::Json::JsonValue JsonValue