@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLocalGatewayRouteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateLocalGatewayRouteRequest>
NOOP
Constructor and Description |
---|
CreateLocalGatewayRouteRequest() |
Modifier and Type | Method and Description |
---|---|
CreateLocalGatewayRouteRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDestinationCidrBlock()
The CIDR range used for destination matches.
|
String |
getDestinationPrefixListId()
The ID of the prefix list.
|
Request<CreateLocalGatewayRouteRequest> |
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 range 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.
|
CreateLocalGatewayRouteRequest |
withDestinationCidrBlock(String destinationCidrBlock)
The CIDR range used for destination matches.
|
CreateLocalGatewayRouteRequest |
withDestinationPrefixListId(String destinationPrefixListId)
The ID of the prefix list.
|
CreateLocalGatewayRouteRequest |
withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
CreateLocalGatewayRouteRequest |
withLocalGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the virtual interface group.
|
CreateLocalGatewayRouteRequest |
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 range used for destination matches. Routing decisions are based on the most specific match.
destinationCidrBlock
- The CIDR range used for destination matches. Routing decisions are based on the most specific match.public String getDestinationCidrBlock()
The CIDR range used for destination matches. Routing decisions are based on the most specific match.
public CreateLocalGatewayRouteRequest withDestinationCidrBlock(String destinationCidrBlock)
The CIDR range used for destination matches. Routing decisions are based on the most specific match.
destinationCidrBlock
- The CIDR range used for destination matches. Routing decisions are based on the most specific match.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 CreateLocalGatewayRouteRequest 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 CreateLocalGatewayRouteRequest 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 CreateLocalGatewayRouteRequest 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 CreateLocalGatewayRouteRequest 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<CreateLocalGatewayRouteRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateLocalGatewayRouteRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateLocalGatewayRouteRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()