@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
RestoreTableResult() |
| Modifier and Type | Method and Description |
|---|---|
RestoreTableResult |
clone() |
boolean |
equals(Object obj) |
String |
getRestoredTableARN()
The Amazon Resource Name (ARN) of the restored table.
|
int |
hashCode() |
void |
setRestoredTableARN(String restoredTableARN)
The Amazon Resource Name (ARN) of the restored table.
|
String |
toString()
Returns a string representation of this object.
|
RestoreTableResult |
withRestoredTableARN(String restoredTableARN)
The Amazon Resource Name (ARN) of the restored table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRestoredTableARN(String restoredTableARN)
The Amazon Resource Name (ARN) of the restored table.
restoredTableARN - The Amazon Resource Name (ARN) of the restored table.public String getRestoredTableARN()
The Amazon Resource Name (ARN) of the restored table.
public RestoreTableResult withRestoredTableARN(String restoredTableARN)
The Amazon Resource Name (ARN) of the restored table.
restoredTableARN - The Amazon Resource Name (ARN) of the restored table.public String toString()
toString in class ObjectObject.toString()public RestoreTableResult clone()