public class MonitorInstancesResult
extends java.lang.Object
implements java.io.Serializable
The result of enabling monitoring on a set of Amazon EC2 instances. Contains the updated monitoring status for each instance specified in the request.
| コンストラクタと説明 |
|---|
MonitorInstancesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object