@Generated(value="software.amazon.awssdk:codegen") public final class ListObjectsResponse extends S3Response implements ToCopyableBuilder<ListObjectsResponse.Builder,ListObjectsResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
ListObjectsResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static ListObjectsResponse.Builder |
builder() |
List<CommonPrefix> |
commonPrefixes()
Returns the value of the CommonPrefixes property for this object.
|
List<S3Object> |
contents()
Returns the value of the Contents property for this object.
|
String |
delimiter()
Returns the value of the Delimiter property for this object.
|
EncodingType |
encodingType()
Encoding type used by Amazon S3 to encode object keys in the response.
|
String |
encodingTypeAsString()
Encoding type used by Amazon S3 to encode object keys in the response.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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()
Returns the value of the Marker property for this object.
|
Integer |
maxKeys()
Returns the value of the MaxKeys property for this object.
|
String |
name()
Returns the value of the Name property for this object.
|
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()
Returns the value of the Prefix property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListObjectsResponse.Builder> |
serializableBuilderClass() |
ListObjectsResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Boolean isTruncated()
A flag that indicates whether or not Amazon S3 returned all of the results that satisfied the search criteria.
public String marker()
public 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. Amazon S3 lists objects in alphabetical order Note: This element is returned only if you have delimiter request parameter specified. If response does not include the NextMaker and it is truncated, you can use the value of the last Key in the response as the marker in the subsequent request to get the next set of object keys.
public List<S3Object> contents()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String name()
public String prefix()
public String delimiter()
public Integer maxKeys()
public List<CommonPrefix> commonPrefixes()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public EncodingType encodingType()
Encoding type used by Amazon S3 to encode object keys in the response.
If the service returns an enum value that is not available in the current SDK version, encodingType
will
return EncodingType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
encodingTypeAsString()
.
EncodingType
public String encodingTypeAsString()
Encoding type used by Amazon S3 to encode object keys in the response.
If the service returns an enum value that is not available in the current SDK version, encodingType
will
return EncodingType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
encodingTypeAsString()
.
EncodingType
public ListObjectsResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ListObjectsResponse.Builder,ListObjectsResponse>
toBuilder
in class AwsResponse
public static ListObjectsResponse.Builder builder()
public static Class<? extends ListObjectsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2019. All rights reserved.