Class RedshiftDataResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.redshiftdata.model.RedshiftDataResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
BatchExecuteStatementResponse,CancelStatementResponse,DescribeStatementResponse,DescribeTableResponse,ExecuteStatementResponse,GetStatementResultResponse,GetStatementResultV2Response,ListDatabasesResponse,ListSchemasResponse,ListStatementsResponse,ListTablesResponse
@Generated("software.amazon.awssdk:codegen") public abstract class RedshiftDataResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRedshiftDataResponse.Builderprotected static classRedshiftDataResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedRedshiftDataResponse(RedshiftDataResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RedshiftDataResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Constructor Detail
-
RedshiftDataResponse
protected RedshiftDataResponse(RedshiftDataResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public RedshiftDataResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-