public class DescribeServiceErrorsResult
extends java.lang.Object
implements java.io.Serializable
Contains the response to a DescribeServiceErrors request.
| コンストラクタと説明 |
|---|
DescribeServiceErrorsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ServiceError> |
getServiceErrors()
An array of
ServiceError objects that describe the
specified service errors. |
int |
hashCode() |
void |
setServiceErrors(java.util.Collection<ServiceError> serviceErrors)
An array of
ServiceError objects that describe the
specified service errors. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeServiceErrorsResult |
withServiceErrors(java.util.Collection<ServiceError> serviceErrors)
An array of
ServiceError objects that describe the
specified service errors. |
DescribeServiceErrorsResult |
withServiceErrors(ServiceError... serviceErrors)
An array of
ServiceError objects that describe the
specified service errors. |
public java.util.List<ServiceError> getServiceErrors()
ServiceError objects that describe the
specified service errors.ServiceError objects that describe the
specified service errors.public void setServiceErrors(java.util.Collection<ServiceError> serviceErrors)
ServiceError objects that describe the
specified service errors.serviceErrors - An array of ServiceError objects that describe the
specified service errors.public DescribeServiceErrorsResult withServiceErrors(ServiceError... serviceErrors)
ServiceError objects that describe the
specified service errors.
Returns a reference to this object so that method calls can be chained together.
serviceErrors - An array of ServiceError objects that describe the
specified service errors.public DescribeServiceErrorsResult withServiceErrors(java.util.Collection<ServiceError> serviceErrors)
ServiceError objects that describe the
specified service errors.
Returns a reference to this object so that method calls can be chained together.
serviceErrors - An array of ServiceError objects that describe the
specified service errors.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