|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.ec2.model.CustomerGateway
public class CustomerGateway
Customer Gateway
| Constructor Summary | |
|---|---|
CustomerGateway()
|
|
| Method Summary | |
|---|---|
String |
getBgpAsn()
Returns the value of the BgpAsn property for this object. |
String |
getCustomerGatewayId()
Returns the value of the CustomerGatewayId property for this object. |
String |
getIpAddress()
Returns the value of the IpAddress property for this object. |
String |
getState()
Returns the value of the State property for this object. |
String |
getType()
Returns the value of the Type property for this object. |
void |
setBgpAsn(String bgpAsn)
Sets the value of the BgpAsn property for this object. |
void |
setCustomerGatewayId(String customerGatewayId)
Sets the value of the CustomerGatewayId property for this object. |
void |
setIpAddress(String ipAddress)
Sets the value of the IpAddress property for this object. |
void |
setState(String state)
Sets the value of the State property for this object. |
void |
setType(String type)
Sets the value of the Type property for this object. |
CustomerGateway |
withBgpAsn(String bgpAsn)
Sets the value of the BgpAsn property for this object. |
CustomerGateway |
withCustomerGatewayId(String customerGatewayId)
Sets the value of the CustomerGatewayId property for this object. |
CustomerGateway |
withIpAddress(String ipAddress)
Sets the value of the IpAddress property for this object. |
CustomerGateway |
withState(String state)
Sets the value of the State property for this object. |
CustomerGateway |
withType(String type)
Sets the value of the Type property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomerGateway()
| Method Detail |
|---|
public String getCustomerGatewayId()
public void setCustomerGatewayId(String customerGatewayId)
customerGatewayId - The new value for the CustomerGatewayId property for this object.public CustomerGateway withCustomerGatewayId(String customerGatewayId)
Returns a reference to this object so that method calls can be chained together.
customerGatewayId - The new value for the CustomerGatewayId property for this object.
public String getState()
public void setState(String state)
state - The new value for the State property for this object.public CustomerGateway withState(String state)
Returns a reference to this object so that method calls can be chained together.
state - The new value for the State property for this object.
public String getType()
public void setType(String type)
type - The new value for the Type property for this object.public CustomerGateway 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 getIpAddress()
public void setIpAddress(String ipAddress)
ipAddress - The new value for the IpAddress property for this object.public CustomerGateway withIpAddress(String ipAddress)
Returns a reference to this object so that method calls can be chained together.
ipAddress - The new value for the IpAddress property for this object.
public String getBgpAsn()
public void setBgpAsn(String bgpAsn)
bgpAsn - The new value for the BgpAsn property for this object.public CustomerGateway withBgpAsn(String 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 | |||||||||