@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecuteStatementResult extends Object implements Serializable, Cloneable, StructuredPojo
Contains the details of the executed statement.
Constructor and Description |
---|
ExecuteStatementResult() |
Modifier and Type | Method and Description |
---|---|
ExecuteStatementResult |
clone() |
boolean |
equals(Object obj) |
IOUsage |
getConsumedIOs()
Contains metrics about the number of I/O requests that were consumed.
|
Page |
getFirstPage()
Contains the details of the first fetched page.
|
TimingInformation |
getTimingInformation()
Contains server-side performance information for the command.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConsumedIOs(IOUsage consumedIOs)
Contains metrics about the number of I/O requests that were consumed.
|
void |
setFirstPage(Page firstPage)
Contains the details of the first fetched page.
|
void |
setTimingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
|
String |
toString()
Returns a string representation of this object.
|
ExecuteStatementResult |
withConsumedIOs(IOUsage consumedIOs)
Contains metrics about the number of I/O requests that were consumed.
|
ExecuteStatementResult |
withFirstPage(Page firstPage)
Contains the details of the first fetched page.
|
ExecuteStatementResult |
withTimingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
|
public void setFirstPage(Page firstPage)
Contains the details of the first fetched page.
firstPage
- Contains the details of the first fetched page.public Page getFirstPage()
Contains the details of the first fetched page.
public ExecuteStatementResult withFirstPage(Page firstPage)
Contains the details of the first fetched page.
firstPage
- Contains the details of the first fetched page.public void setTimingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
timingInformation
- Contains server-side performance information for the command.public TimingInformation getTimingInformation()
Contains server-side performance information for the command.
public ExecuteStatementResult withTimingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
timingInformation
- Contains server-side performance information for the command.public void setConsumedIOs(IOUsage consumedIOs)
Contains metrics about the number of I/O requests that were consumed.
consumedIOs
- Contains metrics about the number of I/O requests that were consumed.public IOUsage getConsumedIOs()
Contains metrics about the number of I/O requests that were consumed.
public ExecuteStatementResult withConsumedIOs(IOUsage consumedIOs)
Contains metrics about the number of I/O requests that were consumed.
consumedIOs
- Contains metrics about the number of I/O requests that were consumed.public String toString()
toString
in class Object
Object.toString()
public ExecuteStatementResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.