Class CfnUserProfileMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnUserProfileMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnUserProfileMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserProfileMixinProps
@Stability(Stable)
@Internal
public static final class CfnUserProfileMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserProfileMixinProps
An implementation for
CfnUserProfileMixinProps-
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.mixins.preview.services.datazone.mixins.CfnUserProfileMixinProps
CfnUserProfileMixinProps.Builder, CfnUserProfileMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserProfileMixinProps.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 StringThe identifier of a Amazon DataZone domain in which a user profile exists.final StringThe status of the user profile.final StringThe identifier of the user for which the user profile is created.final StringThe user type of the user for which the user profile is created.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 theCfnUserProfileMixinProps.Builder.
-
-
Method Details
-
getDomainIdentifier
Description copied from interface:CfnUserProfileMixinPropsThe identifier of a Amazon DataZone domain in which a user profile exists.- Specified by:
getDomainIdentifierin interfaceCfnUserProfileMixinProps- See Also:
-
getStatus
Description copied from interface:CfnUserProfileMixinPropsThe status of the user profile.- Specified by:
getStatusin interfaceCfnUserProfileMixinProps- See Also:
-
getUserIdentifier
Description copied from interface:CfnUserProfileMixinPropsThe identifier of the user for which the user profile is created.- Specified by:
getUserIdentifierin interfaceCfnUserProfileMixinProps- See Also:
-
getUserType
Description copied from interface:CfnUserProfileMixinPropsThe user type of the user for which the user profile is created.- Specified by:
getUserTypein interfaceCfnUserProfileMixinProps- 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()
-