@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchStartRecommendationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchStartRecommendationsResult() |
Modifier and Type | Method and Description |
---|---|
BatchStartRecommendationsResult |
clone() |
boolean |
equals(Object obj) |
List<BatchStartRecommendationsErrorEntry> |
getErrorEntries()
A list with error details about the analysis of each source database.
|
int |
hashCode() |
void |
setErrorEntries(Collection<BatchStartRecommendationsErrorEntry> errorEntries)
A list with error details about the analysis of each source database.
|
String |
toString()
Returns a string representation of this object.
|
BatchStartRecommendationsResult |
withErrorEntries(BatchStartRecommendationsErrorEntry... errorEntries)
A list with error details about the analysis of each source database.
|
BatchStartRecommendationsResult |
withErrorEntries(Collection<BatchStartRecommendationsErrorEntry> errorEntries)
A list with error details about the analysis of each source database.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BatchStartRecommendationsErrorEntry> getErrorEntries()
A list with error details about the analysis of each source database.
public void setErrorEntries(Collection<BatchStartRecommendationsErrorEntry> errorEntries)
A list with error details about the analysis of each source database.
errorEntries
- A list with error details about the analysis of each source database.public BatchStartRecommendationsResult withErrorEntries(BatchStartRecommendationsErrorEntry... errorEntries)
A list with error details about the analysis of each source database.
NOTE: This method appends the values to the existing list (if any). Use
setErrorEntries(java.util.Collection)
or withErrorEntries(java.util.Collection)
if you want to
override the existing values.
errorEntries
- A list with error details about the analysis of each source database.public BatchStartRecommendationsResult withErrorEntries(Collection<BatchStartRecommendationsErrorEntry> errorEntries)
A list with error details about the analysis of each source database.
errorEntries
- A list with error details about the analysis of each source database.public String toString()
toString
in class Object
Object.toString()
public BatchStartRecommendationsResult clone()