@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, setSdkResponseMetadata
public 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.JobStatus
public String getJobStatus()
The status of the events detection job.
JobStatus
public StopEventsDetectionJobResult withJobStatus(String jobStatus)
The status of the events detection job.
jobStatus
- The status of the events detection job.JobStatus
public StopEventsDetectionJobResult withJobStatus(JobStatus jobStatus)
The status of the events detection job.
jobStatus
- The status of the events detection job.JobStatus
public String toString()
toString
in class Object
Object.toString()
public StopEventsDetectionJobResult clone()