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