@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RunStatementResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RunStatementResult() |
Modifier and Type | Method and Description |
---|---|
RunStatementResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getId()
Returns the Id of the statement that was run.
|
int |
hashCode() |
void |
setId(Integer id)
Returns the Id of the statement that was run.
|
String |
toString()
Returns a string representation of this object.
|
RunStatementResult |
withId(Integer id)
Returns the Id of the statement that was run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(Integer id)
Returns the Id of the statement that was run.
id
- Returns the Id of the statement that was run.public Integer getId()
Returns the Id of the statement that was run.
public RunStatementResult withId(Integer id)
Returns the Id of the statement that was run.
id
- Returns the Id of the statement that was run.public String toString()
toString
in class Object
Object.toString()
public RunStatementResult clone()