@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchStartRecommendationsErrorEntry extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the errors that occurred during the analysis of the source database.
Constructor and Description |
---|
BatchStartRecommendationsErrorEntry() |
Modifier and Type | Method and Description |
---|---|
BatchStartRecommendationsErrorEntry |
clone() |
boolean |
equals(Object obj) |
String |
getCode()
The code of an error that occurred during the analysis of the source database.
|
String |
getDatabaseId()
The identifier of the source database.
|
String |
getMessage()
The information about the error.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCode(String code)
The code of an error that occurred during the analysis of the source database.
|
void |
setDatabaseId(String databaseId)
The identifier of the source database.
|
void |
setMessage(String message)
The information about the error.
|
String |
toString()
Returns a string representation of this object.
|
BatchStartRecommendationsErrorEntry |
withCode(String code)
The code of an error that occurred during the analysis of the source database.
|
BatchStartRecommendationsErrorEntry |
withDatabaseId(String databaseId)
The identifier of the source database.
|
BatchStartRecommendationsErrorEntry |
withMessage(String message)
The information about the error.
|
public void setDatabaseId(String databaseId)
The identifier of the source database.
databaseId
- The identifier of the source database.public String getDatabaseId()
The identifier of the source database.
public BatchStartRecommendationsErrorEntry withDatabaseId(String databaseId)
The identifier of the source database.
databaseId
- The identifier of the source database.public void setMessage(String message)
The information about the error.
message
- The information about the error.public String getMessage()
The information about the error.
public BatchStartRecommendationsErrorEntry withMessage(String message)
The information about the error.
message
- The information about the error.public void setCode(String code)
The code of an error that occurred during the analysis of the source database.
code
- The code of an error that occurred during the analysis of the source database.public String getCode()
The code of an error that occurred during the analysis of the source database.
public BatchStartRecommendationsErrorEntry withCode(String code)
The code of an error that occurred during the analysis of the source database.
code
- The code of an error that occurred during the analysis of the source database.public String toString()
toString
in class Object
Object.toString()
public BatchStartRecommendationsErrorEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.