Class CfnGroupMembershipProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.identitystore.CfnGroupMembershipProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGroupMembershipProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGroupMembershipProps
@Stability(Stable)
@Internal
public static final class CfnGroupMembershipProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGroupMembershipProps
An implementation for
CfnGroupMembershipProps-
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.identitystore.CfnGroupMembershipProps
CfnGroupMembershipProps.Builder, CfnGroupMembershipProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGroupMembershipProps.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 for a group in the identity store.final StringThe globally unique identifier for the identity store.final ObjectAn object containing the identifier of a group member.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 theCfnGroupMembershipProps.Builder.
-
-
Method Details
-
getGroupId
Description copied from interface:CfnGroupMembershipPropsThe identifier for a group in the identity store.- Specified by:
getGroupIdin interfaceCfnGroupMembershipProps- See Also:
-
getIdentityStoreId
Description copied from interface:CfnGroupMembershipPropsThe globally unique identifier for the identity store.- Specified by:
getIdentityStoreIdin interfaceCfnGroupMembershipProps- See Also:
-
getMemberId
Description copied from interface:CfnGroupMembershipPropsAn object containing the identifier of a group member.Setting the
MemberId'sUserIdfield to a specific User's ID indicates that user is a member of the group.Returns union: either
IResolvableorCfnGroupMembership.MemberIdProperty- Specified by:
getMemberIdin interfaceCfnGroupMembershipProps- 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()
-