Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.dynamodbv2.model
Class DescribeTableResult

java.lang.Object
  extended by com.amazonaws.services.dynamodbv2.model.DescribeTableResult
All Implemented Interfaces:
Serializable

public class DescribeTableResult
extends Object
implements Serializable

Represents the output of a DescribeTable operation.

See Also:
Serialized Form

Constructor Summary
DescribeTableResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 TableDescription getTable()
          Contains the properties of a table.
 int hashCode()
           
 void setTable(TableDescription table)
          Contains the properties of a table.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeTableResult withTable(TableDescription table)
          Contains the properties of a table.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeTableResult

public DescribeTableResult()
Method Detail

getTable

public TableDescription getTable()
Contains the properties of a table.

Returns:
Contains the properties of a table.

setTable

public void setTable(TableDescription table)
Contains the properties of a table.

Parameters:
table - Contains the properties of a table.

withTable

public DescribeTableResult withTable(TableDescription table)
Contains the properties of a table.

Returns a reference to this object so that method calls can be chained together.

Parameters:
table - Contains the properties of a table.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.