public int hashCode()

in aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/APIGatewayV2WebSocketEvent.java [419:444]


    public int hashCode() {
      int hash = 3;
      hash = 59 * hash + (this.accountId != null ? this.accountId.hashCode() : 0);
      hash = 59 * hash + (this.resourceId != null ? this.resourceId.hashCode() : 0);
      hash = 59 * hash + (this.stage != null ? this.stage.hashCode() : 0);
      hash = 59 * hash + (this.requestId != null ? this.requestId.hashCode() : 0);
      hash = 59 * hash + (this.identity != null ? this.identity.hashCode() : 0);
      hash = 59 * hash + (this.ResourcePath != null ? this.ResourcePath.hashCode() : 0);
      hash = 59 * hash + (this.authorizer != null ? this.authorizer.hashCode() : 0);
      hash = 59 * hash + (this.httpMethod != null ? this.httpMethod.hashCode() : 0);
      hash = 59 * hash + (this.apiId != null ? this.apiId.hashCode() : 0);
      hash = 59 * hash + (int) (this.connectedAt ^ (this.connectedAt >>> 32));
      hash = 59 * hash + (this.connectionId != null ? this.connectionId.hashCode() : 0);
      hash = 59 * hash + (this.domainName != null ? this.domainName.hashCode() : 0);
      hash = 59 * hash + (this.error != null ? this.error.hashCode() : 0);
      hash = 59 * hash + (this.eventType != null ? this.eventType.hashCode() : 0);
      hash = 59 * hash + (this.extendedRequestId != null ? this.extendedRequestId.hashCode() : 0);
      hash = 59 * hash + (this.integrationLatency != null ? this.integrationLatency.hashCode() : 0);
      hash = 59 * hash + (this.messageDirection != null ? this.messageDirection.hashCode() : 0);
      hash = 59 * hash + (this.messageId != null ? this.messageId.hashCode() : 0);
      hash = 59 * hash + (this.requestTime != null ? this.requestTime.hashCode() : 0);
      hash = 59 * hash + (int) (this.requestTimeEpoch ^ (this.requestTimeEpoch >>> 32));
      hash = 59 * hash + (this.routeKey != null ? this.routeKey.hashCode() : 0);
      hash = 59 * hash + (this.status != null ? this.status.hashCode() : 0);
      return hash;
    }