|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.VpnStaticRoute
public class VpnStaticRoute
Vpn Static Route
| Constructor Summary | |
|---|---|
VpnStaticRoute()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDestinationCidrBlock()
Returns the value of the DestinationCidrBlock property for this object. |
java.lang.String |
getSource()
Returns the value of the Source property for this object. |
java.lang.String |
getState()
Returns the value of the State property for this object. |
int |
hashCode()
|
void |
setDestinationCidrBlock(java.lang.String destinationCidrBlock)
Sets the value of the DestinationCidrBlock property for this object. |
void |
setSource(java.lang.String source)
Sets the value of the Source property for this object. |
void |
setState(java.lang.String state)
Sets the value of the State property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
VpnStaticRoute |
withDestinationCidrBlock(java.lang.String destinationCidrBlock)
Sets the value of the DestinationCidrBlock property for this object. |
VpnStaticRoute |
withSource(java.lang.String source)
Sets the value of the Source property for this object. |
VpnStaticRoute |
withState(java.lang.String state)
Sets the value of the State property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VpnStaticRoute()
| Method Detail |
|---|
public java.lang.String getDestinationCidrBlock()
public void setDestinationCidrBlock(java.lang.String destinationCidrBlock)
destinationCidrBlock - The new value for the DestinationCidrBlock property for this object.public VpnStaticRoute withDestinationCidrBlock(java.lang.String destinationCidrBlock)
Returns a reference to this object so that method calls can be chained together.
destinationCidrBlock - The new value for the DestinationCidrBlock property for this object.
public java.lang.String getSource()
public void setSource(java.lang.String source)
source - The new value for the Source property for this object.public VpnStaticRoute withSource(java.lang.String source)
Returns a reference to this object so that method calls can be chained together.
source - The new value for the Source property for this object.
public java.lang.String getState()
public void setState(java.lang.String state)
state - The new value for the State property for this object.public VpnStaticRoute withState(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||