@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetArchiveSearchResultsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response containing search results from a completed archive search.
| Constructor and Description | 
|---|
GetArchiveSearchResultsResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetArchiveSearchResultsResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<Row> | 
getRows()
 The list of email result objects matching the search criteria. 
 | 
int | 
hashCode()  | 
void | 
setRows(Collection<Row> rows)
 The list of email result objects matching the search criteria. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
GetArchiveSearchResultsResult | 
withRows(Collection<Row> rows)
 The list of email result objects matching the search criteria. 
 | 
GetArchiveSearchResultsResult | 
withRows(Row... rows)
 The list of email result objects matching the search criteria. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Row> getRows()
The list of email result objects matching the search criteria.
public void setRows(Collection<Row> rows)
The list of email result objects matching the search criteria.
rows - The list of email result objects matching the search criteria.public GetArchiveSearchResultsResult withRows(Row... rows)
The list of email result objects matching the search criteria.
 NOTE: This method appends the values to the existing list (if any). Use
 setRows(java.util.Collection) or withRows(java.util.Collection) if you want to override the
 existing values.
 
rows - The list of email result objects matching the search criteria.public GetArchiveSearchResultsResult withRows(Collection<Row> rows)
The list of email result objects matching the search criteria.
rows - The list of email result objects matching the search criteria.public String toString()
toString in class ObjectObject.toString()public GetArchiveSearchResultsResult clone()