@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTransitGatewayPrefixListReferenceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteTransitGatewayPrefixListReferenceRequest>
NOOP
Constructor and Description |
---|
DeleteTransitGatewayPrefixListReferenceRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTransitGatewayPrefixListReferenceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DeleteTransitGatewayPrefixListReferenceRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getPrefixListId()
The ID of the prefix list.
|
String |
getTransitGatewayRouteTableId()
The ID of the route table.
|
int |
hashCode() |
void |
setPrefixListId(String prefixListId)
The ID of the prefix list.
|
void |
setTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the route table.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTransitGatewayPrefixListReferenceRequest |
withPrefixListId(String prefixListId)
The ID of the prefix list.
|
DeleteTransitGatewayPrefixListReferenceRequest |
withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the 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 DeleteTransitGatewayPrefixListReferenceRequest()
public void setTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the route table.
transitGatewayRouteTableId
- The ID of the route table.public String getTransitGatewayRouteTableId()
The ID of the route table.
public DeleteTransitGatewayPrefixListReferenceRequest withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the route table.
transitGatewayRouteTableId
- The ID of the route table.public void setPrefixListId(String prefixListId)
The ID of the prefix list.
prefixListId
- The ID of the prefix list.public String getPrefixListId()
The ID of the prefix list.
public DeleteTransitGatewayPrefixListReferenceRequest withPrefixListId(String prefixListId)
The ID of the prefix list.
prefixListId
- The ID of the prefix list.public Request<DeleteTransitGatewayPrefixListReferenceRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteTransitGatewayPrefixListReferenceRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteTransitGatewayPrefixListReferenceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()