@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTableResult() |
Modifier and Type | Method and Description |
---|---|
CreateTableResult |
clone() |
boolean |
equals(Object obj) |
String |
getResourceArn()
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
|
int |
hashCode() |
void |
setResourceArn(String resourceArn)
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
|
String |
toString()
Returns a string representation of this object.
|
CreateTableResult |
withResourceArn(String resourceArn)
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResourceArn(String resourceArn)
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
resourceArn
- The unique identifier of the table in the format of an Amazon Resource Name (ARN).public String getResourceArn()
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
public CreateTableResult withResourceArn(String resourceArn)
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
resourceArn
- The unique identifier of the table in the format of an Amazon Resource Name (ARN).public String toString()
toString
in class Object
Object.toString()
public CreateTableResult clone()