@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateColumnStatisticsForTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateColumnStatisticsForTableResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateColumnStatisticsForTableResult | clone() | 
| boolean | equals(Object obj) | 
| List<ColumnStatisticsError> | getErrors()
 List of ColumnStatisticsErrors. | 
| int | hashCode() | 
| void | setErrors(Collection<ColumnStatisticsError> errors)
 List of ColumnStatisticsErrors. | 
| String | toString()Returns a string representation of this object. | 
| UpdateColumnStatisticsForTableResult | withErrors(Collection<ColumnStatisticsError> errors)
 List of ColumnStatisticsErrors. | 
| UpdateColumnStatisticsForTableResult | withErrors(ColumnStatisticsError... errors)
 List of ColumnStatisticsErrors. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic UpdateColumnStatisticsForTableResult()
public List<ColumnStatisticsError> getErrors()
List of ColumnStatisticsErrors.
public void setErrors(Collection<ColumnStatisticsError> errors)
List of ColumnStatisticsErrors.
errors - List of ColumnStatisticsErrors.public UpdateColumnStatisticsForTableResult withErrors(ColumnStatisticsError... errors)
List of ColumnStatisticsErrors.
 NOTE: This method appends the values to the existing list (if any). Use
 setErrors(java.util.Collection) or withErrors(java.util.Collection) if you want to override the
 existing values.
 
errors - List of ColumnStatisticsErrors.public UpdateColumnStatisticsForTableResult withErrors(Collection<ColumnStatisticsError> errors)
List of ColumnStatisticsErrors.
errors - List of ColumnStatisticsErrors.public String toString()
toString in class ObjectObject.toString()public UpdateColumnStatisticsForTableResult clone()