@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColumnStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Defines a column statistics.
Constructor and Description |
---|
ColumnStatistics() |
Modifier and Type | Method and Description |
---|---|
ColumnStatistics |
clone() |
boolean |
equals(Object obj) |
Date |
getAnalyzedTime()
The analyzed time of the column statistics.
|
String |
getColumnName()
The name of the column.
|
String |
getColumnType()
The type of the column.
|
ColumnStatisticsData |
getStatisticsData()
The statistics of the column.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAnalyzedTime(Date analyzedTime)
The analyzed time of the column statistics.
|
void |
setColumnName(String columnName)
The name of the column.
|
void |
setColumnType(String columnType)
The type of the column.
|
void |
setStatisticsData(ColumnStatisticsData statisticsData)
The statistics of the column.
|
String |
toString()
Returns a string representation of this object.
|
ColumnStatistics |
withAnalyzedTime(Date analyzedTime)
The analyzed time of the column statistics.
|
ColumnStatistics |
withColumnName(String columnName)
The name of the column.
|
ColumnStatistics |
withColumnType(String columnType)
The type of the column.
|
ColumnStatistics |
withStatisticsData(ColumnStatisticsData statisticsData)
The statistics of the column.
|
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 ColumnStatistics withColumnName(String columnName)
The name of the column.
columnName
- The name of the column.public void setColumnType(String columnType)
The type of the column.
columnType
- The type of the column.public String getColumnType()
The type of the column.
public ColumnStatistics withColumnType(String columnType)
The type of the column.
columnType
- The type of the column.public void setAnalyzedTime(Date analyzedTime)
The analyzed time of the column statistics.
analyzedTime
- The analyzed time of the column statistics.public Date getAnalyzedTime()
The analyzed time of the column statistics.
public ColumnStatistics withAnalyzedTime(Date analyzedTime)
The analyzed time of the column statistics.
analyzedTime
- The analyzed time of the column statistics.public void setStatisticsData(ColumnStatisticsData statisticsData)
The statistics of the column.
statisticsData
- The statistics of the column.public ColumnStatisticsData getStatisticsData()
The statistics of the column.
public ColumnStatistics withStatisticsData(ColumnStatisticsData statisticsData)
The statistics of the column.
statisticsData
- The statistics of the column.public String toString()
toString
in class Object
Object.toString()
public ColumnStatistics 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.