Class PathComponent
- java.lang.Object
-
- software.amazon.awssdk.services.networkmanager.model.PathComponent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PathComponent.Builder,PathComponent>
@Generated("software.amazon.awssdk:codegen") public final class PathComponent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PathComponent.Builder,PathComponent>
Describes a path component.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePathComponent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PathComponent.Builderbuilder()StringdestinationCidrBlock()The destination CIDR block in the route table.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()NetworkResourceSummaryresource()The resource.List<SdkField<?>>sdkFields()Integersequence()The sequence number in the path.static Class<? extends PathComponent.Builder>serializableBuilderClass()PathComponent.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
-
sequence
public final Integer sequence()
The sequence number in the path. The destination is 0.
- Returns:
- The sequence number in the path. The destination is 0.
-
resource
public final NetworkResourceSummary resource()
The resource.
- Returns:
- The resource.
-
destinationCidrBlock
public final String destinationCidrBlock()
The destination CIDR block in the route table.
- Returns:
- The destination CIDR block in the route table.
-
toBuilder
public PathComponent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PathComponent.Builder,PathComponent>
-
builder
public static PathComponent.Builder builder()
-
serializableBuilderClass
public static Class<? extends PathComponent.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.
-
-