@Generated(value="software.amazon.awssdk:codegen") public final class GetLoaderJobStatusRequest extends NeptunedataRequest implements ToCopyableBuilder<GetLoaderJobStatusRequest.Builder,GetLoaderJobStatusRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetLoaderJobStatusRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetLoaderJobStatusRequest.Builder |
builder() |
Boolean |
details()
Flag indicating whether or not to include details beyond the overall status (
TRUE or
FALSE; the default is FALSE). |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
errors()
Flag indicating whether or not to include a list of errors encountered (
TRUE or FALSE;
the default is FALSE). |
Integer |
errorsPerPage()
The number of errors returned in each page (a positive integer; the default is
10). |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
loadId()
The load ID of the load job to get the status of.
|
Integer |
page()
The error page number (a positive integer; the default is
1). |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetLoaderJobStatusRequest.Builder> |
serializableBuilderClass() |
GetLoaderJobStatusRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String loadId()
The load ID of the load job to get the status of.
public final Boolean details()
Flag indicating whether or not to include details beyond the overall status (TRUE or
FALSE; the default is FALSE).
TRUE or
FALSE; the default is FALSE).public final Boolean errors()
Flag indicating whether or not to include a list of errors encountered (TRUE or FALSE;
the default is FALSE).
The list of errors is paged. The page and errorsPerPage parameters allow you to page
through all the errors.
TRUE or
FALSE; the default is FALSE).
The list of errors is paged. The page and errorsPerPage parameters allow you to
page through all the errors.
public final Integer page()
The error page number (a positive integer; the default is 1). Only valid when the
errors parameter is set to TRUE.
1). Only valid when the
errors parameter is set to TRUE.public final Integer errorsPerPage()
The number of errors returned in each page (a positive integer; the default is 10). Only valid when
the errors parameter set to TRUE.
10). Only
valid when the errors parameter set to TRUE.public GetLoaderJobStatusRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetLoaderJobStatusRequest.Builder,GetLoaderJobStatusRequest>toBuilder in class NeptunedataRequestpublic static GetLoaderJobStatusRequest.Builder builder()
public static Class<? extends GetLoaderJobStatusRequest.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.