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
All Methods Instance Methods Concrete Methods 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()
-
-
-
Method Detail
-
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)
-
canEqual
protected boolean canEqual(Object other)
-
-