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