@Generated(value="software.amazon.awssdk:codegen") public final class GetMatchingJobResponse extends EntityResolutionResponse implements ToCopyableBuilder<GetMatchingJobResponse.Builder,GetMatchingJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetMatchingJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetMatchingJobResponse.Builder |
builder() |
Instant |
endTime()
The time at which the job has finished.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorDetails |
errorDetails()
An object containing an error message, if there was an error.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The ID of the job.
|
JobMetrics |
metrics()
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records
the execution skipped.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetMatchingJobResponse.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time at which the job was started.
|
JobStatus |
status()
The current status of the job.
|
String |
statusAsString()
The current status of the job.
|
GetMatchingJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant endTime()
The time at which the job has finished.
public final ErrorDetails errorDetails()
An object containing an error message, if there was an error.
public final String jobId()
The ID of the job.
public final JobMetrics metrics()
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
public final Instant startTime()
The time at which the job was started.
public final JobStatus status()
The current status of the job.
If the service returns an enum value that is not available in the current SDK version, status will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
JobStatuspublic final String statusAsString()
The current status of the job.
If the service returns an enum value that is not available in the current SDK version, status will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
JobStatuspublic GetMatchingJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetMatchingJobResponse.Builder,GetMatchingJobResponse>toBuilder in class AwsResponsepublic static GetMatchingJobResponse.Builder builder()
public static Class<? extends GetMatchingJobResponse.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.