@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) |
Page |
getFirstPage()
Contains the details of the first fetched page.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFirstPage(Page firstPage)
Contains the details of the first fetched page.
|
String |
toString()
Returns a string representation of this object.
|
ExecuteStatementResult |
withFirstPage(Page firstPage)
Contains the details of the first fetched page.
|
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 String toString()
toString in class ObjectObject.toString()public ExecuteStatementResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.