Class PathRequestFilter
java.lang.Object
software.amazon.awssdk.services.ec2.model.PathRequestFilter
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PathRequestFilter.Builder,PathRequestFilter>
@Generated("software.amazon.awssdk:codegen")
public final class PathRequestFilter
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<PathRequestFilter.Builder,PathRequestFilter>
Describes a set of filters for a path analysis. Use path filters to scope the analysis when there can be multiple resulting paths.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PathRequestFilter.Builderbuilder()final StringThe destination IPv4 address.final RequestFilterPortRangeThe destination port range.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends PathRequestFilter.Builder>final StringThe source IPv4 address.final RequestFilterPortRangeThe source port range.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
sourceAddress
The source IPv4 address.
- Returns:
- The source IPv4 address.
-
sourcePortRange
The source port range.
- Returns:
- The source port range.
-
destinationAddress
The destination IPv4 address.
- Returns:
- The destination IPv4 address.
-
destinationPortRange
The destination port range.
- Returns:
- The destination port range.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<PathRequestFilter.Builder,PathRequestFilter>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-