@Generated(value="software.amazon.awssdk:codegen") public final class VirtualGatewayListener extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VirtualGatewayListener.Builder,VirtualGatewayListener>
An object that represents a listener for a virtual gateway.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VirtualGatewayListener.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VirtualGatewayListener.Builder |
builder() |
VirtualGatewayConnectionPool |
connectionPool()
The connection pool information for the virtual gateway listener.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
VirtualGatewayHealthCheckPolicy |
healthCheck()
The health check information for the listener.
|
VirtualGatewayPortMapping |
portMapping()
The port mapping information for the listener.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VirtualGatewayListener.Builder> |
serializableBuilderClass() |
VirtualGatewayListenerTls |
tls()
A reference to an object that represents the Transport Layer Security (TLS) properties for the listener.
|
VirtualGatewayListener.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final VirtualGatewayConnectionPool connectionPool()
The connection pool information for the virtual gateway listener.
public final VirtualGatewayHealthCheckPolicy healthCheck()
The health check information for the listener.
public final VirtualGatewayPortMapping portMapping()
The port mapping information for the listener.
public final VirtualGatewayListenerTls tls()
A reference to an object that represents the Transport Layer Security (TLS) properties for the listener.
public VirtualGatewayListener.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VirtualGatewayListener.Builder,VirtualGatewayListener>public static VirtualGatewayListener.Builder builder()
public static Class<? extends VirtualGatewayListener.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.