7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename VpcIngressConnectionArnT = Aws::String>
44 m_vpcIngressConnectionArnHasBeenSet =
true;
45 m_vpcIngressConnectionArn = std::forward<VpcIngressConnectionArnT>(value);
47 template <
typename VpcIngressConnectionArnT = Aws::String>
61 template <
typename VpcIdT = Aws::String>
63 m_vpcIdHasBeenSet =
true;
64 m_vpcId = std::forward<VpcIdT>(value);
66 template <
typename VpcIdT = Aws::String>
68 SetVpcId(std::forward<VpcIdT>(value));
80 template <
typename DomainNameT = Aws::String>
82 m_domainNameHasBeenSet =
true;
83 m_domainName = std::forward<DomainNameT>(value);
85 template <
typename DomainNameT = Aws::String>
97 bool m_vpcIngressConnectionArnHasBeenSet =
false;
98 bool m_vpcIdHasBeenSet =
false;
99 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