@Generated(value="software.amazon.awssdk:codegen") public final class StartQueryPlanningResponse extends LakeFormationResponse implements ToCopyableBuilder<StartQueryPlanningResponse.Builder,StartQueryPlanningResponse>
A structure for the output.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartQueryPlanningResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartQueryPlanningResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
queryId()
The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as the
result of the operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartQueryPlanningResponse.Builder> |
serializableBuilderClass() |
StartQueryPlanningResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String queryId()
The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as the
result of the operation. The ID is also used to get the query state and as an input to the Execute
operation.
Execute operation.public StartQueryPlanningResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartQueryPlanningResponse.Builder,StartQueryPlanningResponse>toBuilder in class AwsResponsepublic static StartQueryPlanningResponse.Builder builder()
public static Class<? extends StartQueryPlanningResponse.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 © 2023. All rights reserved.