|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.EnableVgwRoutePropagationRequest
public class EnableVgwRoutePropagationRequest
Container for the parameters to the EnableVgwRoutePropagation operation
.
Enables a virtual private gateway (VGW) to propagate routes to the routing tables of a VPC.
AmazonEC2.enableVgwRoutePropagation(EnableVgwRoutePropagationRequest)
,
Serialized FormConstructor Summary | |
---|---|
EnableVgwRoutePropagationRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getGatewayId()
The ID of the virtual private gateway. |
java.lang.String |
getRouteTableId()
The ID of the routing table. |
int |
hashCode()
|
void |
setGatewayId(java.lang.String gatewayId)
The ID of the virtual private gateway. |
void |
setRouteTableId(java.lang.String routeTableId)
The ID of the routing table. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
EnableVgwRoutePropagationRequest |
withGatewayId(java.lang.String gatewayId)
The ID of the virtual private gateway. |
EnableVgwRoutePropagationRequest |
withRouteTableId(java.lang.String routeTableId)
The ID of the routing table. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EnableVgwRoutePropagationRequest()
Method Detail |
---|
public java.lang.String getRouteTableId()
public void setRouteTableId(java.lang.String routeTableId)
routeTableId
- The ID of the routing table.public EnableVgwRoutePropagationRequest withRouteTableId(java.lang.String routeTableId)
Returns a reference to this object so that method calls can be chained together.
routeTableId
- The ID of the routing table.
public java.lang.String getGatewayId()
public void setGatewayId(java.lang.String gatewayId)
gatewayId
- The ID of the virtual private gateway.public EnableVgwRoutePropagationRequest withGatewayId(java.lang.String gatewayId)
Returns a reference to this object so that method calls can be chained together.
gatewayId
- The ID of the virtual private gateway.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |