@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, waitcopypublic Integer fromPort()
The start of the Traffic Mirror port range. This applies to the TCP and UDP protocols.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.