@Generated(value="software.amazon.awssdk:codegen") public final class Endpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Endpoint.Builder,Endpoint>
Information about the endpoint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Endpoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Address of the endpoint.
|
static Endpoint.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Endpoint.Builder> |
serializableBuilderClass() |
Endpoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
EndpointType |
type()
Type of the endpoint.
|
String |
typeAsString()
Type of the endpoint.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final EndpointType type()
Type of the endpoint.
If the service returns an enum value that is not available in the current SDK version, type will return
EndpointType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
EndpointTypepublic final String typeAsString()
Type of the endpoint.
If the service returns an enum value that is not available in the current SDK version, type will return
EndpointType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
EndpointTypepublic final String address()
Address of the endpoint.
public Endpoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Endpoint.Builder,Endpoint>public static Endpoint.Builder builder()
public static Class<? extends Endpoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.