public class ListNextResourceRecordResponse extends Response
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
maxResults |
protected String |
nextToken |
protected List<ResourceRecord> |
records |
protected int |
total |
| 构造器和说明 |
|---|
ListNextResourceRecordResponse(Map<String,String> headers,
int maxResults,
int total,
String nextToken,
List<ResourceRecord> records) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2026. All Rights Reserved.