/**
  * Constructs a new DescribeTableRequest object. Callers should use the setter or fluent setter
  * (with...) methods to initialize any additional object members.
  *
  * @param tableName The name of the table to describe.
  */
 public DescribeTableRequest(String tableName) {
   setTableName(tableName);
 }