@Generated(value="software.amazon.awssdk:codegen") public final class UnprocessedPreparedStatementName extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnprocessedPreparedStatementName.Builder,UnprocessedPreparedStatementName>
The name of a prepared statement that could not be returned.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnprocessedPreparedStatementName.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnprocessedPreparedStatementName.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
The error code returned when the request for the prepared statement failed.
|
String |
errorMessage()
The error message containing the reason why the prepared statement could not be returned.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnprocessedPreparedStatementName.Builder> |
serializableBuilderClass() |
String |
statementName()
The name of a prepared statement that could not be returned due to an error.
|
UnprocessedPreparedStatementName.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String statementName()
The name of a prepared statement that could not be returned due to an error.
public final String errorCode()
The error code returned when the request for the prepared statement failed.
public final String errorMessage()
The error message containing the reason why the prepared statement could not be returned. The following error messages are possible:
INVALID_INPUT - The name of the prepared statement that was provided is not valid (for example, the
name is too long).
STATEMENT_NOT_FOUND - A prepared statement with the name provided could not be found.
UNAUTHORIZED - The requester does not have permission to access the workgroup that contains the
prepared statement.
INVALID_INPUT - The name of the prepared statement that was provided is not valid (for
example, the name is too long).
STATEMENT_NOT_FOUND - A prepared statement with the name provided could not be found.
UNAUTHORIZED - The requester does not have permission to access the workgroup that contains
the prepared statement.
public UnprocessedPreparedStatementName.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnprocessedPreparedStatementName.Builder,UnprocessedPreparedStatementName>public static UnprocessedPreparedStatementName.Builder builder()
public static Class<? extends UnprocessedPreparedStatementName.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.