public class DescribeServiceErrorsResult extends Object implements Serializable
Contains the response to a DescribeServiceErrors
request.
Constructor and Description |
---|
DescribeServiceErrorsResult() |
Modifier and Type | Method and Description |
---|---|
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. |
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.