public class EnableVgwRoutePropagationRequest extends AmazonWebServiceRequest implements java.io.Serializable
EnableVgwRoutePropagation operation.| コンストラクタと説明 |
|---|
EnableVgwRoutePropagationRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGatewayId()
Returns the value of the GatewayId property for this object.
|
java.lang.String |
getRouteTableId()
Returns the value of the RouteTableId property for this object.
|
int |
hashCode() |
void |
setGatewayId(java.lang.String gatewayId)
Sets the value of the GatewayId property for this object.
|
void |
setRouteTableId(java.lang.String routeTableId)
Sets the value of the RouteTableId property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EnableVgwRoutePropagationRequest |
withGatewayId(java.lang.String gatewayId)
Sets the value of the GatewayId property for this object.
|
EnableVgwRoutePropagationRequest |
withRouteTableId(java.lang.String routeTableId)
Sets the value of the RouteTableId property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getRouteTableId()
public void setRouteTableId(java.lang.String routeTableId)
routeTableId - The new value for the RouteTableId property for this object.public EnableVgwRoutePropagationRequest withRouteTableId(java.lang.String routeTableId)
Returns a reference to this object so that method calls can be chained together.
routeTableId - The new value for the RouteTableId property for this object.public java.lang.String getGatewayId()
public void setGatewayId(java.lang.String gatewayId)
gatewayId - The new value for the GatewayId property for this object.public EnableVgwRoutePropagationRequest withGatewayId(java.lang.String gatewayId)
Returns a reference to this object so that method calls can be chained together.
gatewayId - The new value for the GatewayId property for this object.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object