|
|||||||
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
Describes a customer gateway.
Constructor Summary | |
---|---|
CustomerGateway()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getBgpAsn()
The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN). |
java.lang.String |
getCustomerGatewayId()
The ID of the customer gateway. |
java.lang.String |
getIpAddress()
The Internet-routable IP address of the customer gateway's outside interface. |
java.lang.String |
getState()
The current state of the customer gateway. |
java.util.List<Tag> |
getTags()
Any tags assigned to the customer gateway. |
java.lang.String |
getType()
The type of VPN connection the customer gateway supports. |
int |
hashCode()
|
void |
setBgpAsn(java.lang.String bgpAsn)
The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN). |
void |
setCustomerGatewayId(java.lang.String customerGatewayId)
The ID of the customer gateway. |
void |
setIpAddress(java.lang.String ipAddress)
The Internet-routable IP address of the customer gateway's outside interface. |
void |
setState(java.lang.String state)
The current state of the customer gateway. |
void |
setTags(java.util.Collection<Tag> tags)
Any tags assigned to the customer gateway. |
void |
setType(java.lang.String type)
The type of VPN connection the customer gateway supports. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CustomerGateway |
withBgpAsn(java.lang.String bgpAsn)
The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN). |
CustomerGateway |
withCustomerGatewayId(java.lang.String customerGatewayId)
The ID of the customer gateway. |
CustomerGateway |
withIpAddress(java.lang.String ipAddress)
The Internet-routable IP address of the customer gateway's outside interface. |
CustomerGateway |
withState(java.lang.String state)
The current state of the customer gateway. |
CustomerGateway |
withTags(java.util.Collection<Tag> tags)
Any tags assigned to the customer gateway. |
CustomerGateway |
withTags(Tag... tags)
Any tags assigned to the customer gateway. |
CustomerGateway |
withType(java.lang.String type)
The type of VPN connection the customer gateway supports. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CustomerGateway()
Method Detail |
---|
public java.lang.String getCustomerGatewayId()
public void setCustomerGatewayId(java.lang.String customerGatewayId)
customerGatewayId
- The ID of the customer gateway.public CustomerGateway withCustomerGatewayId(java.lang.String customerGatewayId)
Returns a reference to this object so that method calls can be chained together.
customerGatewayId
- The ID of the customer gateway.
public java.lang.String getState()
public void setState(java.lang.String state)
state
- The current state of the customer gateway.public CustomerGateway withState(java.lang.String state)
Returns a reference to this object so that method calls can be chained together.
state
- The current state of the customer gateway.
public java.lang.String getType()
public void setType(java.lang.String type)
type
- The type of VPN connection the customer gateway supports.public CustomerGateway withType(java.lang.String type)
Returns a reference to this object so that method calls can be chained together.
type
- The type of VPN connection the customer gateway supports.
public java.lang.String getIpAddress()
public void setIpAddress(java.lang.String ipAddress)
ipAddress
- The Internet-routable IP address of the customer gateway's outside
interface.public CustomerGateway withIpAddress(java.lang.String ipAddress)
Returns a reference to this object so that method calls can be chained together.
ipAddress
- The Internet-routable IP address of the customer gateway's outside
interface.
public java.lang.String getBgpAsn()
public void setBgpAsn(java.lang.String bgpAsn)
bgpAsn
- The customer gateway's Border Gateway Protocol (BGP) Autonomous System
Number (ASN).public CustomerGateway withBgpAsn(java.lang.String 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 java.util.List<Tag> getTags()
public void setTags(java.util.Collection<Tag> tags)
tags
- Any tags assigned to the customer gateway.public CustomerGateway withTags(Tag... tags)
Returns a reference to this object so that method calls can be chained together.
tags
- Any tags assigned to the customer gateway.
public CustomerGateway withTags(java.util.Collection<Tag> tags)
Returns a reference to this object so that method calls can be chained together.
tags
- Any tags assigned to the customer gateway.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |