public class VpnConnectionOptionsSpecification extends Object implements Serializable
Constructor and Description |
---|
VpnConnectionOptionsSpecification() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.