|
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.VpnConnectionOptionsSpecification
public class VpnConnectionOptionsSpecification
Vpn Connection Options Specification
Constructor Summary | |
---|---|
VpnConnectionOptionsSpecification()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Boolean |
getStaticRoutesOnly()
Returns the value of the StaticRoutesOnly property for this object. |
int |
hashCode()
|
Boolean |
isStaticRoutesOnly()
Returns the value of the StaticRoutesOnly property for this object. |
void |
setStaticRoutesOnly(Boolean staticRoutesOnly)
Sets the value of the StaticRoutesOnly property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
VpnConnectionOptionsSpecification |
withStaticRoutesOnly(Boolean staticRoutesOnly)
Sets the value of the StaticRoutesOnly property for this object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VpnConnectionOptionsSpecification()
Method Detail |
---|
public Boolean isStaticRoutesOnly()
public void setStaticRoutesOnly(Boolean staticRoutesOnly)
staticRoutesOnly
- The new value for the StaticRoutesOnly property for this object.public VpnConnectionOptionsSpecification withStaticRoutesOnly(Boolean staticRoutesOnly)
Returns a reference to this object so that method calls can be chained together.
staticRoutesOnly
- The new value for the StaticRoutesOnly property for this object.
public Boolean getStaticRoutesOnly()
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |