public class ModifyVpnGatewayAttributesRequest extends Object
| Constructor and Description |
|---|
ModifyVpnGatewayAttributesRequest() |
public ModifyVpnGatewayAttributesRequest asn(Integer asn)
public Integer getAsn()
public void setAsn(Integer asn)
public ModifyVpnGatewayAttributesRequest bandwidth(Integer bandwidth)
public Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
public ModifyVpnGatewayAttributesRequest description(String description)
public String getDescription()
public void setDescription(String description)
public ModifyVpnGatewayAttributesRequest ipsecEnabled(Boolean ipsecEnabled)
public Boolean isIpsecEnabled()
public void setIpsecEnabled(Boolean ipsecEnabled)
public ModifyVpnGatewayAttributesRequest sslEnabled(Boolean sslEnabled)
public Boolean isSslEnabled()
public void setSslEnabled(Boolean sslEnabled)
public ModifyVpnGatewayAttributesRequest sslMaxConnections(Integer sslMaxConnections)
public Integer getSslMaxConnections()
public void setSslMaxConnections(Integer sslMaxConnections)
public ModifyVpnGatewayAttributesRequest vpnGatewayId(String vpnGatewayId)
@NotNull public @NotNull String getVpnGatewayId()
public void setVpnGatewayId(String vpnGatewayId)
public ModifyVpnGatewayAttributesRequest vpnGatewayName(String vpnGatewayName)
public String getVpnGatewayName()
public void setVpnGatewayName(String vpnGatewayName)
Copyright © 2025. All rights reserved.