|
||||||||||
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 | |
---|---|
List<InstanceMonitoring> |
getInstanceMonitorings()
A list of updated monitoring information for the instances specified in the request. |
void |
setInstanceMonitorings(Collection<InstanceMonitoring> instanceMonitorings)
A list of updated monitoring information for the instances specified in the request. |
String |
toString()
|
MonitorInstancesResult |
withInstanceMonitorings(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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MonitorInstancesResult()
Method Detail |
---|
public List<InstanceMonitoring> getInstanceMonitorings()
public void setInstanceMonitorings(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(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 String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |