ToCopyableBuilder<ListObjectsResponse.Builder,ListObjectsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListObjectsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListObjectsResponse.Builder,ListObjectsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListObjectsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListObjectsResponse.Builder |
builder() |
|
List<CommonPrefix> |
commonPrefixes() |
|
List<S3Object> |
contents() |
|
String |
delimiter() |
|
String |
encodingType() |
Encoding type used by Amazon S3 to encode object keys in the response.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
isTruncated() |
A flag that indicates whether or not Amazon S3 returned all of the results that satisfied the search criteria.
|
String |
marker() |
|
Integer |
maxKeys() |
|
String |
name() |
|
String |
nextMarker() |
When response is truncated (the IsTruncated element value in the response is true), you can use the key name in
this field as marker in the subsequent request to get next set of objects.
|
String |
prefix() |
|
static Class<? extends ListObjectsResponse.Builder> |
serializableBuilderClass() |
|
ListObjectsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public Boolean isTruncated()
public String marker()
public String nextMarker()
public String name()
public String prefix()
public String delimiter()
public Integer maxKeys()
public List<CommonPrefix> commonPrefixes()
public String encodingType()
EncodingType
public ListObjectsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListObjectsResponse.Builder,ListObjectsResponse>
public static ListObjectsResponse.Builder builder()
public static Class<? extends ListObjectsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.