public class ListObjectsResponse extends Response
| 构造器和说明 |
|---|
ListObjectsResponse(Map<String,String> headers)
Construct the response with http headers.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getIsTruncated()
Check if the result is truncated (more results available).
|
Integer |
getMaxResults()
Get the maxResults value.
|
String |
getNextToken()
Get the nextToken value (for pagination).
|
List<ObjectSummary> |
getObjects()
Get the list of objects.
|
String |
getPrefix()
Get the prefix value.
|
void |
setIsTruncated(Boolean isTruncated)
Set the isTruncated flag.
|
void |
setMaxResults(Integer maxResults)
Set the maxResults value.
|
void |
setNextToken(String nextToken)
Set the nextToken value.
|
void |
setObjects(List<ObjectSummary> objects)
Set the list of objects.
|
void |
setPrefix(String prefix)
Set the prefix value.
|
GetAllHeaders, GetHeader, GetRequestIdpublic List<ObjectSummary> getObjects()
public void setObjects(List<ObjectSummary> objects)
objects - list of objectspublic String getNextToken()
public void setNextToken(String nextToken)
nextToken - next token valuepublic Integer getMaxResults()
public void setMaxResults(Integer maxResults)
maxResults - maximum number of resultspublic String getPrefix()
public void setPrefix(String prefix)
prefix - prefix valuepublic Boolean getIsTruncated()
public void setIsTruncated(Boolean isTruncated)
isTruncated - true if truncated, false otherwiseCopyright © 2026. All Rights Reserved.