@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public HomeDirectoryMapEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.