public class NetworkSpecForGetGatewayOutput extends Object
| Constructor and Description |
|---|
NetworkSpecForGetGatewayOutput() |
| Modifier and Type | Method and Description |
|---|---|
NetworkSpecForGetGatewayOutput |
addSubnetsItem(SubnetForGetGatewayOutput subnetsItem) |
boolean |
equals(Object o) |
@Valid List<SubnetForGetGatewayOutput> |
getSubnets()
Get subnets
|
String |
getVpcId()
Get vpcId
|
String |
getVpcName()
Get vpcName
|
int |
hashCode() |
void |
setSubnets(List<SubnetForGetGatewayOutput> subnets) |
void |
setVpcId(String vpcId) |
void |
setVpcName(String vpcName) |
NetworkSpecForGetGatewayOutput |
subnets(List<SubnetForGetGatewayOutput> subnets) |
String |
toString() |
NetworkSpecForGetGatewayOutput |
vpcId(String vpcId) |
NetworkSpecForGetGatewayOutput |
vpcName(String vpcName) |
public NetworkSpecForGetGatewayOutput subnets(List<SubnetForGetGatewayOutput> subnets)
public NetworkSpecForGetGatewayOutput addSubnetsItem(SubnetForGetGatewayOutput subnetsItem)
@Valid public @Valid List<SubnetForGetGatewayOutput> getSubnets()
public void setSubnets(List<SubnetForGetGatewayOutput> subnets)
public NetworkSpecForGetGatewayOutput vpcId(String vpcId)
public String getVpcId()
public void setVpcId(String vpcId)
public NetworkSpecForGetGatewayOutput vpcName(String vpcName)
public String getVpcName()
public void setVpcName(String vpcName)
Copyright © 2026. All rights reserved.