@Generated(value="software.amazon.awssdk:codegen") public final class UnprocessedNamedQueryId extends Object implements StructuredPojo, 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) |
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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
namedQueryId()
The unique identifier of the named query.
|
static Class<? extends UnprocessedNamedQueryId.Builder> |
serializableBuilderClass() |
UnprocessedNamedQueryId.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String namedQueryId()
The unique identifier of the named query.
public String errorCode()
The error code returned when the processing request for the named query failed, if applicable.
public String errorMessage()
The error message returned when the processing request for the named query failed, if applicable.
public UnprocessedNamedQueryId.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UnprocessedNamedQueryId.Builder,UnprocessedNamedQueryId>
public static UnprocessedNamedQueryId.Builder builder()
public static Class<? extends UnprocessedNamedQueryId.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.