StructuredPojo
, ToCopyableBuilder<PathToObjectIdentifiers.Builder,PathToObjectIdentifiers>
@Generated("software.amazon.awssdk:codegen") public class PathToObjectIdentifiers extends Object implements StructuredPojo, ToCopyableBuilder<PathToObjectIdentifiers.Builder,PathToObjectIdentifiers>
Returns the path to the ObjectIdentifiers
that is associated with the directory.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PathToObjectIdentifiers.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PathToObjectIdentifiers.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
List<String> |
objectIdentifiers() |
Lists
ObjectIdentifiers starting from directory root to the object in the request. |
String |
path() |
The path that is used to identify the object starting from directory root.
|
static Class<? extends PathToObjectIdentifiers.Builder> |
serializableBuilderClass() |
|
PathToObjectIdentifiers.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String path()
The path that is used to identify the object starting from directory root.
public List<String> objectIdentifiers()
Lists ObjectIdentifiers
starting from directory root to the object in the request.
ObjectIdentifiers
starting from directory root to the object in the request.public PathToObjectIdentifiers.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PathToObjectIdentifiers.Builder,PathToObjectIdentifiers>
public static PathToObjectIdentifiers.Builder builder()
public static Class<? extends PathToObjectIdentifiers.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.