public class DescribeEventsDetectionJobResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeEventsDetectionJobResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeEventsDetectionJobResult |
withEventsDetectionJobProperties(EventsDetectionJobProperties 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.
An object that contains the properties associated with an event detection job.
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 DescribeEventsDetectionJobResult withEventsDetectionJobProperties(EventsDetectionJobProperties eventsDetectionJobProperties)
An object that contains the properties associated with an event detection job.
Returns a reference to this object so that method calls can be chained together.
eventsDetectionJobProperties - An object that contains the properties associated with an event detection job.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.