@Generated(value="software.amazon.awssdk:codegen") public final class GetIdentityResolutionJobResponse extends CustomerProfilesResponse implements ToCopyableBuilder<GetIdentityResolutionJobResponse.Builder,GetIdentityResolutionJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetIdentityResolutionJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
AutoMerging |
autoMerging()
Configuration settings for how to perform the auto-merging of profiles.
|
static GetIdentityResolutionJobResponse.Builder |
builder() |
String |
domainName()
The unique name of the domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ExportingLocation |
exportingLocation()
The S3 location where the Identity Resolution Job writes result files.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
jobEndTime()
The timestamp of when the Identity Resolution Job was completed.
|
Instant |
jobExpirationTime()
The timestamp of when the Identity Resolution Job will expire.
|
String |
jobId()
The unique identifier of the Identity Resolution Job.
|
Instant |
jobStartTime()
The timestamp of when the Identity Resolution Job was started or will be started.
|
JobStats |
jobStats()
Statistics about the Identity Resolution Job.
|
Instant |
lastUpdatedAt()
The timestamp of when the Identity Resolution Job was most recently edited.
|
String |
message()
The error messages that are generated when the Identity Resolution Job runs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetIdentityResolutionJobResponse.Builder> |
serializableBuilderClass() |
IdentityResolutionJobStatus |
status()
The status of the Identity Resolution Job.
|
String |
statusAsString()
The status of the Identity Resolution Job.
|
GetIdentityResolutionJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
The unique name of the domain.
public final String jobId()
The unique identifier of the Identity Resolution Job.
public final IdentityResolutionJobStatus status()
The status of the Identity Resolution Job.
PENDING: The Identity Resolution Job is scheduled but has not started yet. If you turn off the
Identity Resolution feature in your domain, jobs in the PENDING state are deleted.
PREPROCESSING: The Identity Resolution Job is loading your data.
FIND_MATCHING: The Identity Resolution Job is using the machine learning model to identify profiles
that belong to the same matching group.
MERGING: The Identity Resolution Job is merging duplicate profiles.
COMPLETED: The Identity Resolution Job completed successfully.
PARTIAL_SUCCESS: There's a system error and not all of the data is merged. The Identity Resolution
Job writes a message indicating the source of the problem.
FAILED: The Identity Resolution Job did not merge any data. It writes a message indicating the
source of the problem.
If the service returns an enum value that is not available in the current SDK version, status will
return IdentityResolutionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
PENDING: The Identity Resolution Job is scheduled but has not started yet. If you turn off
the Identity Resolution feature in your domain, jobs in the PENDING state are deleted.
PREPROCESSING: The Identity Resolution Job is loading your data.
FIND_MATCHING: The Identity Resolution Job is using the machine learning model to identify
profiles that belong to the same matching group.
MERGING: The Identity Resolution Job is merging duplicate profiles.
COMPLETED: The Identity Resolution Job completed successfully.
PARTIAL_SUCCESS: There's a system error and not all of the data is merged. The Identity
Resolution Job writes a message indicating the source of the problem.
FAILED: The Identity Resolution Job did not merge any data. It writes a message indicating
the source of the problem.
IdentityResolutionJobStatuspublic final String statusAsString()
The status of the Identity Resolution Job.
PENDING: The Identity Resolution Job is scheduled but has not started yet. If you turn off the
Identity Resolution feature in your domain, jobs in the PENDING state are deleted.
PREPROCESSING: The Identity Resolution Job is loading your data.
FIND_MATCHING: The Identity Resolution Job is using the machine learning model to identify profiles
that belong to the same matching group.
MERGING: The Identity Resolution Job is merging duplicate profiles.
COMPLETED: The Identity Resolution Job completed successfully.
PARTIAL_SUCCESS: There's a system error and not all of the data is merged. The Identity Resolution
Job writes a message indicating the source of the problem.
FAILED: The Identity Resolution Job did not merge any data. It writes a message indicating the
source of the problem.
If the service returns an enum value that is not available in the current SDK version, status will
return IdentityResolutionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
PENDING: The Identity Resolution Job is scheduled but has not started yet. If you turn off
the Identity Resolution feature in your domain, jobs in the PENDING state are deleted.
PREPROCESSING: The Identity Resolution Job is loading your data.
FIND_MATCHING: The Identity Resolution Job is using the machine learning model to identify
profiles that belong to the same matching group.
MERGING: The Identity Resolution Job is merging duplicate profiles.
COMPLETED: The Identity Resolution Job completed successfully.
PARTIAL_SUCCESS: There's a system error and not all of the data is merged. The Identity
Resolution Job writes a message indicating the source of the problem.
FAILED: The Identity Resolution Job did not merge any data. It writes a message indicating
the source of the problem.
IdentityResolutionJobStatuspublic final String message()
The error messages that are generated when the Identity Resolution Job runs.
public final Instant jobStartTime()
The timestamp of when the Identity Resolution Job was started or will be started.
public final Instant jobEndTime()
The timestamp of when the Identity Resolution Job was completed.
public final Instant lastUpdatedAt()
The timestamp of when the Identity Resolution Job was most recently edited.
public final Instant jobExpirationTime()
The timestamp of when the Identity Resolution Job will expire.
public final AutoMerging autoMerging()
Configuration settings for how to perform the auto-merging of profiles.
public final ExportingLocation exportingLocation()
The S3 location where the Identity Resolution Job writes result files.
public final JobStats jobStats()
Statistics about the Identity Resolution Job.
public GetIdentityResolutionJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetIdentityResolutionJobResponse.Builder,GetIdentityResolutionJobResponse>toBuilder in class AwsResponsepublic static GetIdentityResolutionJobResponse.Builder builder()
public static Class<? extends GetIdentityResolutionJobResponse.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.