Class CognitoMemberDefinition

    • Method Detail

      • userPool

        public final String userPool()

        An identifier for a user pool. The user pool must be in the same region as the service that you are calling.

        Returns:
        An identifier for a user pool. The user pool must be in the same region as the service that you are calling.
      • userGroup

        public final String userGroup()

        An identifier for a user group.

        Returns:
        An identifier for a user group.
      • clientId

        public final String clientId()

        An identifier for an application client. You must create the app client ID using Amazon Cognito.

        Returns:
        An identifier for an application client. You must create the app client ID using Amazon Cognito.
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)