@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBatchJobExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetBatchJobExecutionResult() |
Modifier and Type | Method and Description |
---|---|
GetBatchJobExecutionResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The identifier of the application.
|
BatchJobIdentifier |
getBatchJobIdentifier()
The unique identifier of this batch job.
|
Date |
getEndTime()
The timestamp when the batch job execution ended.
|
String |
getExecutionId()
The unique identifier for this batch job execution.
|
String |
getJobId()
The unique identifier for this batch job.
|
String |
getJobName()
The name of this batch job.
|
JobStepRestartMarker |
getJobStepRestartMarker()
The restart steps information for the most recent restart operation.
|
String |
getJobType()
The type of job.
|
String |
getJobUser()
The user for the job.
|
String |
getReturnCode()
The batch job return code from either the Blu Age or Micro Focus runtime engines.
|
Date |
getStartTime()
The timestamp when the batch job execution started.
|
String |
getStatus()
The status of the batch job execution.
|
String |
getStatusReason()
The reason for the reported status.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The identifier of the application.
|
void |
setBatchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
|
void |
setEndTime(Date endTime)
The timestamp when the batch job execution ended.
|
void |
setExecutionId(String executionId)
The unique identifier for this batch job execution.
|
void |
setJobId(String jobId)
The unique identifier for this batch job.
|
void |
setJobName(String jobName)
The name of this batch job.
|
void |
setJobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)
The restart steps information for the most recent restart operation.
|
void |
setJobType(String jobType)
The type of job.
|
void |
setJobUser(String jobUser)
The user for the job.
|
void |
setReturnCode(String returnCode)
The batch job return code from either the Blu Age or Micro Focus runtime engines.
|
void |
setStartTime(Date startTime)
The timestamp when the batch job execution started.
|
void |
setStatus(String status)
The status of the batch job execution.
|
void |
setStatusReason(String statusReason)
The reason for the reported status.
|
String |
toString()
Returns a string representation of this object.
|
GetBatchJobExecutionResult |
withApplicationId(String applicationId)
The identifier of the application.
|
GetBatchJobExecutionResult |
withBatchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
|
GetBatchJobExecutionResult |
withEndTime(Date endTime)
The timestamp when the batch job execution ended.
|
GetBatchJobExecutionResult |
withExecutionId(String executionId)
The unique identifier for this batch job execution.
|
GetBatchJobExecutionResult |
withJobId(String jobId)
The unique identifier for this batch job.
|
GetBatchJobExecutionResult |
withJobName(String jobName)
The name of this batch job.
|
GetBatchJobExecutionResult |
withJobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)
The restart steps information for the most recent restart operation.
|
GetBatchJobExecutionResult |
withJobType(BatchJobType jobType)
The type of job.
|
GetBatchJobExecutionResult |
withJobType(String jobType)
The type of job.
|
GetBatchJobExecutionResult |
withJobUser(String jobUser)
The user for the job.
|
GetBatchJobExecutionResult |
withReturnCode(String returnCode)
The batch job return code from either the Blu Age or Micro Focus runtime engines.
|
GetBatchJobExecutionResult |
withStartTime(Date startTime)
The timestamp when the batch job execution started.
|
GetBatchJobExecutionResult |
withStatus(BatchJobExecutionStatus status)
The status of the batch job execution.
|
GetBatchJobExecutionResult |
withStatus(String status)
The status of the batch job execution.
|
GetBatchJobExecutionResult |
withStatusReason(String statusReason)
The reason for the reported status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApplicationId(String applicationId)
The identifier of the application.
applicationId
- The identifier of the application.public String getApplicationId()
The identifier of the application.
public GetBatchJobExecutionResult withApplicationId(String applicationId)
The identifier of the application.
applicationId
- The identifier of the application.public void setBatchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
batchJobIdentifier
- The unique identifier of this batch job.public BatchJobIdentifier getBatchJobIdentifier()
The unique identifier of this batch job.
public GetBatchJobExecutionResult withBatchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
batchJobIdentifier
- The unique identifier of this batch job.public void setEndTime(Date endTime)
The timestamp when the batch job execution ended.
endTime
- The timestamp when the batch job execution ended.public Date getEndTime()
The timestamp when the batch job execution ended.
public GetBatchJobExecutionResult withEndTime(Date endTime)
The timestamp when the batch job execution ended.
endTime
- The timestamp when the batch job execution ended.public void setExecutionId(String executionId)
The unique identifier for this batch job execution.
executionId
- The unique identifier for this batch job execution.public String getExecutionId()
The unique identifier for this batch job execution.
public GetBatchJobExecutionResult withExecutionId(String executionId)
The unique identifier for this batch job execution.
executionId
- The unique identifier for this batch job execution.public void setJobId(String jobId)
The unique identifier for this batch job.
jobId
- The unique identifier for this batch job.public String getJobId()
The unique identifier for this batch job.
public GetBatchJobExecutionResult withJobId(String jobId)
The unique identifier for this batch job.
jobId
- The unique identifier for this batch job.public void setJobName(String jobName)
The name of this batch job.
jobName
- The name of this batch job.public String getJobName()
The name of this batch job.
public GetBatchJobExecutionResult withJobName(String jobName)
The name of this batch job.
jobName
- The name of this batch job.public void setJobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)
The restart steps information for the most recent restart operation.
jobStepRestartMarker
- The restart steps information for the most recent restart operation.public JobStepRestartMarker getJobStepRestartMarker()
The restart steps information for the most recent restart operation.
public GetBatchJobExecutionResult withJobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)
The restart steps information for the most recent restart operation.
jobStepRestartMarker
- The restart steps information for the most recent restart operation.public void setJobType(String jobType)
The type of job.
jobType
- The type of job.BatchJobType
public String getJobType()
The type of job.
BatchJobType
public GetBatchJobExecutionResult withJobType(String jobType)
The type of job.
jobType
- The type of job.BatchJobType
public GetBatchJobExecutionResult withJobType(BatchJobType jobType)
The type of job.
jobType
- The type of job.BatchJobType
public void setJobUser(String jobUser)
The user for the job.
jobUser
- The user for the job.public String getJobUser()
The user for the job.
public GetBatchJobExecutionResult withJobUser(String jobUser)
The user for the job.
jobUser
- The user for the job.public void setReturnCode(String returnCode)
The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation.
returnCode
- The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information,
see Batch return codes
in the IBM WebSphere Application Server documentation.public String getReturnCode()
The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation.
public GetBatchJobExecutionResult withReturnCode(String returnCode)
The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation.
returnCode
- The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information,
see Batch return codes
in the IBM WebSphere Application Server documentation.public void setStartTime(Date startTime)
The timestamp when the batch job execution started.
startTime
- The timestamp when the batch job execution started.public Date getStartTime()
The timestamp when the batch job execution started.
public GetBatchJobExecutionResult withStartTime(Date startTime)
The timestamp when the batch job execution started.
startTime
- The timestamp when the batch job execution started.public void setStatus(String status)
The status of the batch job execution.
status
- The status of the batch job execution.BatchJobExecutionStatus
public String getStatus()
The status of the batch job execution.
BatchJobExecutionStatus
public GetBatchJobExecutionResult withStatus(String status)
The status of the batch job execution.
status
- The status of the batch job execution.BatchJobExecutionStatus
public GetBatchJobExecutionResult withStatus(BatchJobExecutionStatus status)
The status of the batch job execution.
status
- The status of the batch job execution.BatchJobExecutionStatus
public void setStatusReason(String statusReason)
The reason for the reported status.
statusReason
- The reason for the reported status.public String getStatusReason()
The reason for the reported status.
public GetBatchJobExecutionResult withStatusReason(String statusReason)
The reason for the reported status.
statusReason
- The reason for the reported status.public String toString()
toString
in class Object
Object.toString()
public GetBatchJobExecutionResult clone()