7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename VpcIngressConnectionArnT = Aws::String>
49 void SetVpcIngressConnectionArn(VpcIngressConnectionArnT&& value) { m_vpcIngressConnectionArnHasBeenSet =
true; m_vpcIngressConnectionArn = std::forward<VpcIngressConnectionArnT>(value); }
50 template<
typename VpcIngressConnectionArnT = Aws::String>
61 template<
typename VpcIdT = Aws::String>
62 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
63 template<
typename VpcIdT = Aws::String>
74 template<
typename DomainNameT = Aws::String>
75 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
76 template<
typename DomainNameT = Aws::String>
82 bool m_vpcIngressConnectionArnHasBeenSet =
false;
85 bool m_vpcIdHasBeenSet =
false;
88 bool m_domainNameHasBeenSet =
false;
bool VpcIdHasBeenSet() const
void SetVpcIngressConnectionArn(VpcIngressConnectionArnT &&value)
AWS_APPRUNNER_API VpcDNSTarget()=default
const Aws::String & GetVpcId() const
AWS_APPRUNNER_API VpcDNSTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDomainName(DomainNameT &&value)
AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVpcId(VpcIdT &&value)
bool VpcIngressConnectionArnHasBeenSet() const
AWS_APPRUNNER_API VpcDNSTarget(Aws::Utils::Json::JsonView jsonValue)
VpcDNSTarget & WithVpcIngressConnectionArn(VpcIngressConnectionArnT &&value)
VpcDNSTarget & WithDomainName(DomainNameT &&value)
VpcDNSTarget & WithVpcId(VpcIdT &&value)
const Aws::String & GetVpcIngressConnectionArn() const
bool DomainNameHasBeenSet() const
const Aws::String & GetDomainName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue