@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColumnStatisticsError extends Object implements Serializable, Cloneable, StructuredPojo
Defines a column containing error.
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()
The error message occurred during 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)
The error message occurred during operation.
|
String |
toString()
Returns a string representation of this object.
|
ColumnStatisticsError |
withColumnStatistics(ColumnStatistics columnStatistics)
The ColumnStatistics of the column.
|
ColumnStatisticsError |
withError(ErrorDetail error)
The error message occurred during 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.
public ColumnStatisticsError withColumnStatistics(ColumnStatistics columnStatistics)
The ColumnStatistics of the column.
columnStatistics
- The ColumnStatistics 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 ColumnStatisticsError withError(ErrorDetail error)
The error message occurred during operation.
error
- The error message occurred during 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.