@Generated(value="software.amazon.awssdk:codegen") public final class GetWorkUnitsRequest extends LakeFormationRequest implements ToCopyableBuilder<GetWorkUnitsRequest.Builder,GetWorkUnitsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetWorkUnitsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetWorkUnitsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
A continuation token, if this is a continuation call.
|
Integer |
pageSize()
The size of each page to get in the Amazon Web Services service call.
|
String |
queryId()
The ID of the plan query operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetWorkUnitsRequest.Builder> |
serializableBuilderClass() |
GetWorkUnitsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
A continuation token, if this is a continuation call.
public final Integer pageSize()
The size of each page to get in the Amazon Web Services service call. This does not affect the number of items returned in the command's output. Setting a smaller page size results in more calls to the Amazon Web Services service, retrieving fewer items in each call. This can help prevent the Amazon Web Services service calls from timing out.
public final String queryId()
The ID of the plan query operation.
public GetWorkUnitsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetWorkUnitsRequest.Builder,GetWorkUnitsRequest>toBuilder in class LakeFormationRequestpublic static GetWorkUnitsRequest.Builder builder()
public static Class<? extends GetWorkUnitsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.