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