Class CfnUserProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnUserProps.Jsii$Proxy
All Implemented Interfaces:
CfnUserProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnUserProps

@Stability(Stable) @Internal public static final class CfnUserProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserProps
An implementation for CfnUserProps
  • 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(CfnUserProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnUserProps.Builder.
  • Method Details

    • getInstanceArn

      public final String getInstanceArn()
      Description copied from interface: CfnUserProps
      The Amazon Resource Name (ARN) of the instance.
      Specified by:
      getInstanceArn in interface CfnUserProps
    • getPhoneConfig

      public final Object getPhoneConfig()
      Description copied from interface: CfnUserProps
      Information about the phone configuration for the user.
      Specified by:
      getPhoneConfig in interface CfnUserProps
    • getRoutingProfileArn

      public final String getRoutingProfileArn()
      Description copied from interface: CfnUserProps
      The Amazon Resource Name (ARN) of the user's routing profile.
      Specified by:
      getRoutingProfileArn in interface CfnUserProps
    • getSecurityProfileArns

      public final List<String> getSecurityProfileArns()
      Description copied from interface: CfnUserProps
      The Amazon Resource Name (ARN) of the user's security profile.
      Specified by:
      getSecurityProfileArns in interface CfnUserProps
    • getUsername

      public final String getUsername()
      Description copied from interface: CfnUserProps
      The user name assigned to the user account.
      Specified by:
      getUsername in interface CfnUserProps
    • getDirectoryUserId

      public final String getDirectoryUserId()
      Description copied from interface: CfnUserProps
      The identifier of the user account in the directory used for identity management.
      Specified by:
      getDirectoryUserId in interface CfnUserProps
    • getHierarchyGroupArn

      public final String getHierarchyGroupArn()
      Description copied from interface: CfnUserProps
      The Amazon Resource Name (ARN) of the user's hierarchy group.
      Specified by:
      getHierarchyGroupArn in interface CfnUserProps
    • getIdentityInfo

      public final Object getIdentityInfo()
      Description copied from interface: CfnUserProps
      Information about the user identity.
      Specified by:
      getIdentityInfo in interface CfnUserProps
    • getPassword

      public final String getPassword()
      Description copied from interface: CfnUserProps
      The user's password.
      Specified by:
      getPassword in interface CfnUserProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnUserProps
      The tags.
      Specified by:
      getTags in interface CfnUserProps
    • $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