@Generated(value="software.amazon.awssdk:codegen") public final class TcpRoute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TcpRoute.Builder,TcpRoute>
An object that represents a TCP route type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TcpRoute.Builder |
| Modifier and Type | Method and Description |
|---|---|
TcpRouteAction |
action()
The action to take if a match is determined.
|
static TcpRoute.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TcpRoute.Builder> |
serializableBuilderClass() |
TcpTimeout |
timeout()
An object that represents types of timeouts.
|
TcpRoute.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TcpRouteAction action()
The action to take if a match is determined.
public final TcpTimeout timeout()
An object that represents types of timeouts.
public TcpRoute.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TcpRoute.Builder,TcpRoute>public static TcpRoute.Builder builder()
public static Class<? extends TcpRoute.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.