@Generated(value="software.amazon.awssdk:codegen") public final class UnprocessedNamedQueryId extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnprocessedNamedQueryId.Builder,UnprocessedNamedQueryId>
Information about a named query ID that could not be processed.
Modifier and Type | Class and Description |
---|---|
static interface |
UnprocessedNamedQueryId.Builder |
Modifier and Type | Method and Description |
---|---|
static UnprocessedNamedQueryId.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
The error code returned when the processing request for the named query failed, if applicable.
|
String |
errorMessage()
The error message returned when the processing request for the named query failed, if applicable.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
namedQueryId()
The unique identifier of the named query.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnprocessedNamedQueryId.Builder> |
serializableBuilderClass() |
UnprocessedNamedQueryId.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String namedQueryId()
The unique identifier of the named query.
public final String errorCode()
The error code returned when the processing request for the named query failed, if applicable.
public final String errorMessage()
The error message returned when the processing request for the named query failed, if applicable.
public UnprocessedNamedQueryId.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UnprocessedNamedQueryId.Builder,UnprocessedNamedQueryId>
public static UnprocessedNamedQueryId.Builder builder()
public static Class<? extends UnprocessedNamedQueryId.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.