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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticache.alpha.UserGroupAttributes
UserGroupAttributes.Builder, UserGroupAttributes.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(UserGroupAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theUserGroupAttributes.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 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 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 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:
getEngine
in interfaceUserGroupAttributes
-
getUserGroupArn
Description copied from interface:UserGroupAttributes
(experimental) The ARN of the user group.One of
userGroupName
oruserGroupArn
is required.Default: - derived from userGroupName
- Specified by:
getUserGroupArn
in interfaceUserGroupAttributes
-
getUserGroupName
Description copied from interface:UserGroupAttributes
(experimental) The name of the user group.One of
userGroupName
oruserGroupArn
is required.Default: - derived from userGroupArn
- Specified by:
getUserGroupName
in interfaceUserGroupAttributes
-
getUsers
Description copied from interface:UserGroupAttributes
(experimental) List of users in the user group.Default: - users are unknown
- Specified by:
getUsers
in interfaceUserGroupAttributes
-
$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()
-