7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetVpcIngressConnectionArn(
const char* value) { m_vpcIngressConnectionArnHasBeenSet =
true; m_vpcIngressConnectionArn.assign(value); }
65 inline void SetServiceArn(
const char* value) { m_serviceArnHasBeenSet =
true; m_serviceArn.assign(value); }
73 bool m_vpcIngressConnectionArnHasBeenSet =
false;
76 bool m_serviceArnHasBeenSet =
false;
VpcIngressConnectionSummary & WithServiceArn(Aws::String &&value)
void SetVpcIngressConnectionArn(const char *value)
bool VpcIngressConnectionArnHasBeenSet() const
AWS_APPRUNNER_API VpcIngressConnectionSummary(Aws::Utils::Json::JsonView jsonValue)
VpcIngressConnectionSummary & WithServiceArn(const Aws::String &value)
const Aws::String & GetVpcIngressConnectionArn() const
void SetVpcIngressConnectionArn(const Aws::String &value)
void SetVpcIngressConnectionArn(Aws::String &&value)
void SetServiceArn(Aws::String &&value)
AWS_APPRUNNER_API VpcIngressConnectionSummary()
VpcIngressConnectionSummary & WithVpcIngressConnectionArn(const Aws::String &value)
bool ServiceArnHasBeenSet() const
VpcIngressConnectionSummary & WithServiceArn(const char *value)
AWS_APPRUNNER_API VpcIngressConnectionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetServiceArn(const Aws::String &value)
const Aws::String & GetServiceArn() const
AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const
VpcIngressConnectionSummary & WithVpcIngressConnectionArn(const char *value)
void SetServiceArn(const char *value)
VpcIngressConnectionSummary & WithVpcIngressConnectionArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue