public class ReportInstanceStatusRequest extends AmazonWebServiceRequest implements java.io.Serializable
ReportInstanceStatus operation.| コンストラクタと説明 |
|---|
ReportInstanceStatusRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic 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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object