@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 Integer sequenceNumber()
The sequence number.
public AnalysisAclRule aclRule()
The network ACL rule.
public AnalysisComponent component()
The component.
public AnalysisComponent destinationVpc()
The destination VPC.
public AnalysisPacketHeader outboundHeader()
The outbound header.
public AnalysisPacketHeader inboundHeader()
The inbound header.
public AnalysisRouteTableRoute routeTableRoute()
The route table route.
public AnalysisSecurityGroupRule securityGroupRule()
The security group rule.
public AnalysisComponent sourceVpc()
The source VPC.
public AnalysisComponent subnet()
The subnet.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.