@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FetchPageResult extends Object implements Serializable, Cloneable, StructuredPojo
Contains the page that was fetched.
Constructor and Description |
---|
FetchPageResult() |
Modifier and Type | Method and Description |
---|---|
FetchPageResult |
clone() |
boolean |
equals(Object obj) |
IOUsage |
getConsumedIOs()
Contains metrics about the number of I/O requests that were consumed.
|
Page |
getPage()
Contains details of the 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 |
setPage(Page page)
Contains details of the fetched page.
|
void |
setTimingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
|
String |
toString()
Returns a string representation of this object.
|
FetchPageResult |
withConsumedIOs(IOUsage consumedIOs)
Contains metrics about the number of I/O requests that were consumed.
|
FetchPageResult |
withPage(Page page)
Contains details of the fetched page.
|
FetchPageResult |
withTimingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
|
public void setPage(Page page)
Contains details of the fetched page.
page
- Contains details of the fetched page.public Page getPage()
Contains details of the fetched page.
public FetchPageResult withPage(Page page)
Contains details of the fetched page.
page
- Contains details of the 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 FetchPageResult 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 FetchPageResult 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 FetchPageResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.