@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.
|
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.
|
int |
hashCode() |
void |
setDestinationCidrBlock(String destinationCidrBlock)
The CIDR range used for destination matches.
|
void |
setLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
void |
setLocalGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the virtual interface group.
|
String |
toString()
Returns a string representation of this object.
|
CreateLocalGatewayRouteRequest |
withDestinationCidrBlock(String destinationCidrBlock)
The CIDR range used for destination matches.
|
CreateLocalGatewayRouteRequest |
withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
CreateLocalGatewayRouteRequest |
withLocalGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the virtual interface group.
|
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 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.