@Generated(value="software.amazon.awssdk:codegen") public final class ExecuteStatementResponse extends RedshiftDataResponse implements ToCopyableBuilder<ExecuteStatementResponse.Builder,ExecuteStatementResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecuteStatementResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteStatementResponse.Builder |
builder() |
String |
clusterIdentifier()
The cluster identifier.
|
Instant |
createdAt()
The date and time (UTC) the statement was created.
|
String |
database()
The name of the database.
|
String |
dbUser()
The database user name.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the SQL statement whose results are to be fetched.
|
List<SdkField<?>> |
sdkFields() |
String |
secretArn()
The name or ARN of the secret that enables access to the database.
|
static Class<? extends ExecuteStatementResponse.Builder> |
serializableBuilderClass() |
ExecuteStatementResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterIdentifier()
The cluster identifier. This parameter is not returned when connecting to a serverless endpoint.
public final Instant createdAt()
The date and time (UTC) the statement was created.
public final String database()
The name of the database.
public final String dbUser()
The database user name.
public final String id()
The identifier of the SQL statement whose results are to be fetched. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API.
public final String secretArn()
The name or ARN of the secret that enables access to the database.
public ExecuteStatementResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecuteStatementResponse.Builder,ExecuteStatementResponse>toBuilder in class AwsResponsepublic static ExecuteStatementResponse.Builder builder()
public static Class<? extends ExecuteStatementResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2022. All rights reserved.