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
  • 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

      protected Jsii$Proxy(UserGroupAttributes.Builder builder)
      Constructor that initializes the object based on literal property values passed by the UserGroupAttributes.Builder.
  • Method Details

    • getEngine

      public final UserEngine getEngine()
      Description copied from interface: UserGroupAttributes
      (experimental) The engine type for the user group.

      Default: - engine type is unknown

      Specified by:
      getEngine in interface UserGroupAttributes
    • getUserGroupArn

      public final String getUserGroupArn()
      Description copied from interface: UserGroupAttributes
      (experimental) The ARN of the user group.

      One of userGroupName or userGroupArn is required.

      Default: - derived from userGroupName

      Specified by:
      getUserGroupArn in interface UserGroupAttributes
    • getUserGroupName

      public final String getUserGroupName()
      Description copied from interface: UserGroupAttributes
      (experimental) The name of the user group.

      One of userGroupName or userGroupArn is required.

      Default: - derived from userGroupArn

      Specified by:
      getUserGroupName in interface UserGroupAttributes
    • getUsers

      public final List<IUser> getUsers()
      Description copied from interface: UserGroupAttributes
      (experimental) List of users in the user group.

      Default: - users are unknown

      Specified by:
      getUsers in interface UserGroupAttributes
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object