Class NetworkPathComponent
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.NetworkPathComponent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkPathComponent.Builder,NetworkPathComponent>
@Generated("software.amazon.awssdk:codegen") public final class NetworkPathComponent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkPathComponent.Builder,NetworkPathComponent>
Information about a network path component.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNetworkPathComponent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkPathComponent.Builderbuilder()StringcomponentId()The identifier of a component in the network path.StringcomponentType()The type of component.NetworkHeaderegress()Information about the component that comes after the current component in the network path.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()NetworkHeaderingress()Information about the component that comes before the current node in the network path.List<SdkField<?>>sdkFields()static Class<? extends NetworkPathComponent.Builder>serializableBuilderClass()NetworkPathComponent.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
componentId
public final String componentId()
The identifier of a component in the network path.
Length Constraints: Minimum of 1. Maximum of 32.
- Returns:
- The identifier of a component in the network path.
Length Constraints: Minimum of 1. Maximum of 32.
-
componentType
public final String componentType()
The type of component.
Length Constraints: Minimum of 1. Maximum of 32.
- Returns:
- The type of component.
Length Constraints: Minimum of 1. Maximum of 32.
-
egress
public final NetworkHeader egress()
Information about the component that comes after the current component in the network path.
- Returns:
- Information about the component that comes after the current component in the network path.
-
ingress
public final NetworkHeader ingress()
Information about the component that comes before the current node in the network path.
- Returns:
- Information about the component that comes before the current node in the network path.
-
toBuilder
public NetworkPathComponent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkPathComponent.Builder,NetworkPathComponent>
-
builder
public static NetworkPathComponent.Builder builder()
-
serializableBuilderClass
public static Class<? extends NetworkPathComponent.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.
-
-