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