@Generated(value="software.amazon.awssdk:codegen") public final class TrafficMirrorPortRangeRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrafficMirrorPortRangeRequest.Builder,TrafficMirrorPortRangeRequest>
Information about the Traffic Mirror filter rule port range.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TrafficMirrorPortRangeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TrafficMirrorPortRangeRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
fromPort()
The first port in the Traffic Mirror port range.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TrafficMirrorPortRangeRequest.Builder> |
serializableBuilderClass() |
TrafficMirrorPortRangeRequest.Builder |
toBuilder() |
Integer |
toPort()
The last port in the Traffic Mirror port range.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer fromPort()
The first port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.
public final Integer toPort()
The last port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.
public TrafficMirrorPortRangeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TrafficMirrorPortRangeRequest.Builder,TrafficMirrorPortRangeRequest>public static TrafficMirrorPortRangeRequest.Builder builder()
public static Class<? extends TrafficMirrorPortRangeRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.