@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PathToObjectIdentifiers extends Object implements Serializable, Cloneable, StructuredPojo
Returns the path to the ObjectIdentifiers
that is associated with the directory.
Constructor and Description |
---|
PathToObjectIdentifiers() |
Modifier and Type | Method and Description |
---|---|
PathToObjectIdentifiers |
clone() |
boolean |
equals(Object obj) |
List<String> |
getObjectIdentifiers()
Lists
ObjectIdentifiers starting from directory root to the object in the request. |
String |
getPath()
The path that is used to identify the object starting from directory root.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setObjectIdentifiers(Collection<String> objectIdentifiers)
Lists
ObjectIdentifiers starting from directory root to the object in the request. |
void |
setPath(String path)
The path that is used to identify the object starting from directory root.
|
String |
toString()
Returns a string representation of this object.
|
PathToObjectIdentifiers |
withObjectIdentifiers(Collection<String> objectIdentifiers)
Lists
ObjectIdentifiers starting from directory root to the object in the request. |
PathToObjectIdentifiers |
withObjectIdentifiers(String... objectIdentifiers)
Lists
ObjectIdentifiers starting from directory root to the object in the request. |
PathToObjectIdentifiers |
withPath(String path)
The path that is used to identify the object starting from directory root.
|
public void setPath(String path)
The path that is used to identify the object starting from directory root.
path
- The path that is used to identify the object starting from directory root.public String getPath()
The path that is used to identify the object starting from directory root.
public PathToObjectIdentifiers withPath(String path)
The path that is used to identify the object starting from directory root.
path
- The path that is used to identify the object starting from directory root.public List<String> getObjectIdentifiers()
Lists ObjectIdentifiers
starting from directory root to the object in the request.
ObjectIdentifiers
starting from directory root to the object in the request.public void setObjectIdentifiers(Collection<String> objectIdentifiers)
Lists ObjectIdentifiers
starting from directory root to the object in the request.
objectIdentifiers
- Lists ObjectIdentifiers
starting from directory root to the object in the request.public PathToObjectIdentifiers withObjectIdentifiers(String... objectIdentifiers)
Lists ObjectIdentifiers
starting from directory root to the object in the request.
NOTE: This method appends the values to the existing list (if any). Use
setObjectIdentifiers(java.util.Collection)
or withObjectIdentifiers(java.util.Collection)
if
you want to override the existing values.
objectIdentifiers
- Lists ObjectIdentifiers
starting from directory root to the object in the request.public PathToObjectIdentifiers withObjectIdentifiers(Collection<String> objectIdentifiers)
Lists ObjectIdentifiers
starting from directory root to the object in the request.
objectIdentifiers
- Lists ObjectIdentifiers
starting from directory root to the object in the request.public String toString()
toString
in class Object
Object.toString()
public PathToObjectIdentifiers clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.