@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PathRequestFilter 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 |
---|
PathRequestFilter() |
Modifier and Type | Method and Description |
---|---|
PathRequestFilter |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationAddress()
The destination IPv4 address.
|
RequestFilterPortRange |
getDestinationPortRange()
The destination port range.
|
String |
getSourceAddress()
The source IPv4 address.
|
RequestFilterPortRange |
getSourcePortRange()
The source port range.
|
int |
hashCode() |
void |
setDestinationAddress(String destinationAddress)
The destination IPv4 address.
|
void |
setDestinationPortRange(RequestFilterPortRange destinationPortRange)
The destination port range.
|
void |
setSourceAddress(String sourceAddress)
The source IPv4 address.
|
void |
setSourcePortRange(RequestFilterPortRange sourcePortRange)
The source port range.
|
String |
toString()
Returns a string representation of this object.
|
PathRequestFilter |
withDestinationAddress(String destinationAddress)
The destination IPv4 address.
|
PathRequestFilter |
withDestinationPortRange(RequestFilterPortRange destinationPortRange)
The destination port range.
|
PathRequestFilter |
withSourceAddress(String sourceAddress)
The source IPv4 address.
|
PathRequestFilter |
withSourcePortRange(RequestFilterPortRange 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 PathRequestFilter withSourceAddress(String sourceAddress)
The source IPv4 address.
sourceAddress
- The source IPv4 address.public void setSourcePortRange(RequestFilterPortRange sourcePortRange)
The source port range.
sourcePortRange
- The source port range.public RequestFilterPortRange getSourcePortRange()
The source port range.
public PathRequestFilter withSourcePortRange(RequestFilterPortRange 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 PathRequestFilter withDestinationAddress(String destinationAddress)
The destination IPv4 address.
destinationAddress
- The destination IPv4 address.public void setDestinationPortRange(RequestFilterPortRange destinationPortRange)
The destination port range.
destinationPortRange
- The destination port range.public RequestFilterPortRange getDestinationPortRange()
The destination port range.
public PathRequestFilter withDestinationPortRange(RequestFilterPortRange destinationPortRange)
The destination port range.
destinationPortRange
- The destination port range.public String toString()
toString
in class Object
Object.toString()
public PathRequestFilter clone()