Class Identity

java.lang.Object
com.slack.api.bolt.aws_lambda.request.Identity

public class Identity extends Object
  • Constructor Details

    • Identity

      public Identity()
  • Method Details

    • getCognitoIdentityPoolId

      public String getCognitoIdentityPoolId()
    • getAccountId

      public String getAccountId()
    • getCognitoIdentityId

      public String getCognitoIdentityId()
    • getCaller

      public String getCaller()
    • getApiKey

      public String getApiKey()
    • getSourceIp

      public String getSourceIp()
    • getCognitoAuthenticationType

      public String getCognitoAuthenticationType()
    • getCognitoAuthenticationProvider

      public String getCognitoAuthenticationProvider()
    • getUserArn

      public String getUserArn()
    • getUserAgent

      public String getUserAgent()
    • getUser

      public String getUser()
    • setCognitoIdentityPoolId

      public void setCognitoIdentityPoolId(String cognitoIdentityPoolId)
    • setAccountId

      public void setAccountId(String accountId)
    • setCognitoIdentityId

      public void setCognitoIdentityId(String cognitoIdentityId)
    • setCaller

      public void setCaller(String caller)
    • setApiKey

      public void setApiKey(String apiKey)
    • setSourceIp

      public void setSourceIp(String sourceIp)
    • setCognitoAuthenticationType

      public void setCognitoAuthenticationType(String cognitoAuthenticationType)
    • setCognitoAuthenticationProvider

      public void setCognitoAuthenticationProvider(String cognitoAuthenticationProvider)
    • setUserArn

      public void setUserArn(String userArn)
    • setUserAgent

      public void setUserAgent(String userAgent)
    • setUser

      public void setUser(String user)
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object