@Generated(value="software.amazon.awssdk:codegen") public final class PathComponent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PathComponent.Builder,PathComponent>
Describes a path component.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PathComponent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PathComponent.Builder |
builder() |
String |
destinationCidrBlock()
The destination CIDR block in the route table.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NetworkResourceSummary |
resource()
The resource.
|
List<SdkField<?>> |
sdkFields() |
Integer |
sequence()
The sequence number in the path.
|
static Class<? extends PathComponent.Builder> |
serializableBuilderClass() |
PathComponent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer sequence()
The sequence number in the path. The destination is 0.
public final NetworkResourceSummary resource()
The resource.
public final String destinationCidrBlock()
The destination CIDR block in the route table.
public PathComponent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PathComponent.Builder,PathComponent>public static PathComponent.Builder builder()
public static Class<? extends PathComponent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.