Class CfnUserPoolUserToGroupAttachmentMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolUserToGroupAttachmentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPoolUserToGroupAttachmentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPoolUserToGroupAttachmentMixinProps
@Stability(Stable)
@Internal
public static final class CfnUserPoolUserToGroupAttachmentMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPoolUserToGroupAttachmentMixinProps
An implementation for
CfnUserPoolUserToGroupAttachmentMixinProps-
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.cfnpropertymixins.services.cognito.CfnUserPoolUserToGroupAttachmentMixinProps
CfnUserPoolUserToGroupAttachmentMixinProps.Builder, CfnUserPoolUserToGroupAttachmentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPoolUserToGroupAttachmentMixinProps.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 ObjectThe name of the group that you want to add your user to.final ObjectThe user's username.final ObjectThe ID of the user pool that contains the group that you want to add the user to.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 theCfnUserPoolUserToGroupAttachmentMixinProps.Builder.
-
-
Method Details
-
getGroupName
Description copied from interface:CfnUserPoolUserToGroupAttachmentMixinPropsThe name of the group that you want to add your user to.Returns union: either
StringorIUserPoolGroupRef- Specified by:
getGroupNamein interfaceCfnUserPoolUserToGroupAttachmentMixinProps- See Also:
-
getUsername
Description copied from interface:CfnUserPoolUserToGroupAttachmentMixinPropsThe user's username.Returns union: either
StringorIUserPoolUserRef- Specified by:
getUsernamein interfaceCfnUserPoolUserToGroupAttachmentMixinProps- See Also:
-
getUserPoolId
Description copied from interface:CfnUserPoolUserToGroupAttachmentMixinPropsThe ID of the user pool that contains the group that you want to add the user to.Returns union: either
StringorIUserPoolRef- Specified by:
getUserPoolIdin interfaceCfnUserPoolUserToGroupAttachmentMixinProps- 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()
-