@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePreparedStatementRequest extends AthenaRequest implements ToCopyableBuilder<UpdatePreparedStatementRequest.Builder,UpdatePreparedStatementRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePreparedStatementRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdatePreparedStatementRequest.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 UpdatePreparedStatementRequest.Builder> |
serializableBuilderClass() |
String |
statementName()
The name of the prepared statement.
|
UpdatePreparedStatementRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workGroup()
The workgroup for the prepared statement.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String statementName()
The name of the prepared statement.
public final String workGroup()
The workgroup for the prepared statement.
public final String queryStatement()
The query string for the prepared statement.
public final String description()
The description of the prepared statement.
public UpdatePreparedStatementRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePreparedStatementRequest.Builder,UpdatePreparedStatementRequest>toBuilder in class AthenaRequestpublic static UpdatePreparedStatementRequest.Builder builder()
public static Class<? extends UpdatePreparedStatementRequest.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.