Class VirtualGatewayListener
- java.lang.Object
-
- software.amazon.awssdk.services.appmesh.model.VirtualGatewayListener
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VirtualGatewayListener.Builder,VirtualGatewayListener>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVirtualGatewayListener.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VirtualGatewayListener.Builderbuilder()VirtualGatewayConnectionPoolconnectionPool()The connection pool information for the virtual gateway listener.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()VirtualGatewayHealthCheckPolicyhealthCheck()The health check information for the listener.VirtualGatewayPortMappingportMapping()The port mapping information for the listener.List<SdkField<?>>sdkFields()static Class<? extends VirtualGatewayListener.Builder>serializableBuilderClass()VirtualGatewayListenerTlstls()A reference to an object that represents the Transport Layer Security (TLS) properties for the listener.VirtualGatewayListener.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
connectionPool
public final VirtualGatewayConnectionPool connectionPool()
The connection pool information for the virtual gateway listener.
- Returns:
- The connection pool information for the virtual gateway listener.
-
healthCheck
public final VirtualGatewayHealthCheckPolicy healthCheck()
The health check information for the listener.
- Returns:
- The health check information for the listener.
-
portMapping
public final VirtualGatewayPortMapping portMapping()
The port mapping information for the listener.
- Returns:
- The port mapping information for the listener.
-
tls
public final VirtualGatewayListenerTls tls()
A reference to an object that represents the Transport Layer Security (TLS) properties for the listener.
- Returns:
- A reference to an object that represents the Transport Layer Security (TLS) properties for the listener.
-
toBuilder
public VirtualGatewayListener.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VirtualGatewayListener.Builder,VirtualGatewayListener>
-
builder
public static VirtualGatewayListener.Builder builder()
-
serializableBuilderClass
public static Class<? extends VirtualGatewayListener.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-