Class Identity
java.lang.Object
com.slack.api.bolt.aws_lambda.request.Identity
public class Identity extends Object
-
Constructor Summary
Constructors Constructor Description Identity() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAccountId()StringgetApiKey()StringgetCaller()StringgetCognitoAuthenticationProvider()StringgetCognitoAuthenticationType()StringgetCognitoIdentityId()StringgetCognitoIdentityPoolId()StringgetSourceIp()StringgetUser()StringgetUserAgent()StringgetUserArn()inthashCode()voidsetAccountId(String accountId)voidsetApiKey(String apiKey)voidsetCaller(String caller)voidsetCognitoAuthenticationProvider(String cognitoAuthenticationProvider)voidsetCognitoAuthenticationType(String cognitoAuthenticationType)voidsetCognitoIdentityId(String cognitoIdentityId)voidsetCognitoIdentityPoolId(String cognitoIdentityPoolId)voidsetSourceIp(String sourceIp)voidsetUser(String user)voidsetUserAgent(String userAgent)voidsetUserArn(String userArn)StringtoString()
-
Constructor Details
-
Identity
public Identity()
-
-
Method Details
-
getCognitoIdentityPoolId
-
getAccountId
-
getCognitoIdentityId
-
getCaller
-
getApiKey
-
getSourceIp
-
getCognitoAuthenticationType
-
getCognitoAuthenticationProvider
-
getUserArn
-
getUserAgent
-
getUser
-
setCognitoIdentityPoolId
-
setAccountId
-
setCognitoIdentityId
-
setCaller
-
setApiKey
-
setSourceIp
-
setCognitoAuthenticationType
-
setCognitoAuthenticationProvider
-
setUserArn
-
setUserAgent
-
setUser
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-