7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/AppRunnerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/apprunner/model/IngressVpcConfiguration.h>
45 template<
typename VpcIngressConnectionArnT = Aws::String>
46 void SetVpcIngressConnectionArn(VpcIngressConnectionArnT&& value) { m_vpcIngressConnectionArnHasBeenSet =
true; m_vpcIngressConnectionArn = std::forward<VpcIngressConnectionArnT>(value); }
47 template<
typename VpcIngressConnectionArnT = Aws::String>
59 template<
typename IngressVpcConfigurationT = IngressVpcConfiguration>
60 void SetIngressVpcConfiguration(IngressVpcConfigurationT&& value) { m_ingressVpcConfigurationHasBeenSet =
true; m_ingressVpcConfiguration = std::forward<IngressVpcConfigurationT>(value); }
61 template<
typename IngressVpcConfigurationT = IngressVpcConfiguration>
67 bool m_vpcIngressConnectionArnHasBeenSet =
false;
70 bool m_ingressVpcConfigurationHasBeenSet =
false;
AWS_APPRUNNER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateVpcIngressConnectionRequest & WithIngressVpcConfiguration(IngressVpcConfigurationT &&value)
void SetVpcIngressConnectionArn(VpcIngressConnectionArnT &&value)
bool IngressVpcConfigurationHasBeenSet() const
const IngressVpcConfiguration & GetIngressVpcConfiguration() const
virtual const char * GetServiceRequestName() const override
UpdateVpcIngressConnectionRequest & WithVpcIngressConnectionArn(VpcIngressConnectionArnT &&value)
void SetIngressVpcConfiguration(IngressVpcConfigurationT &&value)
bool VpcIngressConnectionArnHasBeenSet() const
AWS_APPRUNNER_API UpdateVpcIngressConnectionRequest()=default
AWS_APPRUNNER_API Aws::String SerializePayload() const override
const Aws::String & GetVpcIngressConnectionArn() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String