|
||||||||||
| 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
Create Customer Gateway Request
| Constructor Summary | |
|---|---|
CreateCustomerGatewayRequest()
|
|
| Method Summary | |
|---|---|
Integer |
getBgpAsn()
Returns the value of the BgpAsn property for this object. |
String |
getPublicIp()
Returns the value of the PublicIp property for this object. |
String |
getType()
Returns the value of the Type property for this object. |
void |
setBgpAsn(Integer bgpAsn)
Sets the value of the BgpAsn property for this object. |
void |
setPublicIp(String publicIp)
Sets the value of the PublicIp property for this object. |
void |
setType(String type)
Sets the value of the Type property for this object. |
CreateCustomerGatewayRequest |
withBgpAsn(Integer bgpAsn)
Sets the value of the BgpAsn property for this object. |
CreateCustomerGatewayRequest |
withPublicIp(String publicIp)
Sets the value of the PublicIp property for this object. |
CreateCustomerGatewayRequest |
withType(String type)
Sets the value of the Type property for this object. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateCustomerGatewayRequest()
| Method Detail |
|---|
public String getType()
public void setType(String type)
type - The new value for the Type property for this object.public CreateCustomerGatewayRequest withType(String type)
Returns a reference to this object so that method calls can be chained together.
type - The new value for the Type property for this object.
public String getPublicIp()
public void setPublicIp(String publicIp)
publicIp - The new value for the PublicIp property for this object.public CreateCustomerGatewayRequest withPublicIp(String publicIp)
Returns a reference to this object so that method calls can be chained together.
publicIp - The new value for the PublicIp property for this object.
public Integer getBgpAsn()
public void setBgpAsn(Integer bgpAsn)
bgpAsn - The new value for the BgpAsn property for this object.public CreateCustomerGatewayRequest withBgpAsn(Integer bgpAsn)
Returns a reference to this object so that method calls can be chained together.
bgpAsn - The new value for the BgpAsn property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||