@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 |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer sequenceNumber()
The sequence number.
public final AnalysisAclRule aclRule()
The network ACL rule.
public final AnalysisComponent attachedTo()
The resource to which the path component is attached.
public final AnalysisComponent component()
The component.
public final AnalysisComponent destinationVpc()
The destination VPC.
public final AnalysisPacketHeader outboundHeader()
The outbound header.
public final AnalysisPacketHeader inboundHeader()
The inbound header.
public final AnalysisRouteTableRoute routeTableRoute()
The route table route.
public final AnalysisSecurityGroupRule securityGroupRule()
The security group rule.
public final AnalysisComponent sourceVpc()
The source VPC.
public final AnalysisComponent subnet()
The subnet.
public final AnalysisComponent vpc()
The component VPC.
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 © 2021. All rights reserved.