@Generated(value="software.amazon.awssdk:codegen") public final class ListenerTimeout extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListenerTimeout.Builder,ListenerTimeout>
An object that represents timeouts for different protocols.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListenerTimeout.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListenerTimeout.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
GrpcTimeout |
grpc()
Returns the value of the Grpc property for this object.
|
int |
hashCode() |
HttpTimeout |
http()
An object that represents types of timeouts.
|
HttpTimeout |
http2()
An object that represents types of timeouts.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListenerTimeout.Builder> |
serializableBuilderClass() |
TcpTimeout |
tcp()
An object that represents types of timeouts.
|
ListenerTimeout.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final GrpcTimeout grpc()
public final HttpTimeout http()
An object that represents types of timeouts.
public final HttpTimeout http2()
An object that represents types of timeouts.
public final TcpTimeout tcp()
An object that represents types of timeouts.
public ListenerTimeout.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListenerTimeout.Builder,ListenerTimeout>public static ListenerTimeout.Builder builder()
public static Class<? extends ListenerTimeout.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.