@Generated(value="software.amazon.awssdk:codegen") public final class VpcEndpointError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcEndpointError.Builder,VpcEndpointError>
Error information when attempting to describe an Amazon OpenSearch Service-managed VPC endpoint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VpcEndpointError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VpcEndpointError.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
VpcEndpointErrorCode |
errorCode()
The code associated with the error.
|
String |
errorCodeAsString()
The code associated with the error.
|
String |
errorMessage()
A message describing the error.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VpcEndpointError.Builder> |
serializableBuilderClass() |
VpcEndpointError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcEndpointId()
The unique identifier of the endpoint.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vpcEndpointId()
The unique identifier of the endpoint.
public final VpcEndpointErrorCode errorCode()
The code associated with the error.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return VpcEndpointErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from errorCodeAsString().
VpcEndpointErrorCodepublic final String errorCodeAsString()
The code associated with the error.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return VpcEndpointErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from errorCodeAsString().
VpcEndpointErrorCodepublic final String errorMessage()
A message describing the error.
public VpcEndpointError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VpcEndpointError.Builder,VpcEndpointError>public static VpcEndpointError.Builder builder()
public static Class<? extends VpcEndpointError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.