@Generated(value="software.amazon.awssdk:codegen") public final class EndpointMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EndpointMetadata.Builder,EndpointMetadata>
The metadata of the endpoint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EndpointMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EndpointMetadata.Builder |
builder() |
String |
endpointConfigName()
The name of the endpoint configuration.
|
String |
endpointName()
The name of the endpoint.
|
EndpointStatus |
endpointStatus()
The status of the endpoint.
|
String |
endpointStatusAsString()
The status of the endpoint.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If the status of the endpoint is
Failed, or the status is InService but update
operation fails, this provides the reason why it failed. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EndpointMetadata.Builder> |
serializableBuilderClass() |
EndpointMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String endpointName()
The name of the endpoint.
public final String endpointConfigName()
The name of the endpoint configuration.
public final EndpointStatus endpointStatus()
The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary$EndpointStatus.
If the service returns an enum value that is not available in the current SDK version, endpointStatus
will return EndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from endpointStatusAsString().
EndpointStatuspublic final String endpointStatusAsString()
The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary$EndpointStatus.
If the service returns an enum value that is not available in the current SDK version, endpointStatus
will return EndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from endpointStatusAsString().
EndpointStatuspublic final String failureReason()
If the status of the endpoint is Failed, or the status is InService but update
operation fails, this provides the reason why it failed.
Failed, or the status is InService but update
operation fails, this provides the reason why it failed.public EndpointMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EndpointMetadata.Builder,EndpointMetadata>public static EndpointMetadata.Builder builder()
public static Class<? extends EndpointMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.