@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.
|
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.
|
String |
getJobType()
The type of job.
|
String |
getJobUser()
The user for the job.
|
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 |
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 |
setJobType(String jobType)
The type of job.
|
void |
setJobUser(String jobUser)
The user for the job.
|
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 |
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 |
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 |
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 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 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 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()