@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEventsDetectionJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeEventsDetectionJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEventsDetectionJobResult |
clone() |
boolean |
equals(Object obj) |
EventsDetectionJobProperties |
getEventsDetectionJobProperties()
An object that contains the properties associated with an event detection job.
|
int |
hashCode() |
void |
setEventsDetectionJobProperties(EventsDetectionJobProperties eventsDetectionJobProperties)
An object that contains the properties associated with an event detection job.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEventsDetectionJobResult |
withEventsDetectionJobProperties(EventsDetectionJobProperties eventsDetectionJobProperties)
An object that contains the properties associated with an event detection job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEventsDetectionJobProperties(EventsDetectionJobProperties eventsDetectionJobProperties)
An object that contains the properties associated with an event detection job.
eventsDetectionJobProperties
- An object that contains the properties associated with an event detection job.public EventsDetectionJobProperties getEventsDetectionJobProperties()
An object that contains the properties associated with an event detection job.
public DescribeEventsDetectionJobResult withEventsDetectionJobProperties(EventsDetectionJobProperties eventsDetectionJobProperties)
An object that contains the properties associated with an event detection job.
eventsDetectionJobProperties
- An object that contains the properties associated with an event detection job.public String toString()
toString
in class Object
Object.toString()
public DescribeEventsDetectionJobResult clone()