@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FetchPageRequest extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the details of the page to be fetched.
Constructor and Description |
---|
FetchPageRequest() |
Modifier and Type | Method and Description |
---|---|
FetchPageRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextPageToken()
Specifies the next page token of the page to be fetched.
|
String |
getTransactionId()
Specifies the transaction id of the page to be fetched.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNextPageToken(String nextPageToken)
Specifies the next page token of the page to be fetched.
|
void |
setTransactionId(String transactionId)
Specifies the transaction id of the page to be fetched.
|
String |
toString()
Returns a string representation of this object.
|
FetchPageRequest |
withNextPageToken(String nextPageToken)
Specifies the next page token of the page to be fetched.
|
FetchPageRequest |
withTransactionId(String transactionId)
Specifies the transaction id of the page to be fetched.
|
public void setTransactionId(String transactionId)
Specifies the transaction id of the page to be fetched.
transactionId
- Specifies the transaction id of the page to be fetched.public String getTransactionId()
Specifies the transaction id of the page to be fetched.
public FetchPageRequest withTransactionId(String transactionId)
Specifies the transaction id of the page to be fetched.
transactionId
- Specifies the transaction id of the page to be fetched.public void setNextPageToken(String nextPageToken)
Specifies the next page token of the page to be fetched.
nextPageToken
- Specifies the next page token of the page to be fetched.public String getNextPageToken()
Specifies the next page token of the page to be fetched.
public FetchPageRequest withNextPageToken(String nextPageToken)
Specifies the next page token of the page to be fetched.
nextPageToken
- Specifies the next page token of the page to be fetched.public String toString()
toString
in class Object
Object.toString()
public FetchPageRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.