@Generated(value="software.amazon.awssdk:codegen") public final class PathToObjectIdentifiers extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PathToObjectIdentifiers.Builder,PathToObjectIdentifiers>
Returns the path to the ObjectIdentifiers
that is associated with the directory.
Modifier and Type | Class and Description |
---|---|
static interface |
PathToObjectIdentifiers.Builder |
Modifier and Type | Method and Description |
---|---|
static PathToObjectIdentifiers.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
List<SdkField<?>> |
sdkFields() |
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() |
copy
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.