in aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/APIGatewayV2WebSocketEvent.java [129:144]
public int hashCode() {
int hash = 7;
hash = 29 * hash + (this.cognitoIdentityPoolId != null ? this.cognitoIdentityPoolId.hashCode() : 0);
hash = 29 * hash + (this.accountId != null ? this.accountId.hashCode() : 0);
hash = 29 * hash + (this.cognitoIdentityId != null ? this.cognitoIdentityId.hashCode() : 0);
hash = 29 * hash + (this.caller != null ? this.caller.hashCode() : 0);
hash = 29 * hash + (this.apiKey != null ? this.apiKey.hashCode() : 0);
hash = 29 * hash + (this.sourceIp != null ? this.sourceIp.hashCode() : 0);
hash = 29 * hash + (this.cognitoAuthenticationType != null ? this.cognitoAuthenticationType.hashCode() : 0);
hash = 29 * hash + (this.cognitoAuthenticationProvider != null ? this.cognitoAuthenticationProvider.hashCode() : 0);
hash = 29 * hash + (this.userArn != null ? this.userArn.hashCode() : 0);
hash = 29 * hash + (this.userAgent != null ? this.userAgent.hashCode() : 0);
hash = 29 * hash + (this.user != null ? this.user.hashCode() : 0);
hash = 29 * hash + (this.accessKey != null ? this.accessKey.hashCode() : 0);
return hash;
}