7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/AppRunnerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename VpcIngressConnectionArnT = Aws::String>
45 void SetVpcIngressConnectionArn(VpcIngressConnectionArnT&& value) { m_vpcIngressConnectionArnHasBeenSet =
true; m_vpcIngressConnectionArn = std::forward<VpcIngressConnectionArnT>(value); }
46 template<
typename VpcIngressConnectionArnT = Aws::String>
52 bool m_vpcIngressConnectionArnHasBeenSet =
false;
bool VpcIngressConnectionArnHasBeenSet() const
void SetVpcIngressConnectionArn(VpcIngressConnectionArnT &&value)
AWS_APPRUNNER_API Aws::String SerializePayload() const override
AWS_APPRUNNER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
DeleteVpcIngressConnectionRequest & WithVpcIngressConnectionArn(VpcIngressConnectionArnT &&value)
const Aws::String & GetVpcIngressConnectionArn() const
AWS_APPRUNNER_API DeleteVpcIngressConnectionRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String