@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 void setGatewayId(String gatewayId)
The ID of the virtual private gateway (VGW).
gatewayId
- The ID of the virtual private gateway (VGW).public String getGatewayId()
The ID of the virtual private gateway (VGW).
public PropagatingVgw withGatewayId(String gatewayId)
The ID of the virtual private gateway (VGW).
gatewayId
- The ID of the virtual private gateway (VGW).public String toString()
toString
in class Object
Object.toString()
public PropagatingVgw clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.