@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 a targets for HomeDirectoryMappings.
| Constructor and Description |
|---|
HomeDirectoryMapEntry() |
| Modifier and Type | Method and Description |
|---|---|
HomeDirectoryMapEntry |
clone() |
boolean |
equals(Object obj) |
String |
getEntry()
Represents an entry and a target 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 and a target 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 and a target for
HomeDirectoryMappings. |
HomeDirectoryMapEntry |
withTarget(String target)
Represents the map target that is used in a
HomeDirectorymapEntry. |
public void setEntry(String entry)
Represents an entry and a target for HomeDirectoryMappings.
entry - Represents an entry and a target for HomeDirectoryMappings.public String getEntry()
Represents an entry and a target for HomeDirectoryMappings.
HomeDirectoryMappings.public HomeDirectoryMapEntry withEntry(String entry)
Represents an entry and a target for HomeDirectoryMappings.
entry - Represents an entry and a target 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 © 2019. All rights reserved.