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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.identitystore.CfnGroupMembershipProps
CfnGroupMembershipProps.Builder, CfnGroupMembershipProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGroupMembershipProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The identifier for a group in the identity store.final String
The globally unique identifier for the identity store.final Object
An object containing the identifier of a group member.final int
hashCode()
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:CfnGroupMembershipProps
The identifier for a group in the identity store.- Specified by:
getGroupId
in interfaceCfnGroupMembershipProps
- See Also:
-
getIdentityStoreId
Description copied from interface:CfnGroupMembershipProps
The globally unique identifier for the identity store.- Specified by:
getIdentityStoreId
in interfaceCfnGroupMembershipProps
- See Also:
-
getMemberId
Description copied from interface:CfnGroupMembershipProps
An object containing the identifier of a group member.Setting
MemberId
'sUserId
field to a specific User's ID indicates we should consider that User as a group member.- Specified by:
getMemberId
in interfaceCfnGroupMembershipProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-