@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTransitGatewayPrefixListReferenceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateTransitGatewayPrefixListReferenceRequest>
NOOP
Constructor and Description |
---|
CreateTransitGatewayPrefixListReferenceRequest() |
Modifier and Type | Method and Description |
---|---|
CreateTransitGatewayPrefixListReferenceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getBlackhole()
Indicates whether to drop traffic that matches this route.
|
Request<CreateTransitGatewayPrefixListReferenceRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getPrefixListId()
The ID of the prefix list that is used for destination matches.
|
String |
getTransitGatewayAttachmentId()
The ID of the attachment to which traffic is routed.
|
String |
getTransitGatewayRouteTableId()
The ID of the transit gateway route table.
|
int |
hashCode() |
Boolean |
isBlackhole()
Indicates whether to drop traffic that matches this route.
|
void |
setBlackhole(Boolean blackhole)
Indicates whether to drop traffic that matches this route.
|
void |
setPrefixListId(String prefixListId)
The ID of the prefix list that is used for destination matches.
|
void |
setTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment to which traffic is routed.
|
void |
setTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
|
String |
toString()
Returns a string representation of this object.
|
CreateTransitGatewayPrefixListReferenceRequest |
withBlackhole(Boolean blackhole)
Indicates whether to drop traffic that matches this route.
|
CreateTransitGatewayPrefixListReferenceRequest |
withPrefixListId(String prefixListId)
The ID of the prefix list that is used for destination matches.
|
CreateTransitGatewayPrefixListReferenceRequest |
withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment to which traffic is routed.
|
CreateTransitGatewayPrefixListReferenceRequest |
withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit 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 CreateTransitGatewayPrefixListReferenceRequest()
public void setTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
transitGatewayRouteTableId
- The ID of the transit gateway route table.public String getTransitGatewayRouteTableId()
The ID of the transit gateway route table.
public CreateTransitGatewayPrefixListReferenceRequest withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
transitGatewayRouteTableId
- The ID of the transit gateway route table.public void setPrefixListId(String prefixListId)
The ID of the prefix list that is used for destination matches.
prefixListId
- The ID of the prefix list that is used for destination matches.public String getPrefixListId()
The ID of the prefix list that is used for destination matches.
public CreateTransitGatewayPrefixListReferenceRequest withPrefixListId(String prefixListId)
The ID of the prefix list that is used for destination matches.
prefixListId
- The ID of the prefix list that is used for destination matches.public void setTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment to which traffic is routed.
transitGatewayAttachmentId
- The ID of the attachment to which traffic is routed.public String getTransitGatewayAttachmentId()
The ID of the attachment to which traffic is routed.
public CreateTransitGatewayPrefixListReferenceRequest withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment to which traffic is routed.
transitGatewayAttachmentId
- The ID of the attachment to which traffic is routed.public void setBlackhole(Boolean blackhole)
Indicates whether to drop traffic that matches this route.
blackhole
- Indicates whether to drop traffic that matches this route.public Boolean getBlackhole()
Indicates whether to drop traffic that matches this route.
public CreateTransitGatewayPrefixListReferenceRequest withBlackhole(Boolean blackhole)
Indicates whether to drop traffic that matches this route.
blackhole
- Indicates whether to drop traffic that matches this route.public Boolean isBlackhole()
Indicates whether to drop traffic that matches this route.
public Request<CreateTransitGatewayPrefixListReferenceRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateTransitGatewayPrefixListReferenceRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateTransitGatewayPrefixListReferenceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()