@Generated(value="software.amazon.awssdk:codegen") public final class NetworkPathComponent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkPathComponent.Builder,NetworkPathComponent>
Information about a network path component.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkPathComponent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NetworkPathComponent.Builder |
builder() |
String |
componentId()
The identifier of a component in the network path.
|
String |
componentType()
The type of component.
|
NetworkHeader |
egress()
Information about the component that comes after the current component in the network path.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NetworkHeader |
ingress()
Information about the component that comes before the current node in the network path.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkPathComponent.Builder> |
serializableBuilderClass() |
NetworkPathComponent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String componentId()
The identifier of a component in the network path.
public final String componentType()
The type of component.
public final NetworkHeader egress()
Information about the component that comes after the current component in the network path.
public final NetworkHeader ingress()
Information about the component that comes before the current node in the network path.
public NetworkPathComponent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NetworkPathComponent.Builder,NetworkPathComponent>public static NetworkPathComponent.Builder builder()
public static Class<? extends NetworkPathComponent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.