@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetArchiveSearchResultsResult clone()