Class UserGroupAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticache.alpha.UserGroupAttributes.Jsii$Proxy
- All Implemented Interfaces:
UserGroupAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
UserGroupAttributes
@Stability(Experimental)
@Internal
public static final class UserGroupAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements UserGroupAttributes
An implementation for
UserGroupAttributes-
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.elasticache.alpha.UserGroupAttributes
UserGroupAttributes.Builder, UserGroupAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(UserGroupAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theUserGroupAttributes.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 UserEngine(experimental) The engine type for the user group.final String(experimental) The ARN of the user group.final String(experimental) The name of the user group.getUsers()(experimental) List of users in the user group.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 theUserGroupAttributes.Builder.
-
-
Method Details
-
getEngine
Description copied from interface:UserGroupAttributes(experimental) The engine type for the user group.Default: - engine type is unknown
- Specified by:
getEnginein interfaceUserGroupAttributes
-
getUserGroupArn
Description copied from interface:UserGroupAttributes(experimental) The ARN of the user group.One of
userGroupNameoruserGroupArnis required.Default: - derived from userGroupName
- Specified by:
getUserGroupArnin interfaceUserGroupAttributes
-
getUserGroupName
Description copied from interface:UserGroupAttributes(experimental) The name of the user group.One of
userGroupNameoruserGroupArnis required.Default: - derived from userGroupArn
- Specified by:
getUserGroupNamein interfaceUserGroupAttributes
-
getUsers
Description copied from interface:UserGroupAttributes(experimental) List of users in the user group.Default: - users are unknown
- Specified by:
getUsersin interfaceUserGroupAttributes
-
$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()
-