@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyLocalGatewayRouteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifyLocalGatewayRouteRequest>
NOOP
Constructor and Description |
---|
ModifyLocalGatewayRouteRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyLocalGatewayRouteRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDestinationCidrBlock()
The CIDR block used for destination matches.
|
String |
getDestinationPrefixListId()
The ID of the prefix list.
|
Request<ModifyLocalGatewayRouteRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getLocalGatewayRouteTableId()
The ID of the local gateway route table.
|
String |
getLocalGatewayVirtualInterfaceGroupId()
The ID of the virtual interface group.
|
String |
getNetworkInterfaceId()
The ID of the network interface.
|
int |
hashCode() |
void |
setDestinationCidrBlock(String destinationCidrBlock)
The CIDR block used for destination matches.
|
void |
setDestinationPrefixListId(String destinationPrefixListId)
The ID of the prefix list.
|
void |
setLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
void |
setLocalGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the virtual interface group.
|
void |
setNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
String |
toString()
Returns a string representation of this object.
|
ModifyLocalGatewayRouteRequest |
withDestinationCidrBlock(String destinationCidrBlock)
The CIDR block used for destination matches.
|
ModifyLocalGatewayRouteRequest |
withDestinationPrefixListId(String destinationPrefixListId)
The ID of the prefix list.
|
ModifyLocalGatewayRouteRequest |
withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
ModifyLocalGatewayRouteRequest |
withLocalGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the virtual interface group.
|
ModifyLocalGatewayRouteRequest |
withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDestinationCidrBlock(String destinationCidrBlock)
The CIDR block used for destination matches. The value that you provide must match the CIDR of an existing route in the table.
destinationCidrBlock
- The CIDR block used for destination matches. The value that you provide must match the CIDR of an existing
route in the table.public String getDestinationCidrBlock()
The CIDR block used for destination matches. The value that you provide must match the CIDR of an existing route in the table.
public ModifyLocalGatewayRouteRequest withDestinationCidrBlock(String destinationCidrBlock)
The CIDR block used for destination matches. The value that you provide must match the CIDR of an existing route in the table.
destinationCidrBlock
- The CIDR block used for destination matches. The value that you provide must match the CIDR of an existing
route in the table.public void setLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId
- The ID of the local gateway route table.public String getLocalGatewayRouteTableId()
The ID of the local gateway route table.
public ModifyLocalGatewayRouteRequest withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId
- The ID of the local gateway route table.public void setLocalGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the virtual interface group.
localGatewayVirtualInterfaceGroupId
- The ID of the virtual interface group.public String getLocalGatewayVirtualInterfaceGroupId()
The ID of the virtual interface group.
public ModifyLocalGatewayRouteRequest withLocalGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the virtual interface group.
localGatewayVirtualInterfaceGroupId
- The ID of the virtual interface group.public void setNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.public String getNetworkInterfaceId()
The ID of the network interface.
public ModifyLocalGatewayRouteRequest withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.public void setDestinationPrefixListId(String destinationPrefixListId)
The ID of the prefix list. Use a prefix list in place of DestinationCidrBlock
. You cannot use
DestinationPrefixListId
and DestinationCidrBlock
in the same request.
destinationPrefixListId
- The ID of the prefix list. Use a prefix list in place of DestinationCidrBlock
. You cannot use
DestinationPrefixListId
and DestinationCidrBlock
in the same request.public String getDestinationPrefixListId()
The ID of the prefix list. Use a prefix list in place of DestinationCidrBlock
. You cannot use
DestinationPrefixListId
and DestinationCidrBlock
in the same request.
DestinationCidrBlock
. You cannot
use DestinationPrefixListId
and DestinationCidrBlock
in the same request.public ModifyLocalGatewayRouteRequest withDestinationPrefixListId(String destinationPrefixListId)
The ID of the prefix list. Use a prefix list in place of DestinationCidrBlock
. You cannot use
DestinationPrefixListId
and DestinationCidrBlock
in the same request.
destinationPrefixListId
- The ID of the prefix list. Use a prefix list in place of DestinationCidrBlock
. You cannot use
DestinationPrefixListId
and DestinationCidrBlock
in the same request.public Request<ModifyLocalGatewayRouteRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ModifyLocalGatewayRouteRequest>
public String toString()
toString
in class Object
Object.toString()
public ModifyLocalGatewayRouteRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()