@Generated(value="software.amazon.awssdk:codegen") public final class FraudsterRegistrationJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FraudsterRegistrationJobSummary.Builder,FraudsterRegistrationJobSummary>
Contains a summary of information about a fraudster registration job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FraudsterRegistrationJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FraudsterRegistrationJobSummary.Builder |
builder() |
Instant |
createdAt()
A timestamp showing when the fraudster registration job is created.
|
String |
domainId()
The identifier of the domain containing the fraudster registration job.
|
Instant |
endedAt()
A timestamp showing when the fraudster registration job ended.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FailureDetails |
failureDetails()
Contains details that are populated when an entire batch job fails.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The service-generated identifier for the fraudster registration job.
|
String |
jobName()
The client-provided name for the fraudster registration job.
|
JobProgress |
jobProgress()
Shows the completed percentage of registration requests listed in the input file.
|
FraudsterRegistrationJobStatus |
jobStatus()
The current status of the fraudster registration job.
|
String |
jobStatusAsString()
The current status of the fraudster registration job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FraudsterRegistrationJobSummary.Builder> |
serializableBuilderClass() |
FraudsterRegistrationJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
A timestamp showing when the fraudster registration job is created.
public final String domainId()
The identifier of the domain containing the fraudster registration job.
public final Instant endedAt()
A timestamp showing when the fraudster registration job ended.
public final FailureDetails failureDetails()
Contains details that are populated when an entire batch job fails. In cases of individual registration job
failures, the batch job as a whole doesn't fail; it is completed with a JobStatus of
COMPLETED_WITH_ERRORS. You can use the job output file to identify the individual registration
requests that failed.
JobStatus of
COMPLETED_WITH_ERRORS. You can use the job output file to identify the individual
registration requests that failed.public final String jobId()
The service-generated identifier for the fraudster registration job.
public final String jobName()
The client-provided name for the fraudster registration job.
public final JobProgress jobProgress()
Shows the completed percentage of registration requests listed in the input file.
public final FraudsterRegistrationJobStatus jobStatus()
The current status of the fraudster registration job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return FraudsterRegistrationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from jobStatusAsString().
FraudsterRegistrationJobStatuspublic final String jobStatusAsString()
The current status of the fraudster registration job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return FraudsterRegistrationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from jobStatusAsString().
FraudsterRegistrationJobStatuspublic FraudsterRegistrationJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FraudsterRegistrationJobSummary.Builder,FraudsterRegistrationJobSummary>public static FraudsterRegistrationJobSummary.Builder builder()
public static Class<? extends FraudsterRegistrationJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.