|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.CreateCustomerGatewayRequest
public class CreateCustomerGatewayRequest
| Constructor Summary | |
|---|---|
CreateCustomerGatewayRequest()
|
|
| Method Summary | |
|---|---|
Integer |
getBgpAsn()
The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN). |
String |
getPublicIp()
|
String |
getType()
The type of VPN connection this customer gateway supports. |
void |
setBgpAsn(Integer bgpAsn)
The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN). |
void |
setPublicIp(String publicIp)
|
void |
setType(String type)
The type of VPN connection this customer gateway supports. |
String |
toString()
|
CreateCustomerGatewayRequest |
withBgpAsn(Integer bgpAsn)
The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN). |
CreateCustomerGatewayRequest |
withPublicIp(String publicIp)
Returns a reference to this object so that method calls can be chained together. |
CreateCustomerGatewayRequest |
withType(String type)
The type of VPN connection this customer gateway supports. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CreateCustomerGatewayRequest()
| Method Detail |
|---|
public String getType()
public void setType(String type)
type - The type of VPN connection this customer gateway supports.public CreateCustomerGatewayRequest withType(String type)
Returns a reference to this object so that method calls can be chained together.
type - The type of VPN connection this customer gateway supports.
public String getPublicIp()
public void setPublicIp(String publicIp)
publicIp - public CreateCustomerGatewayRequest withPublicIp(String publicIp)
Returns a reference to this object so that method calls can be chained together.
publicIp -
public Integer getBgpAsn()
public void setBgpAsn(Integer bgpAsn)
bgpAsn - The customer gateway's Border Gateway Protocol (BGP) Autonomous System
Number (ASN).public CreateCustomerGatewayRequest withBgpAsn(Integer bgpAsn)
Returns a reference to this object so that method calls can be chained together.
bgpAsn - The customer gateway's Border Gateway Protocol (BGP) Autonomous System
Number (ASN).
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||