@Generated(value="software.amazon.awssdk:codegen") public final class NamedQuery extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NamedQuery.Builder,NamedQuery>
A query, where QueryString contains the SQL statements that make up the query.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NamedQuery.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NamedQuery.Builder |
builder() |
String |
database()
The database to which the query belongs.
|
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 query name.
|
String |
namedQueryId()
The unique identifier of the query.
|
String |
queryString()
The SQL statements that make up the query.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NamedQuery.Builder> |
serializableBuilderClass() |
NamedQuery.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workGroup()
The name of the workgroup that contains the named query.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The query name.
public final String description()
The query description.
public final String database()
The database to which the query belongs.
public final String queryString()
The SQL statements that make up the query.
public final String namedQueryId()
The unique identifier of the query.
public final String workGroup()
The name of the workgroup that contains the named query.
public NamedQuery.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NamedQuery.Builder,NamedQuery>public static NamedQuery.Builder builder()
public static Class<? extends NamedQuery.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.