@Generated(value="software.amazon.awssdk:codegen") public final class ListenerSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListenerSummary.Builder,ListenerSummary>
Summary information about a listener.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListenerSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the listener.
|
static ListenerSummary.Builder |
builder() |
Instant |
createdAt()
The date and time that the listener was created, specified in ISO-8601 format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the listener.
|
Instant |
lastUpdatedAt()
The date and time that the listener was last updated, specified in ISO-8601 format.
|
String |
name()
The name of the listener.
|
Integer |
port()
The listener port.
|
ListenerProtocol |
protocol()
The listener protocol.
|
String |
protocolAsString()
The listener protocol.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListenerSummary.Builder> |
serializableBuilderClass() |
ListenerSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the listener.
public final Instant createdAt()
The date and time that the listener was created, specified in ISO-8601 format.
public final String id()
The ID of the listener.
public final Instant lastUpdatedAt()
The date and time that the listener was last updated, specified in ISO-8601 format.
public final String name()
The name of the listener.
public final Integer port()
The listener port.
public final ListenerProtocol protocol()
The listener protocol.
If the service returns an enum value that is not available in the current SDK version, protocol will
return ListenerProtocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
protocolAsString().
ListenerProtocolpublic final String protocolAsString()
The listener protocol.
If the service returns an enum value that is not available in the current SDK version, protocol will
return ListenerProtocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
protocolAsString().
ListenerProtocolpublic ListenerSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListenerSummary.Builder,ListenerSummary>public static ListenerSummary.Builder builder()
public static Class<? extends ListenerSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.