@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FraudsterRegistrationJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains a summary of information about a fraudster registration job.
Constructor and Description |
---|
FraudsterRegistrationJobSummary() |
Modifier and Type | Method and Description |
---|---|
FraudsterRegistrationJobSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
A timestamp of when the fraudster registration job was created.
|
String |
getDomainId()
The identifier of the domain that contains the fraudster registration job.
|
Date |
getEndedAt()
A timestamp of when the fraudster registration job ended.
|
FailureDetails |
getFailureDetails()
Contains details that are populated when an entire batch job fails.
|
String |
getJobId()
The service-generated identifier for the fraudster registration job.
|
String |
getJobName()
The client-provided name for the fraudster registration job.
|
JobProgress |
getJobProgress()
Shows the completed percentage of registration requests listed in the input file.
|
String |
getJobStatus()
The current status of the fraudster registration job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
A timestamp of when the fraudster registration job was created.
|
void |
setDomainId(String domainId)
The identifier of the domain that contains the fraudster registration job.
|
void |
setEndedAt(Date endedAt)
A timestamp of when the fraudster registration job ended.
|
void |
setFailureDetails(FailureDetails failureDetails)
Contains details that are populated when an entire batch job fails.
|
void |
setJobId(String jobId)
The service-generated identifier for the fraudster registration job.
|
void |
setJobName(String jobName)
The client-provided name for the fraudster registration job.
|
void |
setJobProgress(JobProgress jobProgress)
Shows the completed percentage of registration requests listed in the input file.
|
void |
setJobStatus(String jobStatus)
The current status of the fraudster registration job.
|
String |
toString()
Returns a string representation of this object.
|
FraudsterRegistrationJobSummary |
withCreatedAt(Date createdAt)
A timestamp of when the fraudster registration job was created.
|
FraudsterRegistrationJobSummary |
withDomainId(String domainId)
The identifier of the domain that contains the fraudster registration job.
|
FraudsterRegistrationJobSummary |
withEndedAt(Date endedAt)
A timestamp of when the fraudster registration job ended.
|
FraudsterRegistrationJobSummary |
withFailureDetails(FailureDetails failureDetails)
Contains details that are populated when an entire batch job fails.
|
FraudsterRegistrationJobSummary |
withJobId(String jobId)
The service-generated identifier for the fraudster registration job.
|
FraudsterRegistrationJobSummary |
withJobName(String jobName)
The client-provided name for the fraudster registration job.
|
FraudsterRegistrationJobSummary |
withJobProgress(JobProgress jobProgress)
Shows the completed percentage of registration requests listed in the input file.
|
FraudsterRegistrationJobSummary |
withJobStatus(FraudsterRegistrationJobStatus jobStatus)
The current status of the fraudster registration job.
|
FraudsterRegistrationJobSummary |
withJobStatus(String jobStatus)
The current status of the fraudster registration job.
|
public void setCreatedAt(Date createdAt)
A timestamp of when the fraudster registration job was created.
createdAt
- A timestamp of when the fraudster registration job was created.public Date getCreatedAt()
A timestamp of when the fraudster registration job was created.
public FraudsterRegistrationJobSummary withCreatedAt(Date createdAt)
A timestamp of when the fraudster registration job was created.
createdAt
- A timestamp of when the fraudster registration job was created.public void setDomainId(String domainId)
The identifier of the domain that contains the fraudster registration job.
domainId
- The identifier of the domain that contains the fraudster registration job.public String getDomainId()
The identifier of the domain that contains the fraudster registration job.
public FraudsterRegistrationJobSummary withDomainId(String domainId)
The identifier of the domain that contains the fraudster registration job.
domainId
- The identifier of the domain that contains the fraudster registration job.public void setEndedAt(Date endedAt)
A timestamp of when the fraudster registration job ended.
endedAt
- A timestamp of when the fraudster registration job ended.public Date getEndedAt()
A timestamp of when the fraudster registration job ended.
public FraudsterRegistrationJobSummary withEndedAt(Date endedAt)
A timestamp of when the fraudster registration job ended.
endedAt
- A timestamp of when the fraudster registration job ended.public void setFailureDetails(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.
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.public FailureDetails getFailureDetails()
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 FraudsterRegistrationJobSummary withFailureDetails(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.
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.public void setJobId(String jobId)
The service-generated identifier for the fraudster registration job.
jobId
- The service-generated identifier for the fraudster registration job.public String getJobId()
The service-generated identifier for the fraudster registration job.
public FraudsterRegistrationJobSummary withJobId(String jobId)
The service-generated identifier for the fraudster registration job.
jobId
- The service-generated identifier for the fraudster registration job.public void setJobName(String jobName)
The client-provided name for the fraudster registration job.
jobName
- The client-provided name for the fraudster registration job.public String getJobName()
The client-provided name for the fraudster registration job.
public FraudsterRegistrationJobSummary withJobName(String jobName)
The client-provided name for the fraudster registration job.
jobName
- The client-provided name for the fraudster registration job.public void setJobProgress(JobProgress jobProgress)
Shows the completed percentage of registration requests listed in the input file.
jobProgress
- Shows the completed percentage of registration requests listed in the input file.public JobProgress getJobProgress()
Shows the completed percentage of registration requests listed in the input file.
public FraudsterRegistrationJobSummary withJobProgress(JobProgress jobProgress)
Shows the completed percentage of registration requests listed in the input file.
jobProgress
- Shows the completed percentage of registration requests listed in the input file.public void setJobStatus(String jobStatus)
The current status of the fraudster registration job.
jobStatus
- The current status of the fraudster registration job.FraudsterRegistrationJobStatus
public String getJobStatus()
The current status of the fraudster registration job.
FraudsterRegistrationJobStatus
public FraudsterRegistrationJobSummary withJobStatus(String jobStatus)
The current status of the fraudster registration job.
jobStatus
- The current status of the fraudster registration job.FraudsterRegistrationJobStatus
public FraudsterRegistrationJobSummary withJobStatus(FraudsterRegistrationJobStatus jobStatus)
The current status of the fraudster registration job.
jobStatus
- The current status of the fraudster registration job.FraudsterRegistrationJobStatus
public String toString()
toString
in class Object
Object.toString()
public FraudsterRegistrationJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.