@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PathFilter extends Object implements Serializable, Cloneable
Describes a set of filters for a path analysis. Use path filters to scope the analysis when there can be multiple resulting paths.
| Constructor and Description |
|---|
PathFilter() |
| Modifier and Type | Method and Description |
|---|---|
PathFilter |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationAddress()
The destination IPv4 address.
|
FilterPortRange |
getDestinationPortRange()
The destination port range.
|
String |
getSourceAddress()
The source IPv4 address.
|
FilterPortRange |
getSourcePortRange()
The source port range.
|
int |
hashCode() |
void |
setDestinationAddress(String destinationAddress)
The destination IPv4 address.
|
void |
setDestinationPortRange(FilterPortRange destinationPortRange)
The destination port range.
|
void |
setSourceAddress(String sourceAddress)
The source IPv4 address.
|
void |
setSourcePortRange(FilterPortRange sourcePortRange)
The source port range.
|
String |
toString()
Returns a string representation of this object.
|
PathFilter |
withDestinationAddress(String destinationAddress)
The destination IPv4 address.
|
PathFilter |
withDestinationPortRange(FilterPortRange destinationPortRange)
The destination port range.
|
PathFilter |
withSourceAddress(String sourceAddress)
The source IPv4 address.
|
PathFilter |
withSourcePortRange(FilterPortRange sourcePortRange)
The source port range.
|
public void setSourceAddress(String sourceAddress)
The source IPv4 address.
sourceAddress - The source IPv4 address.public String getSourceAddress()
The source IPv4 address.
public PathFilter withSourceAddress(String sourceAddress)
The source IPv4 address.
sourceAddress - The source IPv4 address.public void setSourcePortRange(FilterPortRange sourcePortRange)
The source port range.
sourcePortRange - The source port range.public FilterPortRange getSourcePortRange()
The source port range.
public PathFilter withSourcePortRange(FilterPortRange sourcePortRange)
The source port range.
sourcePortRange - The source port range.public void setDestinationAddress(String destinationAddress)
The destination IPv4 address.
destinationAddress - The destination IPv4 address.public String getDestinationAddress()
The destination IPv4 address.
public PathFilter withDestinationAddress(String destinationAddress)
The destination IPv4 address.
destinationAddress - The destination IPv4 address.public void setDestinationPortRange(FilterPortRange destinationPortRange)
The destination port range.
destinationPortRange - The destination port range.public FilterPortRange getDestinationPortRange()
The destination port range.
public PathFilter withDestinationPortRange(FilterPortRange destinationPortRange)
The destination port range.
destinationPortRange - The destination port range.public String toString()
toString in class ObjectObject.toString()public PathFilter clone()
Copyright © 2023. All rights reserved.