@Generated(value="software.amazon.awssdk:codegen") public final class UpdateListenerResponse extends VpcLatticeResponse implements ToCopyableBuilder<UpdateListenerResponse.Builder,UpdateListenerResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateListenerResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the listener.
|
static UpdateListenerResponse.Builder |
builder() |
RuleAction |
defaultAction()
The action for the default rule.
|
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.
|
String |
name()
The name of the listener.
|
Integer |
port()
The listener port.
|
ListenerProtocol |
protocol()
The protocol of the listener.
|
String |
protocolAsString()
The protocol of the listener.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateListenerResponse.Builder> |
serializableBuilderClass() |
String |
serviceArn()
The Amazon Resource Name (ARN) of the service.
|
String |
serviceId()
The ID of the service.
|
UpdateListenerResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the listener.
public final RuleAction defaultAction()
The action for the default rule.
public final String id()
The ID of the listener.
public final String name()
The name of the listener.
public final Integer port()
The listener port.
public final ListenerProtocol protocol()
The protocol of the listener.
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 protocol of the listener.
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 serviceArn()
The Amazon Resource Name (ARN) of the service.
public final String serviceId()
The ID of the service.
public UpdateListenerResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateListenerResponse.Builder,UpdateListenerResponse>toBuilder in class AwsResponsepublic static UpdateListenerResponse.Builder builder()
public static Class<? extends UpdateListenerResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.