|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.ReportInstanceStatusRequest
public class ReportInstanceStatusRequest
Container for the parameters to the ReportInstanceStatus operation.
AmazonEC2.reportInstanceStatus(ReportInstanceStatusRequest),
Serialized Form| Constructor Summary | |
|---|---|
ReportInstanceStatusRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
Returns the value of the Description property for this object. |
java.util.Date |
getEndTime()
Returns the value of the EndTime property for this object. |
java.util.List<java.lang.String> |
getInstances()
Returns the value of the Instances property for this object. |
java.util.List<java.lang.String> |
getReasonCodes()
Returns the value of the ReasonCodes property for this object. |
java.util.Date |
getStartTime()
Returns the value of the StartTime property for this object. |
java.lang.String |
getStatus()
Returns the value of the Status property for this object. |
int |
hashCode()
|
void |
setDescription(java.lang.String description)
Sets the value of the Description property for this object. |
void |
setEndTime(java.util.Date endTime)
Sets the value of the EndTime property for this object. |
void |
setInstances(java.util.Collection<java.lang.String> instances)
Sets the value of the Instances property for this object. |
void |
setReasonCodes(java.util.Collection<java.lang.String> reasonCodes)
Sets the value of the ReasonCodes property for this object. |
void |
setStartTime(java.util.Date startTime)
Sets the value of the StartTime property for this object. |
void |
setStatus(java.lang.String status)
Sets the value of the Status property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ReportInstanceStatusRequest |
withDescription(java.lang.String description)
Sets the value of the Description property for this object. |
ReportInstanceStatusRequest |
withEndTime(java.util.Date endTime)
Sets the value of the EndTime property for this object. |
ReportInstanceStatusRequest |
withInstances(java.util.Collection<java.lang.String> instances)
Sets the value of the Instances property for this object. |
ReportInstanceStatusRequest |
withInstances(java.lang.String... instances)
Sets the value of the Instances property for this object. |
ReportInstanceStatusRequest |
withReasonCodes(java.util.Collection<java.lang.String> reasonCodes)
Sets the value of the ReasonCodes property for this object. |
ReportInstanceStatusRequest |
withReasonCodes(java.lang.String... reasonCodes)
Sets the value of the ReasonCodes property for this object. |
ReportInstanceStatusRequest |
withStartTime(java.util.Date startTime)
Sets the value of the StartTime property for this object. |
ReportInstanceStatusRequest |
withStatus(java.lang.String status)
Sets the value of the Status property for this object. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReportInstanceStatusRequest()
| Method Detail |
|---|
public java.util.List<java.lang.String> getInstances()
public void setInstances(java.util.Collection<java.lang.String> instances)
instances - The new value for the Instances property for this object.public ReportInstanceStatusRequest withInstances(java.lang.String... instances)
Returns a reference to this object so that method calls can be chained together.
instances - The new value for the Instances property for this object.
public ReportInstanceStatusRequest withInstances(java.util.Collection<java.lang.String> instances)
Returns a reference to this object so that method calls can be chained together.
instances - The new value for the Instances property for this object.
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - The new value for the Status property for this object.public ReportInstanceStatusRequest withStatus(java.lang.String status)
Returns a reference to this object so that method calls can be chained together.
status - The new value for the Status property for this object.
public java.util.Date getStartTime()
public void setStartTime(java.util.Date startTime)
startTime - The new value for the StartTime property for this object.public ReportInstanceStatusRequest withStartTime(java.util.Date startTime)
Returns a reference to this object so that method calls can be chained together.
startTime - The new value for the StartTime property for this object.
public java.util.Date getEndTime()
public void setEndTime(java.util.Date endTime)
endTime - The new value for the EndTime property for this object.public ReportInstanceStatusRequest withEndTime(java.util.Date endTime)
Returns a reference to this object so that method calls can be chained together.
endTime - The new value for the EndTime property for this object.
public java.util.List<java.lang.String> getReasonCodes()
public void setReasonCodes(java.util.Collection<java.lang.String> reasonCodes)
reasonCodes - The new value for the ReasonCodes property for this object.public ReportInstanceStatusRequest withReasonCodes(java.lang.String... reasonCodes)
Returns a reference to this object so that method calls can be chained together.
reasonCodes - The new value for the ReasonCodes property for this object.
public ReportInstanceStatusRequest withReasonCodes(java.util.Collection<java.lang.String> reasonCodes)
Returns a reference to this object so that method calls can be chained together.
reasonCodes - The new value for the ReasonCodes property for this object.
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The new value for the Description property for this object.public ReportInstanceStatusRequest withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - The new value for the Description property for this object.
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.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||