Class NetworkRouteDestination
- java.lang.Object
-
- software.amazon.awssdk.services.networkmanager.model.NetworkRouteDestination
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkRouteDestination.Builder,NetworkRouteDestination>
@Generated("software.amazon.awssdk:codegen") public final class NetworkRouteDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkRouteDestination.Builder,NetworkRouteDestination>
Describes the destination of a network route.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNetworkRouteDestination.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkRouteDestination.Builderbuilder()StringcoreNetworkAttachmentId()The ID of a core network attachment.StringedgeLocation()The edge location for the network destination.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresourceId()The ID of the resource.StringresourceType()The resource type.List<SdkField<?>>sdkFields()StringsegmentName()The name of the segment.static Class<? extends NetworkRouteDestination.Builder>serializableBuilderClass()NetworkRouteDestination.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtransitGatewayAttachmentId()The ID of the transit gateway attachment.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
coreNetworkAttachmentId
public final String coreNetworkAttachmentId()
The ID of a core network attachment.
- Returns:
- The ID of a core network attachment.
-
transitGatewayAttachmentId
public final String transitGatewayAttachmentId()
The ID of the transit gateway attachment.
- Returns:
- The ID of the transit gateway attachment.
-
segmentName
public final String segmentName()
The name of the segment.
- Returns:
- The name of the segment.
-
edgeLocation
public final String edgeLocation()
The edge location for the network destination.
- Returns:
- The edge location for the network destination.
-
resourceType
public final String resourceType()
The resource type.
- Returns:
- The resource type.
-
resourceId
public final String resourceId()
The ID of the resource.
- Returns:
- The ID of the resource.
-
toBuilder
public NetworkRouteDestination.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkRouteDestination.Builder,NetworkRouteDestination>
-
builder
public static NetworkRouteDestination.Builder builder()
-
serializableBuilderClass
public static Class<? extends NetworkRouteDestination.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-