Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.opsworks.model
Class DescribeServiceErrorsResult

java.lang.Object
  extended by com.amazonaws.services.opsworks.model.DescribeServiceErrorsResult
All Implemented Interfaces:
Serializable

public class DescribeServiceErrorsResult
extends Object
implements Serializable

Contains the response to a DescribeServiceErrors request.

See Also:
Serialized Form

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

DescribeServiceErrorsResult

public DescribeServiceErrorsResult()
Method Detail

getServiceErrors

public List<ServiceError> getServiceErrors()
An array of ServiceError objects that describe the specified service errors.

Returns:
An array of ServiceError objects that describe the specified service errors.

setServiceErrors

public void setServiceErrors(Collection<ServiceError> serviceErrors)
An array of ServiceError objects that describe the specified service errors.

Parameters:
serviceErrors - An array of ServiceError objects that describe the specified service errors.

withServiceErrors

public DescribeServiceErrorsResult withServiceErrors(ServiceError... serviceErrors)
An array of ServiceError objects that describe the specified service errors.

Returns a reference to this object so that method calls can be chained together.

Parameters:
serviceErrors - An array of ServiceError objects that describe the specified service errors.

withServiceErrors

public DescribeServiceErrorsResult withServiceErrors(Collection<ServiceError> serviceErrors)
An array of ServiceError objects that describe the specified service errors.

Returns a reference to this object so that method calls can be chained together.

Parameters:
serviceErrors - An array of ServiceError objects that describe the specified service errors.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.