@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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.