public class PropagatingVgw extends Object implements Serializable
Describes a virtual private gateway propagating route.
Constructor and Description |
---|
PropagatingVgw() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getGatewayId()
The ID of the virtual private gateway (VGW).
|
int |
hashCode() |
void |
setGatewayId(String gatewayId)
The ID of the virtual private gateway (VGW).
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PropagatingVgw |
withGatewayId(String gatewayId)
The ID of the virtual private gateway (VGW).
|
public String getGatewayId()
public void setGatewayId(String gatewayId)
gatewayId
- The ID of the virtual private gateway (VGW).public PropagatingVgw withGatewayId(String gatewayId)
Returns a reference to this object so that method calls can be chained together.
gatewayId
- The ID of the virtual private gateway (VGW).public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.