@Generated(value="software.amazon.awssdk:codegen") public final class GetIdMappingJobResponse extends EntityResolutionResponse implements ToCopyableBuilder<GetIdMappingJobResponse.Builder,GetIdMappingJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetIdMappingJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetIdMappingJobResponse.Builder |
builder() |
Instant |
endTime()
The time at which the job has finished.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorDetails |
errorDetails()
Returns the value of the ErrorDetails property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The ID of the job.
|
IdMappingJobMetrics |
metrics()
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records
the execution skipped.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetIdMappingJobResponse.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.
|
GetIdMappingJobResponse.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()
public final String jobId()
The ID of the job.
public final IdMappingJobMetrics 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 GetIdMappingJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetIdMappingJobResponse.Builder,GetIdMappingJobResponse>toBuilder in class AwsResponsepublic static GetIdMappingJobResponse.Builder builder()
public static Class<? extends GetIdMappingJobResponse.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.