@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) |
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 ObjectObject.toString()public FetchPageResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.