@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceErrorsDetails extends Object implements Serializable, Cloneable, StructuredPojo
A list of errors retrieving an application's resources.
| Constructor and Description | 
|---|
| ResourceErrorsDetails() | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourceErrorsDetails | clone() | 
| boolean | equals(Object obj) | 
| Boolean | getHasMoreErrors()
 This indicates if there are more errors not listed in the resourceErrors list. | 
| List<ResourceError> | getResourceErrors()
 A list of errors retrieving an application's resources. | 
| int | hashCode() | 
| Boolean | isHasMoreErrors()
 This indicates if there are more errors not listed in the resourceErrors list. | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setHasMoreErrors(Boolean hasMoreErrors)
 This indicates if there are more errors not listed in the resourceErrors list. | 
| void | setResourceErrors(Collection<ResourceError> resourceErrors)
 A list of errors retrieving an application's resources. | 
| String | toString()Returns a string representation of this object. | 
| ResourceErrorsDetails | withHasMoreErrors(Boolean hasMoreErrors)
 This indicates if there are more errors not listed in the resourceErrors list. | 
| ResourceErrorsDetails | withResourceErrors(Collection<ResourceError> resourceErrors)
 A list of errors retrieving an application's resources. | 
| ResourceErrorsDetails | withResourceErrors(ResourceError... resourceErrors)
 A list of errors retrieving an application's resources. | 
public void setHasMoreErrors(Boolean hasMoreErrors)
This indicates if there are more errors not listed in the resourceErrors list.
hasMoreErrors - This indicates if there are more errors not listed in the resourceErrors list.public Boolean getHasMoreErrors()
This indicates if there are more errors not listed in the resourceErrors list.
public ResourceErrorsDetails withHasMoreErrors(Boolean hasMoreErrors)
This indicates if there are more errors not listed in the resourceErrors list.
hasMoreErrors - This indicates if there are more errors not listed in the resourceErrors list.public Boolean isHasMoreErrors()
This indicates if there are more errors not listed in the resourceErrors list.
public List<ResourceError> getResourceErrors()
A list of errors retrieving an application's resources.
public void setResourceErrors(Collection<ResourceError> resourceErrors)
A list of errors retrieving an application's resources.
resourceErrors - A list of errors retrieving an application's resources.public ResourceErrorsDetails withResourceErrors(ResourceError... resourceErrors)
A list of errors retrieving an application's resources.
 NOTE: This method appends the values to the existing list (if any). Use
 setResourceErrors(java.util.Collection) or withResourceErrors(java.util.Collection) if you want
 to override the existing values.
 
resourceErrors - A list of errors retrieving an application's resources.public ResourceErrorsDetails withResourceErrors(Collection<ResourceError> resourceErrors)
A list of errors retrieving an application's resources.
resourceErrors - A list of errors retrieving an application's resources.public String toString()
toString in class ObjectObject.toString()public ResourceErrorsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.