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>
44 template <
typename EgressConfigurationT = EgressConfiguration>
46 m_egressConfigurationHasBeenSet =
true;
47 m_egressConfiguration = std::forward<EgressConfigurationT>(value);
49 template <
typename EgressConfigurationT = EgressConfiguration>
62 template <
typename IngressConfigurationT = IngressConfiguration>
64 m_ingressConfigurationHasBeenSet =
true;
65 m_ingressConfiguration = std::forward<IngressConfigurationT>(value);
67 template <
typename IngressConfigurationT = IngressConfiguration>
83 m_ipAddressTypeHasBeenSet =
true;
84 m_ipAddressType = value;
97 bool m_egressConfigurationHasBeenSet =
false;
98 bool m_ingressConfigurationHasBeenSet =
false;
99 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