public class ListRecordHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListRecordHistoryResult() |
| Modifier and Type | Method and Description |
|---|---|
ListRecordHistoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextPageToken()
The page token to use to retrieve the next page of results for this operation.
|
List<RecordDetail> |
getRecordDetails()
A list of record detail objects, listed in reverse chronological order.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
void |
setRecordDetails(Collection<RecordDetail> recordDetails)
A list of record detail objects, listed in reverse chronological order.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListRecordHistoryResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
ListRecordHistoryResult |
withRecordDetails(Collection<RecordDetail> recordDetails)
A list of record detail objects, listed in reverse chronological order.
|
ListRecordHistoryResult |
withRecordDetails(RecordDetail... recordDetails)
A list of record detail objects, listed in reverse chronological order.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<RecordDetail> getRecordDetails()
A list of record detail objects, listed in reverse chronological order.
public void setRecordDetails(Collection<RecordDetail> recordDetails)
A list of record detail objects, listed in reverse chronological order.
recordDetails - A list of record detail objects, listed in reverse chronological order.public ListRecordHistoryResult withRecordDetails(RecordDetail... recordDetails)
A list of record detail objects, listed in reverse chronological order.
NOTE: This method appends the values to the existing list (if any). Use
setRecordDetails(java.util.Collection) or withRecordDetails(java.util.Collection) if you want
to override the existing values.
recordDetails - A list of record detail objects, listed in reverse chronological order.public ListRecordHistoryResult withRecordDetails(Collection<RecordDetail> recordDetails)
A list of record detail objects, listed in reverse chronological order.
recordDetails - A list of record detail objects, listed in reverse chronological order.public void setNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken - The page token to use to retrieve the next page of results for this operation. If there are no more pages,
this value is null.public String getNextPageToken()
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public ListRecordHistoryResult withNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken - The page token to use to retrieve the next page of results for this operation. If there are no more pages,
this value is null.public String toString()
toString in class ObjectObject.toString()public ListRecordHistoryResult clone()
Copyright © 2016. All rights reserved.