@Generated(value="software.amazon.awssdk:codegen") public final class NetworkRouteDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkRouteDestination.Builder,NetworkRouteDestination>
Describes the destination of a network route.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkRouteDestination.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NetworkRouteDestination.Builder |
builder() |
String |
coreNetworkAttachmentId()
The ID of a core network attachment.
|
String |
edgeLocation()
The edge location for the network destination.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceId()
The ID of the resource.
|
String |
resourceType()
The resource type.
|
List<SdkField<?>> |
sdkFields() |
String |
segmentName()
The name of the segment.
|
static Class<? extends NetworkRouteDestination.Builder> |
serializableBuilderClass() |
NetworkRouteDestination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transitGatewayAttachmentId()
The ID of the transit gateway attachment.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String coreNetworkAttachmentId()
The ID of a core network attachment.
public final String transitGatewayAttachmentId()
The ID of the transit gateway attachment.
public final String segmentName()
The name of the segment.
public final String edgeLocation()
The edge location for the network destination.
public final String resourceType()
The resource type.
public final String resourceId()
The ID of the resource.
public NetworkRouteDestination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NetworkRouteDestination.Builder,NetworkRouteDestination>public static NetworkRouteDestination.Builder builder()
public static Class<? extends NetworkRouteDestination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.