@Generated(value="software.amazon.awssdk:codegen") public final class PreparedStatement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PreparedStatement.Builder,PreparedStatement>
A prepared SQL statement for use with Athena.
Modifier and Type | Class and Description |
---|---|
static interface |
PreparedStatement.Builder |
Modifier and Type | Method and Description |
---|---|
static PreparedStatement.Builder |
builder() |
String |
description()
The description of the prepared statement.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
The last modified time of the prepared statement.
|
String |
queryStatement()
The query string for the prepared statement.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PreparedStatement.Builder> |
serializableBuilderClass() |
String |
statementName()
The name of the prepared statement.
|
PreparedStatement.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workGroupName()
The name of the workgroup to which the prepared statement belongs.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String statementName()
The name of the prepared statement.
public final String queryStatement()
The query string for the prepared statement.
public final String workGroupName()
The name of the workgroup to which the prepared statement belongs.
public final String description()
The description of the prepared statement.
public final Instant lastModifiedTime()
The last modified time of the prepared statement.
public PreparedStatement.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<PreparedStatement.Builder,PreparedStatement>
public static PreparedStatement.Builder builder()
public static Class<? extends PreparedStatement.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.