@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 final String transitGatewayRouteTableId()
The ID of the transit gateway route table.
public final String prefixListId()
The ID of the prefix list.
public final String transitGatewayAttachmentId()
The ID of the attachment to which traffic is routed.
public final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.