|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.MonitorInstancesResult
public class MonitorInstancesResult
The result of enabling monitoring on a set of Amazon EC2 instances. Contains the updated monitoring status for each instance specified in the request.
Constructor Summary | |
---|---|
MonitorInstancesResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<InstanceMonitoring> |
getInstanceMonitorings()
A list of updated monitoring information for the instances specified in the request. |
int |
hashCode()
|
void |
setInstanceMonitorings(java.util.Collection<InstanceMonitoring> instanceMonitorings)
A list of updated monitoring information for the instances specified in the request. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
MonitorInstancesResult |
withInstanceMonitorings(java.util.Collection<InstanceMonitoring> instanceMonitorings)
A list of updated monitoring information for the instances specified in the request. |
MonitorInstancesResult |
withInstanceMonitorings(InstanceMonitoring... instanceMonitorings)
A list of updated monitoring information for the instances specified in the request. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MonitorInstancesResult()
Method Detail |
---|
public java.util.List<InstanceMonitoring> getInstanceMonitorings()
public void setInstanceMonitorings(java.util.Collection<InstanceMonitoring> instanceMonitorings)
instanceMonitorings
- A list of updated monitoring information for the instances specified
in the request.public MonitorInstancesResult withInstanceMonitorings(InstanceMonitoring... instanceMonitorings)
Returns a reference to this object so that method calls can be chained together.
instanceMonitorings
- A list of updated monitoring information for the instances specified
in the request.
public MonitorInstancesResult withInstanceMonitorings(java.util.Collection<InstanceMonitoring> instanceMonitorings)
Returns a reference to this object so that method calls can be chained together.
instanceMonitorings
- A list of updated monitoring information for the instances specified
in the request.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |