Class CfnUser.HomeDirectoryMapEntryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.transfer.CfnUser.HomeDirectoryMapEntryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUser.HomeDirectoryMapEntryProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUser.HomeDirectoryMapEntryProperty
@Stability(Stable)
@Internal
public static final class CfnUser.HomeDirectoryMapEntryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUser.HomeDirectoryMapEntryProperty
An implementation for
CfnUser.HomeDirectoryMapEntryProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.transfer.CfnUser.HomeDirectoryMapEntryProperty
CfnUser.HomeDirectoryMapEntryProperty.Builder, CfnUser.HomeDirectoryMapEntryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUser.HomeDirectoryMapEntryProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringgetEntry()Represents an entry forHomeDirectoryMappings.final StringRepresents the map target that is used in aHomeDirectoryMapEntry.final StringgetType()Specifies the type of mapping.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnUser.HomeDirectoryMapEntryProperty.Builder.
-
-
Method Details
-
getEntry
Description copied from interface:CfnUser.HomeDirectoryMapEntryPropertyRepresents an entry forHomeDirectoryMappings.- Specified by:
getEntryin interfaceCfnUser.HomeDirectoryMapEntryProperty- See Also:
-
getTarget
Description copied from interface:CfnUser.HomeDirectoryMapEntryPropertyRepresents the map target that is used in aHomeDirectoryMapEntry.- Specified by:
getTargetin interfaceCfnUser.HomeDirectoryMapEntryProperty- See Also:
-
getType
Description copied from interface:CfnUser.HomeDirectoryMapEntryPropertySpecifies the type of mapping.Set the type to
FILEif you want the mapping to point to a file, orDIRECTORYfor the directory to point to a directory.By default, home directory mappings have a
TypeofDIRECTORYwhen you create a Transfer Family server. You would need to explicitly setTypetoFILEif you want a mapping to have a file target.- Specified by:
getTypein interfaceCfnUser.HomeDirectoryMapEntryProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-