@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) |
Page |
getPage()
Contains details of the fetched page.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPage(Page page)
Contains details of the fetched page.
|
String |
toString()
Returns a string representation of this object.
|
FetchPageResult |
withPage(Page page)
Contains details of the fetched page.
|
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 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.