Class GetLoaderJobStatusRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.neptunedata.model.NeptunedataRequest
-
- software.amazon.awssdk.services.neptunedata.model.GetLoaderJobStatusRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetLoaderJobStatusRequest.Builder,GetLoaderJobStatusRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetLoaderJobStatusRequest extends NeptunedataRequest implements ToCopyableBuilder<GetLoaderJobStatusRequest.Builder,GetLoaderJobStatusRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetLoaderJobStatusRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetLoaderJobStatusRequest.Builderbuilder()Booleandetails()Flag indicating whether or not to include details beyond the overall status (TRUEorFALSE; the default isFALSE).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Booleanerrors()Flag indicating whether or not to include a list of errors encountered (TRUEorFALSE; the default isFALSE).IntegererrorsPerPage()The number of errors returned in each page (a positive integer; the default is10).<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringloadId()The load ID of the load job to get the status of.Integerpage()The error page number (a positive integer; the default is1).Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetLoaderJobStatusRequest.Builder>serializableBuilderClass()GetLoaderJobStatusRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
loadId
public final String loadId()
The load ID of the load job to get the status of.
- Returns:
- The load ID of the load job to get the status of.
-
details
public final Boolean details()
Flag indicating whether or not to include details beyond the overall status (
TRUEorFALSE; the default isFALSE).- Returns:
- Flag indicating whether or not to include details beyond the overall status (
TRUEorFALSE; the default isFALSE).
-
errors
public final Boolean errors()
Flag indicating whether or not to include a list of errors encountered (
TRUEorFALSE; the default isFALSE).The list of errors is paged. The
pageanderrorsPerPageparameters allow you to page through all the errors.- Returns:
- Flag indicating whether or not to include a list of errors encountered (
TRUEorFALSE; the default isFALSE).The list of errors is paged. The
pageanderrorsPerPageparameters allow you to page through all the errors.
-
page
public final Integer page()
The error page number (a positive integer; the default is
1). Only valid when theerrorsparameter is set toTRUE.- Returns:
- The error page number (a positive integer; the default is
1). Only valid when theerrorsparameter is set toTRUE.
-
errorsPerPage
public final Integer errorsPerPage()
The number of errors returned in each page (a positive integer; the default is
10). Only valid when theerrorsparameter set toTRUE.- Returns:
- The number of errors returned in each page (a positive integer; the default is
10). Only valid when theerrorsparameter set toTRUE.
-
toBuilder
public GetLoaderJobStatusRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetLoaderJobStatusRequest.Builder,GetLoaderJobStatusRequest>- Specified by:
toBuilderin classNeptunedataRequest
-
builder
public static GetLoaderJobStatusRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetLoaderJobStatusRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-