public class ListNextResourceRecordResponse extends Response
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxResults |
protected String |
nextToken |
protected List<ResourceRecord> |
records |
protected int |
total |
| Constructor and Description |
|---|
ListNextResourceRecordResponse(Map<String,String> headers,
int maxResults,
int total,
String nextToken,
List<ResourceRecord> records) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxResults() |
String |
getNextToken() |
List<ResourceRecord> |
getRecords() |
int |
getTotal() |
void |
setMaxResults(int maxResults) |
void |
setNextToken(String nextToken) |
void |
setRecords(List<ResourceRecord> records) |
void |
setTotal(int total) |
GetAllHeaders, GetHeader, GetRequestIdprotected int maxResults
protected int total
protected String nextToken
protected List<ResourceRecord> records
public int getMaxResults()
public void setMaxResults(int maxResults)
public int getTotal()
public void setTotal(int total)
public List<ResourceRecord> getRecords()
public void setRecords(List<ResourceRecord> records)
public String getNextToken()
public void setNextToken(String nextToken)
Copyright © 2025. All Rights Reserved.