public static class APIGatewayV2WebSocketEvent.RequestIdentity extends Object implements Serializable, Cloneable
Constructor and Description |
---|
RequestIdentity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAccessKey() |
String |
getAccountId() |
String |
getApiKey() |
String |
getCaller() |
String |
getCognitoAuthenticationProvider() |
String |
getCognitoAuthenticationType() |
String |
getCognitoIdentityId() |
String |
getCognitoIdentityPoolId() |
String |
getSourceIp() |
String |
getUser() |
String |
getUserAgent() |
String |
getUserArn() |
int |
hashCode() |
void |
setAccessKey(String accessKey) |
void |
setAccountId(String accountId) |
void |
setApiKey(String apiKey) |
void |
setCaller(String caller) |
void |
setCognitoAuthenticationProvider(String cognitoAuthenticationProvider) |
void |
setCognitoAuthenticationType(String cognitoAuthenticationType) |
void |
setCognitoIdentityId(String cognitoIdentityId) |
void |
setCognitoIdentityPoolId(String cognitoIdentityPoolId) |
void |
setSourceIp(String sourceIp) |
void |
setUser(String user) |
void |
setUserAgent(String userAgent) |
void |
setUserArn(String userArn) |
String |
toString() |
public String getCognitoIdentityPoolId()
public void setCognitoIdentityPoolId(String cognitoIdentityPoolId)
public String getAccountId()
public void setAccountId(String accountId)
public String getCognitoIdentityId()
public void setCognitoIdentityId(String cognitoIdentityId)
public String getCaller()
public void setCaller(String caller)
public String getApiKey()
public void setApiKey(String apiKey)
public String getSourceIp()
public void setSourceIp(String sourceIp)
public String getCognitoAuthenticationType()
public void setCognitoAuthenticationType(String cognitoAuthenticationType)
public String getCognitoAuthenticationProvider()
public void setCognitoAuthenticationProvider(String cognitoAuthenticationProvider)
public String getUserArn()
public void setUserArn(String userArn)
public String getUserAgent()
public void setUserAgent(String userAgent)
public String getUser()
public void setUser(String user)
public String getAccessKey()
public void setAccessKey(String accessKey)
Copyright © 2024. All rights reserved.