@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 Ec2Request
public static ModifyTransitGatewayPrefixListReferenceRequest.Builder builder()
public static Class<? extends ModifyTransitGatewayPrefixListReferenceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.