@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopEventsDetectionJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StopEventsDetectionJobResult() |
| Modifier and Type | Method and Description |
|---|---|
StopEventsDetectionJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The identifier of the events detection job to stop.
|
String |
getJobStatus()
The status of the events detection job.
|
int |
hashCode() |
void |
setJobId(String jobId)
The identifier of the events detection job to stop.
|
void |
setJobStatus(String jobStatus)
The status of the events detection job.
|
String |
toString()
Returns a string representation of this object.
|
StopEventsDetectionJobResult |
withJobId(String jobId)
The identifier of the events detection job to stop.
|
StopEventsDetectionJobResult |
withJobStatus(JobStatus jobStatus)
The status of the events detection job.
|
StopEventsDetectionJobResult |
withJobStatus(String jobStatus)
The status of the events detection job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobId(String jobId)
The identifier of the events detection job to stop.
jobId - The identifier of the events detection job to stop.public String getJobId()
The identifier of the events detection job to stop.
public StopEventsDetectionJobResult withJobId(String jobId)
The identifier of the events detection job to stop.
jobId - The identifier of the events detection job to stop.public void setJobStatus(String jobStatus)
The status of the events detection job.
jobStatus - The status of the events detection job.JobStatuspublic String getJobStatus()
The status of the events detection job.
JobStatuspublic StopEventsDetectionJobResult withJobStatus(String jobStatus)
The status of the events detection job.
jobStatus - The status of the events detection job.JobStatuspublic StopEventsDetectionJobResult withJobStatus(JobStatus jobStatus)
The status of the events detection job.
jobStatus - The status of the events detection job.JobStatuspublic String toString()
toString in class ObjectObject.toString()public StopEventsDetectionJobResult clone()