|
|||||||
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.DisableVgwRoutePropagationRequest
public class DisableVgwRoutePropagationRequest
Container for the parameters to the DisableVgwRoutePropagation operation
.
Disables a virtual private gateway (VGW) from propagating routes to the routing tables of a VPC.
AmazonEC2.disableVgwRoutePropagation(DisableVgwRoutePropagationRequest)
,
Serialized FormConstructor Summary | |
---|---|
DisableVgwRoutePropagationRequest()
|
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. |
DisableVgwRoutePropagationRequest |
withGatewayId(java.lang.String gatewayId)
The ID of the virtual private gateway. |
DisableVgwRoutePropagationRequest |
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 DisableVgwRoutePropagationRequest()
Method Detail |
---|
public java.lang.String getRouteTableId()
public void setRouteTableId(java.lang.String routeTableId)
routeTableId
- The ID of the routing table.public DisableVgwRoutePropagationRequest 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 DisableVgwRoutePropagationRequest 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 |