AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
VpcDNSTarget.h
1
6#pragma once
7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace AppRunner
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_APPRUNNER_API VpcDNSTarget();
36 AWS_APPRUNNER_API VpcDNSTarget(Aws::Utils::Json::JsonView jsonValue);
37 AWS_APPRUNNER_API VpcDNSTarget& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::String& GetVpcIngressConnectionArn() const{ return m_vpcIngressConnectionArn; }
47 inline bool VpcIngressConnectionArnHasBeenSet() const { return m_vpcIngressConnectionArnHasBeenSet; }
48 inline void SetVpcIngressConnectionArn(const Aws::String& value) { m_vpcIngressConnectionArnHasBeenSet = true; m_vpcIngressConnectionArn = value; }
49 inline void SetVpcIngressConnectionArn(Aws::String&& value) { m_vpcIngressConnectionArnHasBeenSet = true; m_vpcIngressConnectionArn = std::move(value); }
50 inline void SetVpcIngressConnectionArn(const char* value) { m_vpcIngressConnectionArnHasBeenSet = true; m_vpcIngressConnectionArn.assign(value); }
52 inline VpcDNSTarget& WithVpcIngressConnectionArn(Aws::String&& value) { SetVpcIngressConnectionArn(std::move(value)); return *this;}
53 inline VpcDNSTarget& WithVpcIngressConnectionArn(const char* value) { SetVpcIngressConnectionArn(value); return *this;}
55
57
61 inline const Aws::String& GetVpcId() const{ return m_vpcId; }
62 inline bool VpcIdHasBeenSet() const { return m_vpcIdHasBeenSet; }
63 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; }
64 inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); }
65 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); }
66 inline VpcDNSTarget& WithVpcId(const Aws::String& value) { SetVpcId(value); return *this;}
67 inline VpcDNSTarget& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); return *this;}
68 inline VpcDNSTarget& WithVpcId(const char* value) { SetVpcId(value); return *this;}
70
72
76 inline const Aws::String& GetDomainName() const{ return m_domainName; }
77 inline bool DomainNameHasBeenSet() const { return m_domainNameHasBeenSet; }
78 inline void SetDomainName(const Aws::String& value) { m_domainNameHasBeenSet = true; m_domainName = value; }
79 inline void SetDomainName(Aws::String&& value) { m_domainNameHasBeenSet = true; m_domainName = std::move(value); }
80 inline void SetDomainName(const char* value) { m_domainNameHasBeenSet = true; m_domainName.assign(value); }
81 inline VpcDNSTarget& WithDomainName(const Aws::String& value) { SetDomainName(value); return *this;}
82 inline VpcDNSTarget& WithDomainName(Aws::String&& value) { SetDomainName(std::move(value)); return *this;}
83 inline VpcDNSTarget& WithDomainName(const char* value) { SetDomainName(value); return *this;}
85 private:
86
87 Aws::String m_vpcIngressConnectionArn;
88 bool m_vpcIngressConnectionArnHasBeenSet = false;
89
90 Aws::String m_vpcId;
91 bool m_vpcIdHasBeenSet = false;
92
93 Aws::String m_domainName;
94 bool m_domainNameHasBeenSet = false;
95 };
96
97} // namespace Model
98} // namespace AppRunner
99} // namespace Aws
const Aws::String & GetVpcId() const
AWS_APPRUNNER_API VpcDNSTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
VpcDNSTarget & WithDomainName(Aws::String &&value)
void SetVpcId(Aws::String &&value)
VpcDNSTarget & WithVpcIngressConnectionArn(const Aws::String &value)
void SetVpcId(const char *value)
VpcDNSTarget & WithDomainName(const Aws::String &value)
void SetDomainName(Aws::String &&value)
AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVpcId(const Aws::String &value)
VpcDNSTarget & WithVpcIngressConnectionArn(const char *value)
void SetVpcIngressConnectionArn(const Aws::String &value)
VpcDNSTarget & WithDomainName(const char *value)
AWS_APPRUNNER_API VpcDNSTarget(Aws::Utils::Json::JsonView jsonValue)
VpcDNSTarget & WithVpcIngressConnectionArn(Aws::String &&value)
void SetVpcIngressConnectionArn(const char *value)
void SetVpcIngressConnectionArn(Aws::String &&value)
void SetDomainName(const char *value)
VpcDNSTarget & WithVpcId(Aws::String &&value)
const Aws::String & GetVpcIngressConnectionArn() const
VpcDNSTarget & WithVpcId(const Aws::String &value)
void SetDomainName(const Aws::String &value)
VpcDNSTarget & WithVpcId(const char *value)
const Aws::String & GetDomainName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue