@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SqlStatementResult extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
SqlStatementResult() |
| Modifier and Type | Method and Description |
|---|---|
SqlStatementResult |
clone() |
boolean |
equals(Object obj) |
Long |
getNumberOfRecordsUpdated()
Number of rows updated.
|
ResultFrame |
getResultFrame()
ResultFrame returned by executing the sql statement
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setNumberOfRecordsUpdated(Long numberOfRecordsUpdated)
Number of rows updated.
|
void |
setResultFrame(ResultFrame resultFrame)
ResultFrame returned by executing the sql statement
|
String |
toString()
Returns a string representation of this object.
|
SqlStatementResult |
withNumberOfRecordsUpdated(Long numberOfRecordsUpdated)
Number of rows updated.
|
SqlStatementResult |
withResultFrame(ResultFrame resultFrame)
ResultFrame returned by executing the sql statement
|
public void setNumberOfRecordsUpdated(Long numberOfRecordsUpdated)
numberOfRecordsUpdated - Number of rows updated.public Long getNumberOfRecordsUpdated()
public SqlStatementResult withNumberOfRecordsUpdated(Long numberOfRecordsUpdated)
numberOfRecordsUpdated - Number of rows updated.public void setResultFrame(ResultFrame resultFrame)
resultFrame - ResultFrame returned by executing the sql statementpublic ResultFrame getResultFrame()
public SqlStatementResult withResultFrame(ResultFrame resultFrame)
resultFrame - ResultFrame returned by executing the sql statementpublic String toString()
toString in class ObjectObject.toString()public SqlStatementResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.