@Generated(value="software.amazon.awssdk:codegen") public final class ModifyTransitGatewayPrefixListReferenceRequest extends Ec2Request implements ToCopyableBuilder<ModifyTransitGatewayPrefixListReferenceRequest.Builder,ModifyTransitGatewayPrefixListReferenceRequest>
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | ModifyTransitGatewayPrefixListReferenceRequest.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | blackhole()
 Indicates whether to drop traffic that matches this route. | 
| static ModifyTransitGatewayPrefixListReferenceRequest.Builder | builder() | 
| boolean | equals(Object obj) | 
| boolean | equalsBySdkFields(Object obj) | 
| <T> Optional<T> | getValueForField(String fieldName,
                Class<T> clazz) | 
| int | hashCode() | 
| String | prefixListId()
 The ID of the prefix list. | 
| List<SdkField<?>> | sdkFields() | 
| static Class<? extends ModifyTransitGatewayPrefixListReferenceRequest.Builder> | serializableBuilderClass() | 
| ModifyTransitGatewayPrefixListReferenceRequest.Builder | toBuilder() | 
| String | toString()Returns a string representation of this object. | 
| String | transitGatewayAttachmentId()
 The ID of the attachment to which traffic is routed. | 
| String | transitGatewayRouteTableId()
 The ID of the transit gateway route table. | 
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String transitGatewayRouteTableId()
The ID of the transit gateway route table.
public String prefixListId()
The ID of the prefix list.
public String transitGatewayAttachmentId()
The ID of the attachment to which traffic is routed.
public Boolean blackhole()
Indicates whether to drop traffic that matches this route.
public ModifyTransitGatewayPrefixListReferenceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyTransitGatewayPrefixListReferenceRequest.Builder,ModifyTransitGatewayPrefixListReferenceRequest>toBuilder in class Ec2Requestpublic static ModifyTransitGatewayPrefixListReferenceRequest.Builder builder()
public static Class<? extends ModifyTransitGatewayPrefixListReferenceRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.