@Generated(value="software.amazon.awssdk:codegen") public final class CustomSql extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomSql.Builder,CustomSql>
A physical table type built from the results of the custom SQL query.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomSql.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomSql.Builder |
builder() |
List<InputColumn> |
columns()
The column schema from the SQL query result set.
|
String |
dataSourceArn()
The Amazon Resource Name (ARN) of the data source.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasColumns()
For responses, this returns true if the service returned a value for the Columns property.
|
int |
hashCode() |
String |
name()
A display name for the SQL query result.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomSql.Builder> |
serializableBuilderClass() |
String |
sqlQuery()
The SQL query.
|
CustomSql.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dataSourceArn()
The Amazon Resource Name (ARN) of the data source.
public final String name()
A display name for the SQL query result.
public final String sqlQuery()
The SQL query.
public final boolean hasColumns()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<InputColumn> columns()
The column schema from the SQL query result set.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasColumns() method.
public CustomSql.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomSql.Builder,CustomSql>public static CustomSql.Builder builder()
public static Class<? extends CustomSql.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.