@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HomeDirectoryMapEntry extends Object implements Serializable, Cloneable, StructuredPojo
Represents an object that contains entries and targets for HomeDirectoryMappings.
The following is an Entry and Target pair example for chroot.
[ { "Entry:": "/", "Target": "/bucket_name/home/mydirectory" } ]
| Constructor and Description |
|---|
HomeDirectoryMapEntry() |
| Modifier and Type | Method and Description |
|---|---|
HomeDirectoryMapEntry |
clone() |
boolean |
equals(Object obj) |
String |
getEntry()
Represents an entry for
HomeDirectoryMappings. |
String |
getTarget()
Represents the map target that is used in a
HomeDirectorymapEntry. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEntry(String entry)
Represents an entry for
HomeDirectoryMappings. |
void |
setTarget(String target)
Represents the map target that is used in a
HomeDirectorymapEntry. |
String |
toString()
Returns a string representation of this object.
|
HomeDirectoryMapEntry |
withEntry(String entry)
Represents an entry for
HomeDirectoryMappings. |
HomeDirectoryMapEntry |
withTarget(String target)
Represents the map target that is used in a
HomeDirectorymapEntry. |
public void setEntry(String entry)
Represents an entry for HomeDirectoryMappings.
entry - Represents an entry for HomeDirectoryMappings.public String getEntry()
Represents an entry for HomeDirectoryMappings.
HomeDirectoryMappings.public HomeDirectoryMapEntry withEntry(String entry)
Represents an entry for HomeDirectoryMappings.
entry - Represents an entry for HomeDirectoryMappings.public void setTarget(String target)
Represents the map target that is used in a HomeDirectorymapEntry.
target - Represents the map target that is used in a HomeDirectorymapEntry.public String getTarget()
Represents the map target that is used in a HomeDirectorymapEntry.
HomeDirectorymapEntry.public HomeDirectoryMapEntry withTarget(String target)
Represents the map target that is used in a HomeDirectorymapEntry.
target - Represents the map target that is used in a HomeDirectorymapEntry.public String toString()
toString in class ObjectObject.toString()public HomeDirectoryMapEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.