Class UnprocessedNamedQueryId
- java.lang.Object
-
- software.amazon.awssdk.services.athena.model.UnprocessedNamedQueryId
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UnprocessedNamedQueryId.Builder,UnprocessedNamedQueryId>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUnprocessedNamedQueryId.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnprocessedNamedQueryId.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorCode()The error code returned when the processing request for the named query failed, if applicable.StringerrorMessage()The error message returned when the processing request for the named query failed, if applicable.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnamedQueryId()The unique identifier of the named query.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UnprocessedNamedQueryId.Builder>serializableBuilderClass()UnprocessedNamedQueryId.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
namedQueryId
public final String namedQueryId()
The unique identifier of the named query.
- Returns:
- The unique identifier of the named query.
-
errorCode
public final String errorCode()
The error code returned when the processing request for the named query failed, if applicable.
- Returns:
- The error code returned when the processing request for the named query failed, if applicable.
-
errorMessage
public final String errorMessage()
The error message returned when the processing request for the named query failed, if applicable.
- Returns:
- The error message returned when the processing request for the named query failed, if applicable.
-
toBuilder
public UnprocessedNamedQueryId.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UnprocessedNamedQueryId.Builder,UnprocessedNamedQueryId>
-
builder
public static UnprocessedNamedQueryId.Builder builder()
-
serializableBuilderClass
public static Class<? extends UnprocessedNamedQueryId.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-