Home
last modified time | relevance | path

Searched refs:SetVpcId (Results 1 – 25 of 1066) sorted by relevance

12345678910>>...43

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DEnableVpcClassicLinkDnsSupportRequest.h52 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
57 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
62 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
67 …inline EnableVpcClassicLinkDnsSupportRequest& WithVpcId(const Aws::String& value) { SetVpcId(value… in WithVpcId()
72 …inline EnableVpcClassicLinkDnsSupportRequest& WithVpcId(Aws::String&& value) { SetVpcId(std::move(… in WithVpcId()
77 …inline EnableVpcClassicLinkDnsSupportRequest& WithVpcId(const char* value) { SetVpcId(value); retu… in WithVpcId()
H A DDisableVpcClassicLinkDnsSupportRequest.h52 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
57 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
62 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
67 …inline DisableVpcClassicLinkDnsSupportRequest& WithVpcId(const Aws::String& value) { SetVpcId(valu… in WithVpcId()
72 …inline DisableVpcClassicLinkDnsSupportRequest& WithVpcId(Aws::String&& value) { SetVpcId(std::move… in WithVpcId()
77 …inline DisableVpcClassicLinkDnsSupportRequest& WithVpcId(const char* value) { SetVpcId(value); ret… in WithVpcId()
H A DDisableVpcClassicLinkRequest.h85 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
90 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
95 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
100 …inline DisableVpcClassicLinkRequest& WithVpcId(const Aws::String& value) { SetVpcId(value); return… in WithVpcId()
105 …inline DisableVpcClassicLinkRequest& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); … in WithVpcId()
110 …inline DisableVpcClassicLinkRequest& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DDeleteVpcRequest.h52 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
57 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
62 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
67 inline DeleteVpcRequest& WithVpcId(const Aws::String& value) { SetVpcId(value); return *this;} in WithVpcId()
72 …inline DeleteVpcRequest& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); return *this… in WithVpcId()
77 inline DeleteVpcRequest& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DEnableVpcClassicLinkRequest.h85 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
90 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
95 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
100 …inline EnableVpcClassicLinkRequest& WithVpcId(const Aws::String& value) { SetVpcId(value); return … in WithVpcId()
105 …inline EnableVpcClassicLinkRequest& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); r… in WithVpcId()
110 … inline EnableVpcClassicLinkRequest& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DClassicLinkDnsSupport.h77 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
82 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
87 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
92 …inline ClassicLinkDnsSupport& WithVpcId(const Aws::String& value) { SetVpcId(value); return *this;} in WithVpcId()
97 …inline ClassicLinkDnsSupport& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); return … in WithVpcId()
102 inline ClassicLinkDnsSupport& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DDescribeVpcAttributeRequest.h84 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
89 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
94 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
99 …inline DescribeVpcAttributeRequest& WithVpcId(const Aws::String& value) { SetVpcId(value); return … in WithVpcId()
104 …inline DescribeVpcAttributeRequest& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); r… in WithVpcId()
109 … inline DescribeVpcAttributeRequest& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DInternetGatewayAttachment.h100 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
105 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
110 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
115 …inline InternetGatewayAttachment& WithVpcId(const Aws::String& value) { SetVpcId(value); return *t… in WithVpcId()
120 …inline InternetGatewayAttachment& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); ret… in WithVpcId()
125 inline InternetGatewayAttachment& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DVpcAttachment.h88 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
93 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
98 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
103 inline VpcAttachment& WithVpcId(const Aws::String& value) { SetVpcId(value); return *this;} in WithVpcId()
108 … inline VpcAttachment& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); return *this;} in WithVpcId()
113 inline VpcAttachment& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DModifyVpcTenancyRequest.h53 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
58 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
63 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
68 …inline ModifyVpcTenancyRequest& WithVpcId(const Aws::String& value) { SetVpcId(value); return *thi… in WithVpcId()
73 …inline ModifyVpcTenancyRequest& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); retur… in WithVpcId()
78 inline ModifyVpcTenancyRequest& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DDetachClassicLinkVpcRequest.h126 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
131 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
136 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
141 …inline DetachClassicLinkVpcRequest& WithVpcId(const Aws::String& value) { SetVpcId(value); return … in WithVpcId()
146 …inline DetachClassicLinkVpcRequest& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); r… in WithVpcId()
151 … inline DetachClassicLinkVpcRequest& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DAttachVpnGatewayRequest.h55 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
60 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
65 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
70 …inline AttachVpnGatewayRequest& WithVpcId(const Aws::String& value) { SetVpcId(value); return *thi… in WithVpcId()
75 …inline AttachVpnGatewayRequest& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); retur… in WithVpcId()
80 inline AttachVpnGatewayRequest& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DDetachInternetGatewayRequest.h126 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
131 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
136 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
141 …inline DetachInternetGatewayRequest& WithVpcId(const Aws::String& value) { SetVpcId(value); return… in WithVpcId()
146 …inline DetachInternetGatewayRequest& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); … in WithVpcId()
151 …inline DetachInternetGatewayRequest& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DDetachVpnGatewayRequest.h55 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
60 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
65 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
70 …inline DetachVpnGatewayRequest& WithVpcId(const Aws::String& value) { SetVpcId(value); return *thi… in WithVpcId()
75 …inline DetachVpnGatewayRequest& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); retur… in WithVpcId()
80 inline DetachVpnGatewayRequest& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DModifyVpcAttributeRequest.h175 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
180 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
185 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
190 …inline ModifyVpcAttributeRequest& WithVpcId(const Aws::String& value) { SetVpcId(value); return *t… in WithVpcId()
195 …inline ModifyVpcAttributeRequest& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); ret… in WithVpcId()
200 inline ModifyVpcAttributeRequest& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DAssociateDhcpOptionsRequest.h101 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
106 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
111 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
116 …inline AssociateDhcpOptionsRequest& WithVpcId(const Aws::String& value) { SetVpcId(value); return … in WithVpcId()
121 …inline AssociateDhcpOptionsRequest& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); r… in WithVpcId()
126 … inline AssociateDhcpOptionsRequest& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DAttachInternetGatewayRequest.h126 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
131 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
136 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
141 …inline AttachInternetGatewayRequest& WithVpcId(const Aws::String& value) { SetVpcId(value); return… in WithVpcId()
146 …inline AttachInternetGatewayRequest& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); … in WithVpcId()
151 …inline AttachInternetGatewayRequest& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DCreateRouteTableRequest.h87 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
92 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
97 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
102 …inline CreateRouteTableRequest& WithVpcId(const Aws::String& value) { SetVpcId(value); return *thi… in WithVpcId()
107 …inline CreateRouteTableRequest& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); retur… in WithVpcId()
112 inline CreateRouteTableRequest& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DDescribeStaleSecurityGroupsRequest.h163 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
168 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
173 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
178 …inline DescribeStaleSecurityGroupsRequest& WithVpcId(const Aws::String& value) { SetVpcId(value); … in WithVpcId()
183 …inline DescribeStaleSecurityGroupsRequest& WithVpcId(Aws::String&& value) { SetVpcId(std::move(val… in WithVpcId()
188 …inline DescribeStaleSecurityGroupsRequest& WithVpcId(const char* value) { SetVpcId(value); return … in WithVpcId()
H A DCreateNetworkAclRequest.h87 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
92 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
97 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
102 …inline CreateNetworkAclRequest& WithVpcId(const Aws::String& value) { SetVpcId(value); return *thi… in WithVpcId()
107 …inline CreateNetworkAclRequest& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); retur… in WithVpcId()
112 inline CreateNetworkAclRequest& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DDisassociateVpcCidrBlockResponse.h98 inline void SetVpcId(const Aws::String& value) { m_vpcId = value; } in SetVpcId() function
103 inline void SetVpcId(Aws::String&& value) { m_vpcId = std::move(value); } in SetVpcId() function
108 inline void SetVpcId(const char* value) { m_vpcId.assign(value); } in SetVpcId() function
113 …inline DisassociateVpcCidrBlockResponse& WithVpcId(const Aws::String& value) { SetVpcId(value); re… in WithVpcId()
118 …inline DisassociateVpcCidrBlockResponse& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value… in WithVpcId()
123 …inline DisassociateVpcCidrBlockResponse& WithVpcId(const char* value) { SetVpcId(value); return *t… in WithVpcId()
H A DDescribeVpcAttributeResponse.h45 inline void SetVpcId(const Aws::String& value) { m_vpcId = value; } in SetVpcId() function
50 inline void SetVpcId(Aws::String&& value) { m_vpcId = std::move(value); } in SetVpcId() function
55 inline void SetVpcId(const char* value) { m_vpcId.assign(value); } in SetVpcId() function
60 …inline DescribeVpcAttributeResponse& WithVpcId(const Aws::String& value) { SetVpcId(value); return… in WithVpcId()
65 …inline DescribeVpcAttributeResponse& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); … in WithVpcId()
70 …inline DescribeVpcAttributeResponse& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3control/include/aws/s3control/model/
H A DVpcConfiguration.h57 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
63 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
69 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
75 inline VpcConfiguration& WithVpcId(const Aws::String& value) { SetVpcId(value); return *this;} in WithVpcId()
81 …inline VpcConfiguration& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); return *this… in WithVpcId()
87 inline VpcConfiguration& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-accessanalyzer/include/aws/accessanalyzer/model/
H A DVpcConfiguration.h60 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
66 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
72 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
78 inline VpcConfiguration& WithVpcId(const Aws::String& value) { SetVpcId(value); return *this;} in WithVpcId()
84 …inline VpcConfiguration& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); return *this… in WithVpcId()
90 inline VpcConfiguration& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ds/include/aws/ds/model/
H A DDirectoryVpcSettings.h55 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } in SetVpcId() function
60 …inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } in SetVpcId() function
65 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } in SetVpcId() function
70 … inline DirectoryVpcSettings& WithVpcId(const Aws::String& value) { SetVpcId(value); return *this;} in WithVpcId()
75 …inline DirectoryVpcSettings& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); return *… in WithVpcId()
80 inline DirectoryVpcSettings& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()

12345678910>>...43