@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLocalGatewayRouteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteLocalGatewayRouteRequest>
NOOP
Constructor and Description |
---|
DeleteLocalGatewayRouteRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteLocalGatewayRouteRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDestinationCidrBlock()
The CIDR range for the route.
|
String |
getDestinationPrefixListId()
Use a prefix list in place of
DestinationCidrBlock . |
Request<DeleteLocalGatewayRouteRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getLocalGatewayRouteTableId()
The ID of the local gateway route table.
|
int |
hashCode() |
void |
setDestinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route.
|
void |
setDestinationPrefixListId(String destinationPrefixListId)
Use a prefix list in place of
DestinationCidrBlock . |
void |
setLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
String |
toString()
Returns a string representation of this object.
|
DeleteLocalGatewayRouteRequest |
withDestinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route.
|
DeleteLocalGatewayRouteRequest |
withDestinationPrefixListId(String destinationPrefixListId)
Use a prefix list in place of
DestinationCidrBlock . |
DeleteLocalGatewayRouteRequest |
withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
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 range for the route. This must match the CIDR for the route exactly.
destinationCidrBlock
- The CIDR range for the route. This must match the CIDR for the route exactly.public String getDestinationCidrBlock()
The CIDR range for the route. This must match the CIDR for the route exactly.
public DeleteLocalGatewayRouteRequest withDestinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route. This must match the CIDR for the route exactly.
destinationCidrBlock
- The CIDR range for the route. This must match the CIDR for the route exactly.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 DeleteLocalGatewayRouteRequest withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId
- The ID of the local gateway route table.public void setDestinationPrefixListId(String destinationPrefixListId)
Use a prefix list in place of DestinationCidrBlock
. You cannot use
DestinationPrefixListId
and DestinationCidrBlock
in the same request.
destinationPrefixListId
- Use a prefix list in place of DestinationCidrBlock
. You cannot use
DestinationPrefixListId
and DestinationCidrBlock
in the same request.public String getDestinationPrefixListId()
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 DeleteLocalGatewayRouteRequest withDestinationPrefixListId(String destinationPrefixListId)
Use a prefix list in place of DestinationCidrBlock
. You cannot use
DestinationPrefixListId
and DestinationCidrBlock
in the same request.
destinationPrefixListId
- Use a prefix list in place of DestinationCidrBlock
. You cannot use
DestinationPrefixListId
and DestinationCidrBlock
in the same request.public Request<DeleteLocalGatewayRouteRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteLocalGatewayRouteRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteLocalGatewayRouteRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()