@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)
Used to retrieve the value of a field from any class that extends
SdkResponse . |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
responseMetadata
sdkHttpResponse
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()
ToCopyableBuilder
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)
SdkResponse
SdkResponse
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkResponse
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.