7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/model/EgressConfiguration.h>
9#include <aws/apprunner/model/IngressConfiguration.h>
10#include <aws/apprunner/model/IpAddressType.h>
50 template<
typename EgressConfigurationT = EgressConfiguration>
51 void SetEgressConfiguration(EgressConfigurationT&& value) { m_egressConfigurationHasBeenSet =
true; m_egressConfiguration = std::forward<EgressConfigurationT>(value); }
52 template<
typename EgressConfigurationT = EgressConfiguration>
62 template<
typename IngressConfigurationT = IngressConfiguration>
63 void SetIngressConfiguration(IngressConfigurationT&& value) { m_ingressConfigurationHasBeenSet =
true; m_ingressConfiguration = std::forward<IngressConfigurationT>(value); }
64 template<
typename IngressConfigurationT = IngressConfiguration>
88 bool m_egressConfigurationHasBeenSet =
false;
91 bool m_ingressConfigurationHasBeenSet =
false;
94 bool m_ipAddressTypeHasBeenSet =
false;
bool EgressConfigurationHasBeenSet() const
const IngressConfiguration & GetIngressConfiguration() const
AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const
NetworkConfiguration & WithIpAddressType(IpAddressType value)
AWS_APPRUNNER_API NetworkConfiguration()=default
NetworkConfiguration & WithEgressConfiguration(EgressConfigurationT &&value)
void SetIngressConfiguration(IngressConfigurationT &&value)
bool IpAddressTypeHasBeenSet() const
NetworkConfiguration & WithIngressConfiguration(IngressConfigurationT &&value)
bool IngressConfigurationHasBeenSet() const
AWS_APPRUNNER_API NetworkConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetIpAddressType(IpAddressType value)
const EgressConfiguration & GetEgressConfiguration() const
void SetEgressConfiguration(EgressConfigurationT &&value)
AWS_APPRUNNER_API NetworkConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
IpAddressType GetIpAddressType() const
Aws::Utils::Json::JsonValue JsonValue