Class CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fsx.CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty
@Stability(Stable)
@Internal
public static final class CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty
An implementation for
CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty-
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.fsx.CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty
CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.Builder, CfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.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 StringgetType()Specifies the FSx for ONTAP user identity type, accepts either UNIX or WINDOWS.final ObjectReturns union: eitherIResolvableorCfnS3AccessPointAttachment.OntapUnixFileSystemUserPropertyfinal ObjectReturns union: eitherIResolvableorCfnS3AccessPointAttachment.OntapWindowsFileSystemUserPropertyfinal 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 theCfnS3AccessPointAttachment.OntapFileSystemIdentityProperty.Builder.
-
-
Method Details
-
getType
Description copied from interface:CfnS3AccessPointAttachment.OntapFileSystemIdentityPropertySpecifies the FSx for ONTAP user identity type, accepts either UNIX or WINDOWS.- Specified by:
getTypein interfaceCfnS3AccessPointAttachment.OntapFileSystemIdentityProperty- See Also:
-
getUnixUser
Description copied from interface:CfnS3AccessPointAttachment.OntapFileSystemIdentityPropertyReturns union: eitherIResolvableorCfnS3AccessPointAttachment.OntapUnixFileSystemUserProperty- Specified by:
getUnixUserin interfaceCfnS3AccessPointAttachment.OntapFileSystemIdentityProperty- See Also:
-
getWindowsUser
Description copied from interface:CfnS3AccessPointAttachment.OntapFileSystemIdentityPropertyReturns union: eitherIResolvableorCfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty- Specified by:
getWindowsUserin interfaceCfnS3AccessPointAttachment.OntapFileSystemIdentityProperty- 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()
-