@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IntegrationError extends Object implements Serializable, Cloneable
An error associated with a zero-ETL integration with Amazon Redshift.
Constructor and Description |
---|
IntegrationError() |
Modifier and Type | Method and Description |
---|---|
IntegrationError |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The error code associated with the integration.
|
String |
getErrorMessage()
A message explaining the error.
|
int |
hashCode() |
void |
setErrorCode(String errorCode)
The error code associated with the integration.
|
void |
setErrorMessage(String errorMessage)
A message explaining the error.
|
String |
toString()
Returns a string representation of this object.
|
IntegrationError |
withErrorCode(String errorCode)
The error code associated with the integration.
|
IntegrationError |
withErrorMessage(String errorMessage)
A message explaining the error.
|
public void setErrorCode(String errorCode)
The error code associated with the integration.
errorCode
- The error code associated with the integration.public String getErrorCode()
The error code associated with the integration.
public IntegrationError withErrorCode(String errorCode)
The error code associated with the integration.
errorCode
- The error code associated with the integration.public void setErrorMessage(String errorMessage)
A message explaining the error.
errorMessage
- A message explaining the error.public String getErrorMessage()
A message explaining the error.
public IntegrationError withErrorMessage(String errorMessage)
A message explaining the error.
errorMessage
- A message explaining the error.public String toString()
toString
in class Object
Object.toString()
public IntegrationError clone()