@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 set of results.
|
List<RecordDetail> |
getRecordDetails()
The records, in reverse chronological order.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
void |
setRecordDetails(Collection<RecordDetail> recordDetails)
The records, in reverse chronological order.
|
String |
toString()
Returns a string representation of this object.
|
ListRecordHistoryResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
ListRecordHistoryResult |
withRecordDetails(Collection<RecordDetail> recordDetails)
The records, in reverse chronological order.
|
ListRecordHistoryResult |
withRecordDetails(RecordDetail... recordDetails)
The records, in reverse chronological order.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<RecordDetail> getRecordDetails()
The records, in reverse chronological order.
public void setRecordDetails(Collection<RecordDetail> recordDetails)
The records, in reverse chronological order.
recordDetails - The records, in reverse chronological order.public ListRecordHistoryResult withRecordDetails(RecordDetail... recordDetails)
The records, 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 - The records, in reverse chronological order.public ListRecordHistoryResult withRecordDetails(Collection<RecordDetail> recordDetails)
The records, in reverse chronological order.
recordDetails - The records, in reverse chronological order.public void setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value
is null.public String getNextPageToken()
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
public ListRecordHistoryResult withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value
is null.public String toString()
toString in class ObjectObject.toString()public ListRecordHistoryResult clone()
Copyright © 2022. All rights reserved.