ToCopyableBuilder<ListObjectParentPathsResponse.Builder,ListObjectParentPathsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListObjectParentPathsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListObjectParentPathsResponse.Builder,ListObjectParentPathsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListObjectParentPathsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListObjectParentPathsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The pagination token.
|
List<PathToObjectIdentifiers> |
pathToObjectIdentifiersList() |
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
static Class<? extends ListObjectParentPathsResponse.Builder> |
serializableBuilderClass() |
|
ListObjectParentPathsResponse.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 List<PathToObjectIdentifiers> pathToObjectIdentifiersList()
Returns the path to the ObjectIdentifiers
that are associated with the directory.
ObjectIdentifiers
that are associated with the directory.public String nextToken()
The pagination token.
public ListObjectParentPathsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListObjectParentPathsResponse.Builder,ListObjectParentPathsResponse>
public static ListObjectParentPathsResponse.Builder builder()
public static Class<? extends ListObjectParentPathsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.