Class CfnProjectMembershipMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnProjectMembershipMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnProjectMembershipMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProjectMembershipMixinProps
@Stability(Stable)
@Internal
public static final class CfnProjectMembershipMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProjectMembershipMixinProps
An implementation for
CfnProjectMembershipMixinProps-
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.CfnProjectMembershipMixinProps
CfnProjectMembershipMixinProps.Builder, CfnProjectMembershipMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProjectMembershipMixinProps.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 designated role of a project member.final StringThe ID of the Amazon DataZone domain in which project membership is created.final ObjectThe details about a project member.final StringThe ID of the project for which this project membership was 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 theCfnProjectMembershipMixinProps.Builder.
-
-
Method Details
-
getDesignation
Description copied from interface:CfnProjectMembershipMixinPropsThe designated role of a project member.- Specified by:
getDesignationin interfaceCfnProjectMembershipMixinProps- See Also:
-
getDomainIdentifier
Description copied from interface:CfnProjectMembershipMixinPropsThe ID of the Amazon DataZone domain in which project membership is created.- Specified by:
getDomainIdentifierin interfaceCfnProjectMembershipMixinProps- See Also:
-
getMember
Description copied from interface:CfnProjectMembershipMixinPropsThe details about a project member.Returns union: either
IResolvableorCfnProjectMembershipPropsMixin.MemberProperty- Specified by:
getMemberin interfaceCfnProjectMembershipMixinProps- See Also:
-
getProjectIdentifier
Description copied from interface:CfnProjectMembershipMixinPropsThe ID of the project for which this project membership was created.- Specified by:
getProjectIdentifierin interfaceCfnProjectMembershipMixinProps- 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()
-