|
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(Object obj)
|
List<ServiceError> |
getServiceErrors()
An array of ServiceError objects that describe the
specified service errors. |
int |
hashCode()
|
void |
setServiceErrors(Collection<ServiceError> serviceErrors)
An array of ServiceError objects that describe the
specified service errors. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeServiceErrorsResult |
withServiceErrors(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 List<ServiceError> getServiceErrors()
ServiceError
objects that describe the
specified service errors.
ServiceError
objects that describe the
specified service errors.public void setServiceErrors(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(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |