/// <summary>
 /// Sets the TableDescription property
 /// </summary>
 /// <param name="tableDescription">The value to set for the TableDescription property </param>
 /// <returns>this instance</returns>
 public UpdateTableResult WithTableDescription(TableDescription tableDescription)
 {
     this.tableDescription = tableDescription;
     return this;
 }
 public CreateTableResult WithTableDescription(TableDescription tableDescription)
 {
     this.tableDescription = tableDescription;
     return(this);
 }
 /// <summary>
 /// Sets the Table property
 /// </summary>
 /// <param name="table">The value to set for the Table property </param>
 /// <returns>this instance</returns>
 public DescribeTableResult WithTable(TableDescription table)
 {
     this.table = table;
     return this;
 }
 public DescribeTableResult WithTable(TableDescription table)
 {
     this.table = table;
     return(this);
 }