@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetColumnStatisticsTaskRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetColumnStatisticsTaskRunResult() |
Modifier and Type | Method and Description |
---|---|
GetColumnStatisticsTaskRunResult |
clone() |
boolean |
equals(Object obj) |
ColumnStatisticsTaskRun |
getColumnStatisticsTaskRun()
A
ColumnStatisticsTaskRun object representing the details of the column stats run. |
int |
hashCode() |
void |
setColumnStatisticsTaskRun(ColumnStatisticsTaskRun columnStatisticsTaskRun)
A
ColumnStatisticsTaskRun object representing the details of the column stats run. |
String |
toString()
Returns a string representation of this object.
|
GetColumnStatisticsTaskRunResult |
withColumnStatisticsTaskRun(ColumnStatisticsTaskRun columnStatisticsTaskRun)
A
ColumnStatisticsTaskRun object representing the details of the column stats run. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setColumnStatisticsTaskRun(ColumnStatisticsTaskRun columnStatisticsTaskRun)
A ColumnStatisticsTaskRun
object representing the details of the column stats run.
columnStatisticsTaskRun
- A ColumnStatisticsTaskRun
object representing the details of the column stats run.public ColumnStatisticsTaskRun getColumnStatisticsTaskRun()
A ColumnStatisticsTaskRun
object representing the details of the column stats run.
ColumnStatisticsTaskRun
object representing the details of the column stats run.public GetColumnStatisticsTaskRunResult withColumnStatisticsTaskRun(ColumnStatisticsTaskRun columnStatisticsTaskRun)
A ColumnStatisticsTaskRun
object representing the details of the column stats run.
columnStatisticsTaskRun
- A ColumnStatisticsTaskRun
object representing the details of the column stats run.public String toString()
toString
in class Object
Object.toString()
public GetColumnStatisticsTaskRunResult clone()