@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColumnError extends Object implements Serializable, Cloneable, StructuredPojo
Defines a column containing error.
| Constructor and Description |
|---|
ColumnError() |
| Modifier and Type | Method and Description |
|---|---|
ColumnError |
clone() |
boolean |
equals(Object obj) |
String |
getColumnName()
The name of the column.
|
ErrorDetail |
getError()
The error message occurred during operation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setColumnName(String columnName)
The name of the column.
|
void |
setError(ErrorDetail error)
The error message occurred during operation.
|
String |
toString()
Returns a string representation of this object.
|
ColumnError |
withColumnName(String columnName)
The name of the column.
|
ColumnError |
withError(ErrorDetail error)
The error message occurred during operation.
|
public void setColumnName(String columnName)
The name of the column.
columnName - The name of the column.public String getColumnName()
The name of the column.
public ColumnError withColumnName(String columnName)
The name of the column.
columnName - The name of the column.public void setError(ErrorDetail error)
The error message occurred during operation.
error - The error message occurred during operation.public ErrorDetail getError()
The error message occurred during operation.
public ColumnError withError(ErrorDetail error)
The error message occurred during operation.
error - The error message occurred during operation.public String toString()
toString in class ObjectObject.toString()public ColumnError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.