|
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.services.opsworks.model.DescribeServiceErrorsResult
public class DescribeServiceErrorsResult
Contains the response to a DescribeServiceErrors request.
| Constructor Summary | |
|---|---|
DescribeServiceErrorsResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeServiceErrorsResult()
| Method Detail |
|---|
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 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 | ||||||