public class PropagatingVgw extends Object implements Serializable, Cloneable
Describes a virtual private gateway propagating route.
| Constructor and Description |
|---|
PropagatingVgw() |
| Modifier and Type | Method and Description |
|---|---|
PropagatingVgw |
clone() |
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 ObjectObject.toString()public PropagatingVgw clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.