@Generated(value="software.amazon.awssdk:codegen") public final class UpdateNamedQueryRequest extends AthenaRequest implements ToCopyableBuilder<UpdateNamedQueryRequest.Builder,UpdateNamedQueryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateNamedQueryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateNamedQueryRequest.Builder |
builder() |
String |
description()
The query description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the query.
|
String |
namedQueryId()
The unique identifier (UUID) of the query.
|
String |
queryString()
The contents of the query with all query statements.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateNamedQueryRequest.Builder> |
serializableBuilderClass() |
UpdateNamedQueryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String namedQueryId()
The unique identifier (UUID) of the query.
public final String name()
The name of the query.
public final String description()
The query description.
public final String queryString()
The contents of the query with all query statements.
public UpdateNamedQueryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateNamedQueryRequest.Builder,UpdateNamedQueryRequest>toBuilder in class AthenaRequestpublic static UpdateNamedQueryRequest.Builder builder()
public static Class<? extends UpdateNamedQueryRequest.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.