@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColumnStatisticsError extends Object implements Serializable, Cloneable, StructuredPojo
Encapsulates a ColumnStatistics
object that failed and the reason for failure.
Constructor and Description |
---|
ColumnStatisticsError() |
Modifier and Type | Method and Description |
---|---|
ColumnStatisticsError |
clone() |
boolean |
equals(Object obj) |
ColumnStatistics |
getColumnStatistics()
The
ColumnStatistics of the column. |
ErrorDetail |
getError()
An error message with the reason for the failure of an operation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColumnStatistics(ColumnStatistics columnStatistics)
The
ColumnStatistics of the column. |
void |
setError(ErrorDetail error)
An error message with the reason for the failure of an operation.
|
String |
toString()
Returns a string representation of this object.
|
ColumnStatisticsError |
withColumnStatistics(ColumnStatistics columnStatistics)
The
ColumnStatistics of the column. |
ColumnStatisticsError |
withError(ErrorDetail error)
An error message with the reason for the failure of an operation.
|
public void setColumnStatistics(ColumnStatistics columnStatistics)
The ColumnStatistics
of the column.
columnStatistics
- The ColumnStatistics
of the column.public ColumnStatistics getColumnStatistics()
The ColumnStatistics
of the column.
ColumnStatistics
of the column.public ColumnStatisticsError withColumnStatistics(ColumnStatistics columnStatistics)
The ColumnStatistics
of the column.
columnStatistics
- The ColumnStatistics
of the column.public void setError(ErrorDetail error)
An error message with the reason for the failure of an operation.
error
- An error message with the reason for the failure of an operation.public ErrorDetail getError()
An error message with the reason for the failure of an operation.
public ColumnStatisticsError withError(ErrorDetail error)
An error message with the reason for the failure of an operation.
error
- An error message with the reason for the failure of an operation.public String toString()
toString
in class Object
Object.toString()
public ColumnStatisticsError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.