Class CreateUserProfileRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Returns:
        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
      • domainIdentifier

        public final String domainIdentifier()

        The identifier of the Amazon DataZone domain in which a user profile is created.

        Returns:
        The identifier of the Amazon DataZone domain in which a user profile is created.
      • userIdentifier

        public final String userIdentifier()

        The identifier of the user for which the user profile is created.

        Returns:
        The identifier of the user for which the user profile is created.
      • userType

        public final UserType userType()

        The user type of the user for which the user profile is created.

        If the service returns an enum value that is not available in the current SDK version, userType will return UserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from userTypeAsString().

        Returns:
        The user type of the user for which the user profile is created.
        See Also:
        UserType
      • userTypeAsString

        public final String userTypeAsString()

        The user type of the user for which the user profile is created.

        If the service returns an enum value that is not available in the current SDK version, userType will return UserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from userTypeAsString().

        Returns:
        The user type of the user for which the user profile is created.
        See Also:
        UserType
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object