@Generated(value="software.amazon.awssdk:codegen") public final class CreatePreparedStatementRequest extends AthenaRequest implements ToCopyableBuilder<CreatePreparedStatementRequest.Builder,CreatePreparedStatementRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePreparedStatementRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreatePreparedStatementRequest.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() |
String |
queryStatement()
The query string for the prepared statement.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreatePreparedStatementRequest.Builder> |
serializableBuilderClass() |
String |
statementName()
The name of the prepared statement.
|
CreatePreparedStatementRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workGroup()
The name of the workgroup to which the prepared statement belongs.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String statementName()
The name of the prepared statement.
public final String workGroup()
The name of the workgroup to which the prepared statement belongs.
public final String queryStatement()
The query string for the prepared statement.
public final String description()
The description of the prepared statement.
public CreatePreparedStatementRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreatePreparedStatementRequest.Builder,CreatePreparedStatementRequest>toBuilder in class AthenaRequestpublic static CreatePreparedStatementRequest.Builder builder()
public static Class<? extends CreatePreparedStatementRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.